Open binarygeek119 opened 1 year ago
Is there a way I could use YTDL_OPTIONS to filter out poor quality videos. Just skip them instead of downloading them.
Say only videos that are 480p or greater.
If it could be done what would the json be?
it is a option of quality, you should change "best" to “best[height>=480]" I think.
but, can you give me an example of a video smaller than 480p?
Is there a way I could use YTDL_OPTIONS to filter out poor quality videos. Just skip them instead of downloading them.
Say only videos that are 480p or greater.
If it could be done what would the json be?