release 2014.01.08
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 8 Jan 2014 22:42:52 +0000 (23:42 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 8 Jan 2014 22:42:52 +0000 (23:42 +0100)
README.md
youtube_dl/version.py

index 7a214ef170bcabd079bf90c047ec927fb98191be..18ac4e308173757ba76ff058ec8ae9bb9fd1d78c 100644 (file)
--- a/README.md
+++ b/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
 
index a82e2280cccb7297b747b7a1515e6e8d9a652168..d1233be65b881813706b0b4a5026eb6603dc58b5 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.07.5'
+__version__ = '2014.01.08'