summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-23 23:42:21 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-23 23:42:21 +0200
commitb07d9c23c57007c7af17c5b949d3a648a8492b8c (patch)
tree0f07596b91753deb5697370e51dadc09aa658f52
parentd71cae62cc584d439be46a2b3bb6513fdf43c0a0 (diff)
release 2013.06.232013.06.23
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ccab537e7a..929f2b5d17 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ which means you can modify it, redistribute it or use it however you like.
video (currently youtube only)
--list-subs lists all available subtitles for the video
(currently youtube only)
- --sub-format LANG subtitle format [srt/sbv] (default=srt)
+ --sub-format FORMAT subtitle format [srt/sbv] (default=srt)
(currently youtube only)
--sub-lang LANG language of the subtitles to download (optional)
use IETF language tags like 'en'
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 7c6757efe1..dae2567576 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.06.21'
+__version__ = '2013.06.23'