mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[README.md] Add protocol usage example in format selection
This commit is contained in:
@@ -529,6 +529,9 @@ # Download best format available but not better that 480p
|
|||||||
|
|
||||||
# Download best video only format but no bigger that 50 MB
|
# Download best video only format but no bigger that 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
|
||||||
|
$ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user