mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
[README.md] Fix typo
Just a minor spelling mistake in the readme
This commit is contained in:
parent
73ec479c7d
commit
98b08f94b1
|
@ -664,7 +664,7 @@ # Download best mp4 format available or any other best if no mp4 available
|
||||||
# Download best format available but not better that 480p
|
# Download best format available but not better that 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 that 50 MB
|
# Download best video only format but no bigger than 50 MB
|
||||||
$ youtube-dl -f 'best[filesize<50M]'
|
$ youtube-dl -f 'best[filesize<50M]'
|
||||||
|
|
||||||
# Download best format available via direct link over HTTP/HTTPS protocol
|
# Download best format available via direct link over HTTP/HTTPS protocol
|
||||||
|
|
Loading…
Reference in a new issue