Made 'video' the default title for generic IE
[youtube-dl] / youtube_dl / extractor / __init__.py
index 2750fc8f90e51bc0a84afd56d9555a70947ceb76..a9aa7e50685ebdcfc1a3f1143ba5cebcec1ef43f 100644 (file)
@@ -1,6 +1,7 @@
 
 from .ard import ARDIE
 from .arte import ArteTvIE
+from .auengine import AUEngineIE
 from .bandcamp import BandcampIE
 from .bliptv import BlipTVIE, BlipTVUserIE
 from .breakcom import BreakIE
@@ -18,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
@@ -136,6 +138,8 @@ def gen_extractors():
         TudouIE(),
         CSpanIE(),
         WimpIE(),
+        HotNewHipHopIE(),
+        AUEngineIE(),
         GenericIE()
     ]