videoDownloadTGbot/youtube-downloader
vrubelroman 72ba00bdcd
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 50s
fix(youtube): retry without cookies on any yt-dlp failure, not just cookie-worded errors
YouTube's SABR-only streaming rollout produces errors like "Signature
solving failed" / "Requested format is not available" that don't
mention cookies, so the existing no-cookies fallback never triggered.
Cookies also disable the android client, which is often the only one
still returning usable formats under this restriction.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-08 10:55:06 +00:00
..
.gitignore Add YouTube cookies to repository 2025-12-17 17:54:39 +03:00
app.py fix(youtube): retry without cookies on any yt-dlp failure, not just cookie-worded errors 2026-07-08 10:55:06 +00:00
docker-compose.yml Enhance YouTube video download functionality with improved error handling and format options. Update Docker configuration to use environment variable for port and simplify network settings. 2025-12-24 22:41:20 +03:00
Dockerfile fix(youtube): correct extractor-args separator, soften worker recycling, retry video upload 2026-06-30 20:24:46 +00:00
get_youtube_cookies.sh chore: remove obsolete per-folder scripts, add cookies-cron reference, update docs 2026-06-30 22:16:40 +00:00
requirements.txt Fix YouTube 500 error (n-challenge) and Telegram callback_data overflow 2026-04-30 17:21:10 +03:00
youtube_cookies.txt fix(cookies): mount youtube/instagram cookies from host instead of baking into image 2026-06-30 22:02:14 +00:00