release 2015.02.02.1
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 2 Feb 2015 19:35:04 +0000 (20:35 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 2 Feb 2015 19:35:04 +0000 (20:35 +0100)
README.md
youtube_dl/version.py

index 68b41970a76b7e3352f6fb9847dc7aed6f5a7f17..d432904fa50ff82bcdec9325909b7f897d432877 100644 (file)
--- a/README.md
+++ b/README.md
@@ -368,11 +368,11 @@ 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)
-    --fixup POLICY                   (experimental) Automatically correct known
-                                     faults of the file. One of never (do
-                                     nothing), warn (only emit a warning),
-                                     detect_or_warn(check whether we can do
-                                     anything about it, warn otherwise
+    --fixup POLICY                   Automatically correct known faults of the
+                                     file. One of never (do nothing), warn (only
+                                     emit a warning), detect_or_warn(the
+                                     default; fix file if we can, warn
+                                     otherwise)
     --prefer-avconv                  Prefer avconv over ffmpeg for running the
                                      postprocessors (default)
     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
index 1e469d93be4943606c16b981b6b99a5ef5a54d8e..94c181a46b8880ca78846e6d865bea9f294832aa 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.02'
+__version__ = '2015.02.02.1'