浏览代码

release 2014.01.08

Philipp Hagemeister 11 年之前
父节点
当前提交
d420d8dd1b
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 4 - 0
README.md

@@ -198,6 +198,10 @@ which means you can modify it, redistribute it or use it however you like.
     --add-metadata             write metadata to the video file
     --xattrs                   write metadata to the video file's xattrs (using
                                dublin core and xdg standards)
+    --prefer-avconv            Prefer avconv over ffmpeg for running the
+                               postprocessors (default)
+    --prefer-ffmpeg            Prefer ffmpeg over avconv for running the
+                               postprocessors
 
 # CONFIGURATION
 

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.07.5'
+__version__ = '2014.01.08'