Merge remote-tracking branch 'gitprojs/master'
[youtube-dl] / youtube_dl / extractor / __init__.py
index 03543c607e183ef9aeda04d5ac44102af7c53d7e..bffb6d115b15834a7bd88ed19e4e1a027a7888dd 100644 (file)
@@ -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()
     ]