-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Slow download Youtube-dl. WHY ? #15384
Comments
Because it's limited by YouTube itself. |
you can use aria2 downloader. it can download files with multiple connections. downloads can 16x faster than before with this code because it will download from 16 connections |
Where i past this? |
I have been miffed by this issue as it's really bad. I have been testing with both the windows and Linux versions of youtube-dl. With Linux (installed through apt-get): Result: Result: SAME VIDEO |
You are downloading two different files one of them falls under Youtube throttling. |
What exactly do you mean "falls under Youtube throttling" edit: sorry for posting on a closed issue |
I came here to report this, because I saw the first report, like 8 days ago and they closed it with the excuse of being YouTube's problem. I have tried aria2c as well as my external downloader and the issue was the same. I have downloaded my files with JDownloader2 without a fuss. What's the catch here? Cheers. |
Very likely different formats, i.e. similar to youtube-dl with |
Can I do this somehow by using Ubuntu (Store app version) on Windows? The easiest way I figured is to download aria2 for windows and put it in the same folder where .bat is, I did that, but aria2c.exe is not launching somehow. I use this script to download subtitles:
Also another problem is having is with .vtt subtitles download from youtube, they are not being converted to SRT. |
|
Sorry for pooping this up again, is there a way to use this --http-chunk-size with python, meaning the options available when you create a new object |
It's described in downloader since it's a downloader option. |
Thanks for replying, not sure I understand, though. so I guess I need to use it like so I am using the following options, and still getting very slow speeds after about 10 seconds:
|
Simply don't touch it. It's enabled by default. Most likely your version is outdated. |
Don't think this is a version issue:
|
Well, I'm not a telepathist. If you believe there is a bug open a new issue with properly filled issue template. |
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.01.21. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
The text was updated successfully, but these errors were encountered: