-
Notifications
You must be signed in to change notification settings - Fork 10k
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
youtube-dl downloading from YouTube is very slow?! #15275
Comments
Sorry, I don't think it's possible to solve the issue at the client side. It's most likely a server side issue. |
Had the same issue, "fixed" by restarting and resuming the download. Seems like a bug
EDIT: it seems like only low (<360p) quality involved |
Yes, I am having the same problem since yesterday morning PST. I wonder if Google is throttling. I notice my downloads start very fast and the slow. For an example with a Verizon FIOS pipe (also seen on Time Warner/Spectrum Cable's pipe): $ youtube-dl https://www.youtube.com/watch?v=sC_qXF5UOtg |
I agree with @antdude
With download restarting:
|
I have interrupted and restart youtube-dl proc multiple times and speed improved maybe we can put it in a script which calls youtube-dl and waits 3 seconds and restarts it again till download finishes |
It seems to be downloading at high speed in the first few moments, after which it throttles down significantly. Because you can re-download multiple times, and youtube-dl will just resume where it left off (again with high speed initially), it can download a piece faster. But this is a very ugly workaround, I wonder if there's anything that can be done about it inside the actual library. |
@zannix agreed it's a dirty solution by the way are you guys are sure that this restriction comes from Google or it might be on our ISP/data center/hosting etc. |
Resuming my download is the same problem. Fast and then slow. I am pretty sure Google is throttling us downloaders. Streaming doesn't need to download fast all the way. :/ I think Google knows we're downloading. :( |
that can't be client side... |
@amit177: it's common that YouTube discriminate different formats. Sometimes a format is slower than others, and sometimes a format doesn't work at all (#3721). Restarting downloading automatically is a feasible solution. Please move on to #6923 for further discussions and #11476 for a possible solution. |
This is essentially a re-opening of an existing thread: #15271
I believe the issue is real, and it is not being addressed.
In short, I urge everyone interested to run:
youtube-dl -f 140 http://www.youtube.com/watch?v=4-BtZWGaPNY
... and you will see that it takes 10 times as much as usual to download the video in any format.
Please do not close the thread and let's try to solve this.
The text was updated successfully, but these errors were encountered: