diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 20:35:04 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 20:35:04 +0100 |
commit | 869b4aeff4239b02ff8f699741902fe7f91b999a (patch) | |
tree | 2ac5a28c5fc7d7e21c48d9cfd610cee5508829fd | |
parent | cc9ca3ba6e0ba24b318ef191fdf84927e773008d (diff) |
release 2015.02.02.12015.02.02.1
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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 diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 1e469d93b..94c181a46 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.02' +__version__ = '2015.02.02.1' |