Browse Source

release 2013.06.23

Philipp Hagemeister 12 years ago
parent
commit
b07d9c23c5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      youtube_dl/version.py

+ 1 - 1
README.md

@@ -121,7 +121,7 @@ which means you can modify it, redistribute it or use it however you like.
                                video (currently youtube only)
                                video (currently youtube only)
     --list-subs                lists all available subtitles for the video
     --list-subs                lists all available subtitles for the video
                                (currently youtube only)
                                (currently youtube only)
-    --sub-format LANG          subtitle format [srt/sbv] (default=srt)
+    --sub-format FORMAT        subtitle format [srt/sbv] (default=srt)
                                (currently youtube only)
                                (currently youtube only)
     --sub-lang LANG            language of the subtitles to download (optional)
     --sub-lang LANG            language of the subtitles to download (optional)
                                use IETF language tags like 'en'
                                use IETF language tags like 'en'

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
 
-__version__ = '2013.06.21'
+__version__ = '2013.06.23'