Browse Source

release 2013.09.12

rtmp_test 2013.09.12
Philipp Hagemeister 11 years ago
parent
commit
07ac9e2cc2
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 2
- 4
README.md View File

@ -123,10 +123,8 @@ which means you can modify it, redistribute it or use it however you like.
only) only)
## Subtitle Options: ## Subtitle Options:
--write-sub write subtitle file (currently youtube only)
--write-auto-sub write automatic subtitle file (currently youtube
only)
--only-sub [deprecated] alias of --skip-download
--write-sub write subtitle file
--write-auto-sub write automatic subtitle file (youtube only)
--all-subs downloads all the available subtitles of the --all-subs downloads all the available subtitles of the
video video
--list-subs lists all available subtitles for the video --list-subs lists all available subtitles for the video


+ 1
- 1
youtube_dl/version.py View File

@ -1,2 +1,2 @@
__version__ = '2013.11.09'
__version__ = '2013.09.12'

Loading…
Cancel
Save