alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
7.04k stars 449 forks source link

Filtering videos #333

Open binarygeek119 opened 1 year ago

binarygeek119 commented 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?

PikuZheng commented 1 year ago

it is a option of quality, you should change "best" to “best[height>=480]" I think. image

but, can you give me an example of a video smaller than 480p?