-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Randomy slow download speeds even though my internet speed is 100Mbps #30052
Comments
This is a known issue. TL;DR; |
Thank you very much for your reply! I'll try to use. I hope its functions are as same as original youtube-dl. Edit: I just uninstalled youtube-dl and installed that fork and it now works fine! Thanks again! |
Read the Readme. :) A lot of basic functions are the same, but there are differences as well. |
Fixes ytdl-org#29326, closes ytdl-org#29790, closes ytdl-org#30004, closes ytdl-org#30024, closes ytdl-org#30052, closes ytdl-org#30088, closes ytdl-org#30097, closes ytdl-org#30102, closes ytdl-org#30109, closes ytdl-org#30119, closes ytdl-org#30125, closes ytdl-org#30128, closes ytdl-org#30162, closes ytdl-org#30173, closes ytdl-org#30186, closes ytdl-org#30192, closes ytdl-org#30221, closes ytdl-org#30239, closes ytdl-org#30539, closes ytdl-org#30552.
Checklist
Verbose log
Description
I'm making a program which downloads audios from specified video's link. I'm using Python and youtube-dl. Sometimes download completes instantly. But sometimes download speed stucks at 50KiB/s or 70KiB/s. My internet speed is 100Mbps so I don't think it's a problem with my internet speed. I also tried running the program on a server but again same result, it sometimes downloads at 50KiB/s but sometimes full speed.
When I'm watching from YouTube itself, I have no problems by the way. I can watch the video at 1080p smoothly. What should I do to prevent random slow download speeds? Any ideas?
I'm running latest version of youtube-dl and latest version of Python. Below code is the code I use to download videos:
The text was updated successfully, but these errors were encountered: