summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-23 18:17:39 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-23 18:17:39 +0100
commit459e5fbd5fa61064076534c4d6d8a1d010acb1b3 (patch)
treed5f2d31e9cb20e51780627e01fed65d1d8b2c206
parentbfc993cc9183d5f001e30267551bcdf9f0a98be9 (diff)
downloadyoutube-dl-2015.02.23.1.tar.gz
youtube-dl-2015.02.23.1.tar.xz
youtube-dl-2015.02.23.1.zip
release 2015.02.23.1 2015.02.23.1
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ea31d605..699401b49 100644
--- 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'
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 17317b29c..1852d834b 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.23'
+__version__ = '2015.02.23.1'