summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-09-12 11:26:44 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-09-12 11:26:44 +0200
commit07ac9e2cc2c269d7eb015d6de5bc6e66981d4e31 (patch)
tree91150e764c1c31604a94ab8d174559e1ba1b6a92
parent6bc520c20706df9e5b32c4d2bccc2d46fb005fc5 (diff)
release 2013.09.122013.09.12
-rw-r--r--README.md6
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2776cb3eb0..400e6cd480 100644
--- a/README.md
+++ b/README.md
@@ -123,10 +123,8 @@ which means you can modify it, redistribute it or use it however you like.
only)
## 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
video
--list-subs lists all available subtitles for the video
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 795f4c2c72..3b2505c77f 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.11.09'
+__version__ = '2013.09.12'