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.
Currently, when you want to download a playlist, you have to remove the rest of the parameter exlcuding 'list=**'. Not removing the rest of the parameter will cause the program to hang. Not sure why this is the case.
It would be helpful, and I think this applies to most use cases, if the program could detect if the user wants to download the entire playlist, and not just the currently playing video.
To replicate, consider this:
youtube-dl --extract-audio --audio-format=mp3 https://www.youtube.com/watch?v=LiJFkRiO1K8&index=4&list=RDxOHCWHR5DQM
Executing this will download that single video and the program will hang after converting them to *.mp3.
And like I described before, doing:
youtube-dl --extract-audio --audio-format=mp3 https://www.youtube.com/watch?list=RDLiJFkRiO1K8
is perfectly fine.