From fa92633539834483a774fb219782bd09f5f90ff7 Mon Sep 17 00:00:00 2001 From: Jerry Ho Date: Wed, 27 Mar 2019 22:41:38 +0800 Subject: [PATCH] Update format example to prevent confusion Usage of parenthesis added. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e476045b2..e042b77d4 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,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]'