Add Jukebox IE
This commit is contained in:
commit
515d7a5e73
2 changed files with 61 additions and 0 deletions
|
@ -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()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue