youtube-dl

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

commit eb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30
parent 50891fece71b05bce92f694451656988b53a7038
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  6 Sep 2011 17:42:45 +0200

Bump version to 2011.09.06

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl @@ -14,7 +14,7 @@ __author__ = ( ) __license__ = 'Public Domain' -__version__ = '2011.08.28-phihag' +__version__ = '2011.09.06-phihag' UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl'