1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 21:36:19 +00:00

Merge fa92633539834483a774fb219782bd09f5f90ff7 into c5098961b04ce83f4615f2a846c84f803b072639

This commit is contained in:
Jerry Ho 2024-08-21 21:31:34 -04:00 committed by GitHub
commit bdfa4badbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 # Download best video only format but no bigger than 50 MB
$ youtube-dl -f 'best[filesize<50M]' $ 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 # Download best format available via direct link over HTTP/HTTPS protocol
$ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]' $ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]'