release 2013.03.29
This commit is contained in:
parent
c9c8402093
commit
1bf2801e6a
2 changed files with 11 additions and 5 deletions
14
README.md
14
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
|
--version print program version and exit
|
||||||
-U, --update update this program to latest version
|
-U, --update update this program to latest version
|
||||||
-i, --ignore-errors continue on download errors
|
-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)
|
-R, --retries RETRIES number of retries (default is 10)
|
||||||
--buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default
|
--buffer-size SIZE size of download buffer (e.g. 1024 or 16k) (default
|
||||||
is 1024)
|
is 1024)
|
||||||
|
@ -97,10 +97,16 @@ which means you can modify it, redistribute it or use it however you like.
|
||||||
requested
|
requested
|
||||||
--max-quality FORMAT highest quality format to download
|
--max-quality FORMAT highest quality format to download
|
||||||
-F, --list-formats list all available formats (currently youtube only)
|
-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)
|
(currently youtube only)
|
||||||
--srt-lang LANG language of the closed captions to download
|
--list-subs lists all available subtitles for the video
|
||||||
(optional) use IETF language tags like 'en'
|
(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:
|
## Authentication Options:
|
||||||
-u, --username USERNAME account username
|
-u, --username USERNAME account username
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2013.02.25'
|
__version__ = '2013.03.29'
|
||||||
|
|
Loading…
Reference in a new issue