]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/__init__.py
add JukeboxIE
[youtube-dl.git] / youtube_dl / extractor / __init__.py
index 4729512edde28f7caf180cc48975bed0cf23c899..e27f5849601a32d291100977b0288c710a8f93e0 100644 (file)
@@ -3,6 +3,7 @@ from .ard import ARDIE
 from .arte import ArteTvIE
 from .bandcamp import BandcampIE
 from .bliptv import BlipTVIE, BlipTVUserIE
+from .breakcom import BreakIE
 from .comedycentral import ComedyCentralIE
 from .collegehumor import CollegeHumorIE
 from .dailymotion import DailymotionIE
@@ -21,6 +22,7 @@ from .hypem import HypemIE
 from .ina import InaIE
 from .infoq import InfoQIE
 from .justintv import JustinTVIE
+from .jukebox import JukeboxIE
 from .keek import KeekIE
 from .liveleak import LiveLeakIE
 from .metacafe import MetacafeIE
@@ -123,6 +125,8 @@ def gen_extractors():
         Vbox7IE(),
         GametrailersIE(),
         StatigramIE(),
+        BreakIE(),
+        JukeboxIE(),
         GenericIE()
     ]