youtube-dl

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

commit 6f58db89820fe03effb2014ee70e1ffd0b1f3017
parent aa42e87340e491d0b151e9dad368711fc275c7b9
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 23 Jan 2015 12:17:19 +0100

release 2015.01.23.3

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

diff --git a/README.md b/README.md @@ -259,6 +259,8 @@ which means you can modify it, redistribute it or use it however you like. --bidi-workaround Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH + --sleep-interval SECONDS Number of seconds to sleep before each + download. ## Video Format Options: -f, --format FORMAT video format code, specify the order of diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.01.23.2' +__version__ = '2015.01.23.3'