Dup Goto 📝

YoutubeDl

PT2/aw/media/multimedia 07-31 13:46:45
To Pop
12 lines, 40 words, 301 chars Monday 2023-07-31 13:46:45

Restricting resolution

youtube-dl -f best[height=1920] $URL # restrict to <= 1080p

Specifying format

youtube-dl -f best[ext=mp4] $URL # mp4 files

Combining specifications

youtube-dl -f best[ext=mp4,height=1920] $URL # restrict to <= 1080p, mp4 files