You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure the question is worded well enough to be understood
What does sorting order mean? For example -S res:720 will give preference to 720p, or will it ONLY consider 720p and just not download anything if there is no 720p?
Provide verbose output that clearly demonstrates the problem
Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
If using API, add 'verbose': True to YoutubeDL params instead
Copy the WHOLE output (starting with [debug] Command-line config) and insert it below
Complete Verbose Output
No response
The text was updated successfully, but these errors were encountered:
Sorting means what it sounds like. It's how yt-dlp sorts the formats to determine what the best/worst format is. -S res:720 means sort by resolution, starting with 720p. Since it is only sorting, worse resolutions are still possible to be downloaded if no 720p format exists. You can read more about this in the documentation: https://github.com/yt-dlp/yt-dlp#sorting-formats
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
What does sorting order mean? For example -S res:720 will give preference to 720p, or will it ONLY consider 720p and just not download anything if there is no 720p?
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
No response
The text was updated successfully, but these errors were encountered: