youtube-dl

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

commit 284acd57d6e37a605e3651dce73bce89cba48390
parent 8e590a117f61bfb034ba6d181f5752b6977b4262
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 19 Oct 2013 11:14:20 +0200

Add an author email

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

diff --git a/setup.py b/setup.py @@ -63,6 +63,7 @@ setup( ' YouTube.com and other video sites.', url='https://github.com/rg3/youtube-dl', author='Ricardo Garcia', + author_email='ytdl@yt-dl.org', maintainer='Philipp Hagemeister', maintainer_email='phihag@phihag.de', packages=['youtube_dl', 'youtube_dl.extractor'],