Add Jukebox IE

This commit is contained in:
Philipp Hagemeister 2013-06-25 17:12:35 +02:00
commit 515d7a5e73
2 changed files with 61 additions and 0 deletions

View 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()
]