-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Too Many Requests! #158
Comments
I have found that using cookies fixes the issue |
On a sidenote, channel extraction is currently broken. See #148 |
How can I do it (example please)? |
|
Send less requests, obviously 😆 What I have been experimenting with is actually to throttle the actual api requests that usually helps. But there is no parameter for that as of now and I am unsure whether this can be implemented globally or for youtube only (will need quite some work either way). For cookies you can use this |
im getting same error (too many requests) |
idk but maybe bcz of my vpn(before that yt showed me that capcha thing). |
you dont have to download a lot for this to happend. its VPN. many users may get same ip. maybe they are doing a lot of downloads and this will happend to everyone who is connected to same vpn server and using google services. anyway i have to use vpn to access yt since its censored/sanctioned here. i have to reconnect another server when this happens |
* Also fix documentation of `sleep_interval_subtitles` Related issues: blackjack4494/yt-dlc#158 blackjack4494/youtube-dlc#195 ytdl-org/youtube-dl#28270 ytdl-org/youtube-dl#28144 ytdl-org/youtube-dl#27767 ytdl-org/youtube-dl#23638 ytdl-org/youtube-dl#26287 ytdl-org/youtube-dl#26319
* Also fix documentation of `sleep_interval_subtitles` Related issues: blackjack4494/yt-dlc#158 blackjack4494/youtube-dlc#195 ytdl-org/youtube-dl#28270 ytdl-org/youtube-dl#28144 ytdl-org/youtube-dl#27767 ytdl-org/youtube-dl#23638 ytdl-org/youtube-dl#26287 ytdl-org/youtube-dl#26319
Checklist
Question
I still get
HTTPError 429: Too Many Requests!
although I use--sleep-interval 5
as shown below:How can I bypass this issue?
UPDATE: youtube-dlc ver. 2020.11.7
The text was updated successfully, but these errors were encountered: