youtube-dl

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

commit 4ea170b8a0e27a10f2baf1439da053a95dd6767c
parent 49f2bf76a8e5e063a4053619dfb3153fe1c047dc
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  5 Jan 2014 04:44:34 +0100

release 2014.01.05.1

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

diff --git a/README.md b/README.md @@ -40,6 +40,7 @@ which means you can modify it, redistribute it or use it however you like. files (for videos with obfuscated signatures) are cached, but that may change. --no-cache-dir Disable filesystem caching + --socket-timeout None Time to wait before giving up, in seconds --bidi-workaround Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.01.05' +__version__ = '2014.01.05.1'