1
0
Fork
You've already forked YouToo
0
No description
  • Python 100%
2026年06月16日 00:16:48 +02:00
.editorconfig Add editorconfig 2025年01月06日 19:59:58 +01:00
.gitignore Major rewrite: 2024年06月25日 22:10:43 +02:00
.pylintrc Add pylintrc 2025年02月12日 19:26:21 +01:00
LICENSE Bump LICENSE year and add more author info 2025年03月10日 15:58:25 +01:00
main.py Make everything work with the latest innertube API changes 2026年06月16日 00:16:48 +02:00
README.md Add notice about needing a JS runtime for yt-dlp 2025年11月24日 01:55:17 +01:00
requirements.txt Fix yt-dlp dependency 2025年11月19日 19:13:03 +01:00

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...)