Created
September 23, 2024 20:42
-
-
Save kotsmotritnastul/6bf32effd48aa3623f742055f121ab7c to your computer and use it in GitHub Desktop.
yt-dlp скачать все подписки за последние два дня
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
yt-dlp -U | |
yt-dlp \ | |
:ytsubs \ | |
--lazy-playlist \ | |
--match-filter "!is_live & live_status!=is_upcoming & availability=public" \ | |
--no-overwrites \ | |
--file-access-retries infinite \ | |
-R infinite \ | |
--sponsorblock-remove all \ | |
--ffmpeg-location ./ffmpeg \ | |
--dateafter today-2day \ | |
--cookies ./www.youtube.com_cookies.txt \ | |
--break-on-reject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment