youtube-dl

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

commit a3522dfddd333ce14f9603ab43c58e9ae204adbb
parent d3a8613b6e2fcf09585b1b8b85c8b38fc603c201
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 24 Jun 2013 00:06:01 +0200

Merge branch 'master' of github.com:rg3/youtube-dl

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -61,7 +61,7 @@ setup( author = 'Ricardo Garcia', maintainer = 'Philipp Hagemeister', maintainer_email = 'phihag@phihag.de', - packages = ['youtube_dl'], + packages = ['youtube_dl', 'youtube_dl.extractor'], # Provokes warning on most systems (why?!) #test_suite = 'nose.collector',