1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-11-09 05:37:09 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry Ho
edbc607f5c
Merge fa92633539 into 0153b387e5 2024-06-13 02:03:54 +00:00
Jerry Ho
fa92633539
Update format example to prevent confusion
Usage of parenthesis added.
2019-03-27 22:41:38 +08:00

View File

@ -745,6 +745,9 @@ $ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
# Download best video only format but no bigger than 50 MB
$ youtube-dl -f 'best[filesize<50M]'
# Utilizing parenthesis for the + sign, in order to prevent audio from not being downloaded and merged
$ youtube-dl -f ((248/247/137/136)+(251/140/171))
# Download best format available via direct link over HTTP/HTTPS protocol
$ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]'