mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
[README.md] Rephrase usage example comment (#20614)
This commit is contained in:
parent
8721b09751
commit
11edb76610
|
@ -700,7 +700,7 @@ #### Format selection examples
|
||||||
# Download best mp4 format available or any other best if no mp4 available
|
# 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'
|
$ 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]'
|
$ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
|
||||||
|
|
||||||
# Download best video only format but no bigger than 50 MB
|
# Download best video only format but no bigger than 50 MB
|
||||||
|
|
Loading…
Reference in a new issue