X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2F__init__.py;fp=youtube_dl%2Fextractor%2F__init__.py;h=bffb6d115b15834a7bd88ed19e4e1a027a7888dd;hb=3a8736bd745ecd7ce5cb605cf56710f76a26d1ab;hp=03543c607e183ef9aeda04d5ac44102af7c53d7e;hpb=e4decf2750ee3b0cfdb6c866a1496d0dd96914fa;p=youtube-dl diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 03543c607..bffb6d115 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -19,6 +19,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 @@ -137,6 +138,7 @@ def gen_extractors(): TudouIE(), CSpanIE(), WimpIE(), + HotNewHipHopIE(), AuengineIE(), GenericIE() ]