mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-08 16:37:04 +01:00
[README.md] Add protocol usage example in format selection
This commit is contained in:
parent
b555942428
commit
6be16ed24b
@ -529,6 +529,9 @@ $ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
|
||||
|
||||
# Download best video only format but no bigger that 50 MB
|
||||
$ youtube-dl -f 'best[filesize<50M]'
|
||||
|
||||
# Download best format available via direct link over HTTP/HTTPS protocol
|
||||
$ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]'
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user