-
Notifications
You must be signed in to change notification settings - Fork 641
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
download rate rapidly drops after few seconds #865
Comments
This is a problem with YouTube itself (see ytdl-org/youtube-dl#15271 and mps-youtube/pafy#199). This was fixed in pafy recently. Maybe we should just use it download videos in mps-youtube as well. |
Nevermind then; I should train my search-skills. |
Nope, your issue is a valid one. This still hasn't been fixed for mps-youtube. Let's keep this open. |
I'm a little bit off today, sorry. |
Actually, that fix hasn't been released on PyPi yet. That code should download at full speed installing pafy directly from GitHub.
|
I am still having the same problem, after installing pafy from git... |
use the code I've posted above, this should work. it isn't fixed for mpsyt yet. |
At the moment, you can use youtube-dl as an external downloader to avoid download speed throttling:
EDIT: The above command will only download audio streams. You should rather use this command so that it works for everything:
For the curious one - this chunk size |
Hi,
I was runnning mpsyt for a while now and everything worked smoothly. A while ago I noticed massive download rate drops (10 Mbits to a few Kbits after one or two seconds downloading). First I thought it may be a bug that will be fixed soon but it seems that it isn't.
Thanks in advance!
The text was updated successfully, but these errors were encountered: