瀏覽代碼

release 2015.02.23.1

Philipp Hagemeister 10 年之前
父節點
當前提交
459e5fbd5f
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 2
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
     --all-subs                       downloads all the available subtitles of
                                      the video
                                      the video
     --list-subs                      lists all available subtitles for 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
     --sub-lang LANGS                 languages of the subtitles to download
                                      (optional) separated by commas, use IETF
                                      (optional) separated by commas, use IETF
                                      language tags like 'en,pt'
                                      language tags like 'en,pt'

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '2015.02.23'
+__version__ = '2015.02.23.1'