Skip to content

Commit

Permalink
[README.md] Rephrase usage example comment (#20614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narcha authored and dstftw committed Apr 13, 2019
1 parent 8721b09 commit 11edb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11edb76

Please sign in to comment.