release 2015.02.23.1
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 17:17:39 +0000 (18:17 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 17:17:39 +0000 (18:17 +0100)
README.md
youtube_dl/version.py

index 8ea31d6059f05ac179f3879622af26cfc37ac110..699401b49b64f75b2a821f2b1abf86a7f050accb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -351,8 +351,8 @@ which means you can modify it, redistribute it or use it however you like.
     --all-subs                       downloads all the available subtitles of
                                      the video
     --list-subs                      lists all available subtitles for the video
-    --sub-format FORMAT              subtitle format (default=srt) ([sbv/vtt]
-                                     youtube only)
+    --sub-format FORMAT              subtitle format, accepts formats
+                                     preference, for example: "ass/srt/best"
     --sub-lang LANGS                 languages of the subtitles to download
                                      (optional) separated by commas, use IETF
                                      language tags like 'en,pt'
index 17317b29c2ce841a6babc4d08a931f6b75020c33..1852d834b1f9d5edbbf728acb87f23bffac0d76c 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.23'
+__version__ = '2015.02.23.1'