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.
How to pass the args, when use the option --external-downloader. for example use axel. #10429
Comments
|
Post the full output of your command. |
|
youtube-dl -citk --playlist-start 1 --playlist-end 78 -f webm --external-downloader axel --external-downloader-args '-n 10' https://www.youtube.com/playlist?list=........ youtube-dl -citk --playlist-start 1 --playlist-end 78 -f webm --external-downloader axel --external-downloader-args [-n 10] https://www.youtube.com/playlist?list=........ these two methods are error. |
|
Axel uses HTTP even if fed with HTTPS URLs, and YouTube now reject all non-HTTP URLs. Please forward this bug to the Axel team. |
|
FWIW, this fork works for me: https://github.com/eribertomota/axel. Seems the official Axel has been dead and there's no updates since 6 years ago. |
|
@yan12125 Thank you very much. |
How to pass the args, when use the option --external-downloader.
It's error, when I use --external-downloader axel --external-downloader-args '-n 10'