X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=724fb17d12c9838cc6116daf9fc474afbabe81b7;hb=350cf045d8f86497e8d79ae193b40cc44c8e670c;hp=efb51027bdf55ba7e0714bc380f458347f8078fb;hpb=b2dca40d8138cb044bd6c6f75a4e87ecb633fc00;p=youtube-dl diff --git a/README.md b/README.md index efb51027b..724fb17d1 100644 --- a/README.md +++ b/README.md @@ -339,8 +339,8 @@ which means you can modify it, redistribute it or use it however you like. preference, for example: "srt" or "ass/srt/best" --sub-lang LANGS Languages of the subtitles to download - (optional) separated by commas, use IETF - language tags like 'en,pt' + (optional) separated by commas, use --list- + subs for available language tags ## Authentication Options: -u, --username USERNAME Login with this account ID @@ -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]' ```