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.
Does not download multiple video-versions #22336
Comments
|
|
Checklist
Verbose log
Description
In this command it should try to download the 4k Version, and if its not available (like in this case) it should download the worst AND best quality.
If there are arguments/conditions like [ext=webm] it does not work sometimes:
The example (the same like this from "verbose log") does not work and download only the first choosen quality (worstvideo with webm extension):
'313+249/worstvideo[ext=webm]+worstaudio[ext=webm],bestvideo[ext=mp4]+bestaudio[ext=mp4]'
But this for example works like expected(download worst AND best Video):
'313+249/worstvideo[ext=webm]+worstaudio[ext=webm],bestvideo+bestaudio'
And this also:
'313+249/worstvideo+worstaudio,bestvideo+bestaudio'