Query mediathekviewweb.de for your shows and download new ones.
I had a bunch of scripts I triggered via Cron. Some of them
- queried the ARD Mediathek GraphQL endpoints and downloaded new Die Sendung mit der Maus episodes.
- queries the ZDF RSS feeds and downloaded new Die Anstalt episodes (via
youtube-dl
). - scraped parts of the ZDF website and downloaded Robin Hood episodes
While I kept adding more and more scripts this got a bit messy. And since all shows and episodes are covered by mediathekviewweb.de I decided to consolidate the scripts and make a decent app out of it.
tbd
- Add tests
- Add more filters
- Maybe a CI pipeline?