Is it possible to cache a list of available videos on specific channels after the channel is added and then look for changes or look for new content at a set interval? Not sure if this would alleviate ban issues I have been seeing or if it's even a problem that others are seeing.
See below:
ERROR: [youtube] 2OoFSHhI4Vk: Video unavailable. This content isn't available, try again later. The current session has been rate-limited by YouTube for up to an hour. It is recommended to use -t sleep to add a delay between video requests to avoid exceeding the rate limit. For more information, refer to https://github.com/yt-dlp/yt-dlp/wiki/Extractors#this-content-isnt-available-try-again-later
Right now this is what I'm using to try and help but not sure if there is a better solution. (below)
--min-sleep-interval 60 --max-sleep-interval 3000 --sleep-requests 90
Is it possible to cache a list of available videos on specific channels after the channel is added and then look for changes or look for new content at a set interval? Not sure if this would alleviate ban issues I have been seeing or if it's even a problem that others are seeing.
See below:
ERROR: [youtube] 2OoFSHhI4Vk: Video unavailable. This content isn't available, try again later. The current session has been rate-limited by YouTube for up to an hour. It is recommended to use
-t sleepto add a delay between video requests to avoid exceeding the rate limit. For more information, refer to https://github.com/yt-dlp/yt-dlp/wiki/Extractors#this-content-isnt-available-try-again-laterRight now this is what I'm using to try and help but not sure if there is a better solution. (below)
--min-sleep-interval 60 --max-sleep-interval 3000 --sleep-requests 90