diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -116,7 +116,8 @@ which means you can modify it, redistribute it or use it however you like. -F, --list-formats list all available formats (currently youtube only) --write-sub write subtitle file (currently youtube only) - --write-auto-sub write automatic subtitle file (currently youtube only) + --write-auto-sub write automatic subtitle file (currently youtube + only) --only-sub [deprecated] alias of --skip-download --all-subs downloads all the available subtitles of the video (currently youtube only) diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 3b456e934..d1e848284 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.06.33' +__version__ = '2013.06.34' |