youtube-dl

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

commit 6aabe82035b0c5eff8b1d343e08a484ff0c12e60
parent f0877a445e29ff58a4d377c8a193efb8f7c9b8e8
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  8 Feb 2013 11:01:09 +0100

Credit Osama Khalid for Keek support

Diffstat:
Myoutube_dl/__init__.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py @@ -23,6 +23,7 @@ __authors__ = ( 'Dave Vasilevsky', 'Jaime Marquínez Ferrándiz', 'Jeff Crouse', + 'Osama Khalid', ) __license__ = 'Public Domain'