You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now there is a Mediathek wrapper and a wikipedia wrapper.
Gernerally for each kind of collection there should be:
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.
The text was updated successfully, but these errors were encountered: