No description
- Python 100%
| .editorconfig | Add editorconfig | |
| .gitignore | Major rewrite: | |
| .pylintrc | Add pylintrc | |
| LICENSE | Bump LICENSE year and add more author info | |
| main.py | Make everything work with the latest innertube API changes | |
| README.md | Add notice about needing a JS runtime for yt-dlp | |
| requirements.txt | Fix yt-dlp dependency | |
YouToo
Small utility to periodically check for new uploads from a list of YouTube channels.
Dependencies (available from pip)
- A JS runtime like deno for yt-dlp (only needed for downloads)
pip install -r requirements.txt
Usage
python3 main.py
Currently always operates over tor.
You currently need to use a channel's id (the part after /channel/ in the URL), not its name. (maybe in the future...)