youtube-dl

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

commit 36b0079f23b35f99d3b8b72028f3cea048d61566
parent 28028629b90053cab58e73c692195256155806c5
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 24 Aug 2014 07:06:47 +0200

Credit @olebowle for GameOne:playlist (#3247)

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 @@ -72,6 +72,7 @@ __authors__ = ( 'Alexander Kirk', 'Erik Johnson', 'Keith Beckman', + 'Ole Ernst', ) __license__ = 'Public Domain'