Poly is a web scraping program that allows automatic download of TV Shows from a subscribed RSS feed. Poly creates a database to keep track of what you already have downloaded and does not download duplicates. Downloads will try for 1080p HEVC and then switch to 1080p or 720p after a specified number of attempts.
Fill this out after first version
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request! 😄
- Version 0.1 (Alien Panther) - Coming soon
- Add TV Shows from Mobile App AND/OR Desktop App.
- Allow Poly to directly download through interface rather than a external program.
- Sync with TheTVDB for Show renaming.
- Sync with TheTVDB for meta data.
- Full Code Coverage with Junit5 tests