X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=338b6133f89a345041cbcd2ee621865784121cb3;hb=df2dedeefba281e37bbdae5534a3360320259b22;hp=1012d78b69b140d30f280e96ca7a0dada0978148;hpb=dbf2ba3d61da04a8b3fce0ef560fdb4e74654523;p=youtube-dl diff --git a/README.md b/README.md index 1012d78b6..338b6133f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ which means you can modify it, redistribute it or use it however you like. --version print program version and exit -U, --update update this program to latest version -i, --ignore-errors continue on download errors - -r, --rate-limit LIMIT download rate limit (e.g. 50k or 44.6m) + -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m) -R, --retries RETRIES number of retries (default is 10) --buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default is 1024) @@ -38,8 +38,10 @@ which means you can modify it, redistribute it or use it however you like. --reject-title REGEX skip download for matching titles (regex or caseless sub-string) --max-downloads NUMBER Abort after downloading NUMBER files - --min-filesize SIZE Skip files smaller than this size - --max-filesize SIZE Skip files larger than this size + --min-filesize SIZE Do not download any videos smaller than SIZE (e.g. + 50k or 44.6m) + --max-filesize SIZE Do not download any videos larger than SIZE (e.g. + 50k or 44.6m) ## Filesystem Options: -t, --title use title in file name @@ -83,6 +85,7 @@ which means you can modify it, redistribute it or use it however you like. --get-description simulate, quiet but print video description --get-filename simulate, quiet but print output filename --get-format simulate, quiet but print output format + --newline output progress bar as new lines --no-progress do not print progress bar --console-title display progress in console titlebar -v, --verbose print various debugging information @@ -94,10 +97,16 @@ which means you can modify it, redistribute it or use it however you like. requested --max-quality FORMAT highest quality format to download -F, --list-formats list all available formats (currently youtube only) - --write-srt write video closed captions to a .srt file + --write-sub write subtitle file (currently youtube only) + --only-sub downloads only the subtitles (no video) + --all-subs downloads all the available subtitles of the video (currently youtube only) - --srt-lang LANG language of the closed captions to download - (optional) use IETF language tags like 'en' + --list-subs lists all available subtitles for the video + (currently youtube only) + --sub-format LANG subtitle format [srt/sbv] (default=srt) (currently + youtube only) + --sub-lang LANG language of the subtitles to download (optional) + use IETF language tags like 'en' ## Authentication Options: -u, --username USERNAME account username