Browse Source

release 2013.06.23

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

2
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'

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2013.06.21'
__version__ = '2013.06.23'
Loading…
Cancel
Save