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.
Aria2 doesn't work for specific playlist/urls #26460
Comments
|
External downloaders don't work for DASH formats. You can use |
|
@pukkandan Could you please pass the complete one-liner to make this work? Thanks. |
|
@Anon-Exploiter Sorry for the late reply. All the formats available for the video you are trying to download seem to be DASH, except for the combined (audio and video in same file) formats.
If you prefer them over the DASH formats, you can use |

Checklist
Verbose log
Description
While downloading videos from youtube, some of the playlists/URLs don't work with aria2c (i.e. external downloader). I removed all the arguments from
--external-downloader-argsand other arguments too, still the playlist isn't being downloaded with aria2.Whenever any other video or some other playlist URL is passed, it downloads that completely fine.
POC:
If more information is required, do let me know. This problem is really irritating, previously when I used to remove
-f bestvideo+bestaudio, it used to work, but removing that doesn't fix this either.