youtube-dl

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

commit 067e9222951d685947bc20f28ee0771837272a07
parent c28df2478f0a1419d46b8b85abc6091f5645ca20
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 25 Aug 2014 16:41:05 +0200

release 2014.08.25.1

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

diff --git a/README.md b/README.md @@ -288,6 +288,10 @@ which means you can modify it, redistribute it or use it however you like. postprocessors (default) --prefer-ffmpeg Prefer ffmpeg over avconv for running the postprocessors + --exec CMD Execute a command on the file after + downloading, similar to find's -exec + syntax. Example: --exec 'adb push {} + /sdcard/Music/ && rm {}' # CONFIGURATION diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.08.25' +__version__ = '2014.08.25.1'