Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
downloading audio from youtube with ext downloader is slow #19142
Comments
|
Youtube throttles download. To download at high speed downloader must reopen connection per each ~10MiB chunk. |
|
For the record, video is not "just fine", it should be throttled as well. |
using the default downloader, the audio is downloaded extremely fast, however piping the url from --dump-json or just using an external downloader such as curl results in extremely slow speeds ONLY for audio. Video works just fine.
For eg. (excuse the images, formatting went wack in the editor)
youtube-dl --external-downloader curl -f bestaudio https://www.youtube.com/watch?v=WqCpWu8tgRw:but,

youtube-dl --external-downloader curl -f best https://www.youtube.com/watch?v=WqCpWu8tgRw:Audio struggles along while video does exceptionally well and this is true for any external downloader, but not for the default youtube-dl downloader.