youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d420d8dd1bbe375ebe7048e70f5f47e6c5bbc5cf
parent 3fabeaa1f49d6ce15d67bfe31cad80002cdc5c94
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed,  8 Jan 2014 23:42:52 +0100

release 2014.01.08

Diffstat:
MREADME.md | 4++++
Myoutube_dl/version.py | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git 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 diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.01.07.5' +__version__ = '2014.01.08'