youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 11edb76610ba35aa2dc15b61d627147c739cce02
parent 8721b097510819e11470d9cc7cc2f7593c2a36e2
Author: DaMightyZombie <42248344+DaMightyZombie@users.noreply.github.com>
Date:   Sat, 13 Apr 2019 10:03:42 +0200

[README.md] Rephrase usage example comment (#20614)


Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -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