ソースを参照

release 2013.09.04

Philipp Hagemeister 12 年 前
コミット
08523ee20a
2 ファイル変更3 行追加2 行削除
  1. 2 1
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 1
README.md

@@ -113,7 +113,8 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Video Format Options:
     -f, --format FORMAT        video format code, specifiy the order of
-                               preference using slashes: "-f 22/17/18"
+                               preference using slashes: "-f 22/17/18". "-f mp4"
+                               and "-f flv" are also supported
     --all-formats              download all available video formats
     --prefer-free-formats      prefer free video formats unless a specific one
                                is requested

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2013.08.30'
+__version__ = '2013.09.04'