1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 22:47:20 +08:00
This commit is contained in:
DaMightyZombie 2019-04-08 23:42:40 +02:00 committed by GitHub
parent 9c017253e8
commit f0bb7928db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,7 +700,7 @@ Note that on Windows you may need to use double quotes instead of single.
# Download best mp4 format available or any other best if no mp4 available
$ youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'
# Download best format available but not better that 480p
# Download best format available but no better than 480p
$ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
# Download best video only format but no bigger than 50 MB