Skip some errors, but not 429 Too Many Request errors?
See original GitHub issueI’m using youtube-dl to archive a few YouTube channels and playlists. Some of the playlists contain unavailable videos (e.g. deleted, made private, etc). I don’t want the download of the playlist to stop because of such an error.
However, I don’ t want to skip all errors, because doing so will skip 429 Too Many Requests
. This is a rate limit put in place by YouTube. If I skip this error, Youtube-Dl can easily plow through 100 more videos hitting 429s right away, and in essence get my IP blocked for a long time.
Is there a way to specify skipping some errors, but not 429 too many requests?
Alternatively, can I ONLY skip video is unavailable, private, etc errors?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
How to Fix 429 Too Many Requests Error - Kinsta
The HTTP 429 error is returned when too many requests are made to a page within a short period of time. Find out...
Read more >How to Fix 429 Too Many Requests Error Code - Hostinger
Don't know how to deal with the 429 too many requests error? We'll share the six effective solutions to diagnose and resolve it!...
Read more >How to avoid HTTP error 429 (Too Many Requests) python
Receiving a status 429 is not an error, it is the other server "kindly" asking you to please stop spamming requests.
Read more >429 Error – Too Many Requests HTTP Code Explained
The 429 error is an HTTP status code. It tells you when the use of an internet resource has surpassed the number of...
Read more >429 Too Many Requests - HTTP - MDN Web Docs
The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
YouTube has updated something. I get 429s now on a known good configuration.
I think they’re detecting YouTube-dl somehow, but still only rate limiting at a certain threshold to not trip casual use and also make counterdetection harderbb
I assume it would be YouTube blocks “something” + IP. It doesn’t use the IP address only. Too strange.