Made 'video' the default title for generic IE
[youtube-dl] / youtube_dl / extractor / __init__.py
index eaa213609f549c212d3962bc49047ea94a88d407..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
@@ -50,6 +52,7 @@ from .vbox7 import Vbox7IE
 from .vevo import VevoIE
 from .vimeo import VimeoIE
 from .vine import VineIE
+from .wimp import WimpIE
 from .worldstarhiphop import WorldStarHipHopIE
 from .xhamster import XHamsterIE
 from .xnxx import XNXXIE
@@ -134,6 +137,9 @@ def gen_extractors():
         JukeboxIE(),
         TudouIE(),
         CSpanIE(),
+        WimpIE(),
+        HotNewHipHopIE(),
+        AUEngineIE(),
         GenericIE()
     ]