youtube-dl

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

commit b83be81d27e252eed4585fcce14205266b51b1d5
parent 6f5dcd4eee10a291b89b70a68e1a955cd94d341f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 16 Dec 2013 05:11:19 +0100

Credit @mjorlitzky for pornhd (#1961)

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 @@ -37,6 +37,7 @@ __authors__ = ( 'Anton Larionov', 'Takuya Tsuchida', 'Sergey M.', + 'Michael Orlitzky', ) __license__ = 'Public Domain'