From 5b66de88592f124b586f90ef3bbd0e2d3d91968c Mon Sep 17 00:00:00 2001 From: Johny Mo Swag Date: Wed, 26 Jun 2013 18:38:48 -0700 Subject: Added HotNewHipHop IE --- youtube_dl/extractor/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 2750fc8f9..cc818fcc1 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -18,6 +18,7 @@ from .gametrailers import GametrailersIE from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE +from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE from .hypem import HypemIE from .ina import InaIE @@ -136,6 +137,7 @@ def gen_extractors(): TudouIE(), CSpanIE(), WimpIE(), + HotNewHipHopIE(), GenericIE() ] -- cgit v1.2.3