release 2013.05.13
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 13 May 2013 07:38:27 +0000 (09:38 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 13 May 2013 07:38:27 +0000 (09:38 +0200)
README.md
youtube_dl/version.py

index a9eaed1923e55865b826e1b1b0badab79561b5e3..2f3c81a7c8848bfb7234fbedd54ecbfa2f0b6063 100644 (file)
--- 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
index ae9688e1781773eb4a116586f7ea3cd6b48b8e2e..6619cfeccc39fdf1bc7a60ebef22c957159b3cfa 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.05.10'
+__version__ = '2013.05.13'