summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-05-13 09:38:27 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-05-13 09:38:27 +0200
commit02030ff7fe47a0f1e6a75a50a2d76b3154545dc2 (patch)
treea71359a4e9328eb7f4254042b96784951e2d3c41
parentf45c185fa9f7bab1714cbde1227c421e170c027a (diff)
downloadyoutube-dl-2013.05.13.tar.gz
youtube-dl-2013.05.13.tar.xz
youtube-dl-2013.05.13.zip
release 2013.05.13 2013.05.13
-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 a9eaed192..2f3c81a7c 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ which means you can modify it, redistribute it or use it however you like.
     -F, --list-formats         list all available formats (currently youtube
                                only)
     --write-sub                write subtitle file (currently youtube only)
-    --only-sub                 downloads only the subtitles (no video)
+    --only-sub                 [deprecated] alias of --skip-download
     --all-subs                 downloads all the available subtitles of the
                                video (currently youtube only)
     --list-subs                lists all available subtitles for the video
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index ae9688e17..6619cfecc 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2013.05.10'
+__version__ = '2013.05.13'