Add Jukebox IE
[youtube-dl] / youtube_dl / extractor / __init__.py
index 9878ad942e7a3969c8138b9ce4cbb7dfdf749ff0..7b291f907f79b37ab2a32d9cca6adb2aa4e51749 100644 (file)
@@ -22,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
@@ -127,6 +128,7 @@ def gen_extractors():
         StatigramIE(),
         BreakIE(),
         VevoIE(),
+        JukeboxIE(),
         GenericIE()
     ]