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.
Priority over qualities? #11804
Priority over qualities? #11804
Comments
|
Provide concrete examples. |
|
For example when you want to download a file, instead of passing one quality setting via -f switch, add several in order of importance like -f 720p,480p,240p so when youtube-dl wants to download the file with 720p, if it encounters with error that such quality is not available for that file, it would got for the next requested quality which is 480p in this case. |
|
This is already supported. Bother to read FAQ. |
|
I can't find it in the FAQ. |
|
It's here. Try something like this: Or for any available quality up to 720p: |
Hi,
Is it possible to set several qualities in order of importance so if youtube-dl cannot find first specified quality for that file, would fall back to other ones like 720p->480p->360p ?
Thanks