Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: allow more download queries #5

Open
stheid opened this issue Jun 8, 2022 · 0 comments
Open

Refactoring: allow more download queries #5

stheid opened this issue Jun 8, 2022 · 0 comments

Comments

@stheid
Copy link
Owner

stheid commented Jun 8, 2022

Right now there is a Mediathek wrapper and a wikipedia wrapper.
Gernerally for each kind of collection there should be:

  • a Query class, that takes care of doing the initial filtering and is very close to mediathek
  • a Transformer class that takes care of more advanced deduplication, file renaming and so on. In the Tatort case Closely related to the Wiki data.

The plan is to create Query and Transformer as a general interface and make the current classes implement the interface. this allows for easy extension to collect other data from the mediathek.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant