diff options
author | mc2avr <mc2avr@googlemail.com> | 2013-06-25 13:28:59 +0200 |
---|---|---|
committer | mc2avr <mc2avr@googlemail.com> | 2013-06-25 13:28:59 +0200 |
commit | 28ef06f7c28fa214841be6339bf3801b4834769a (patch) | |
tree | 2acbc391252bcf5eeda8dabe8dd60f3fae444181 /youtube_dl/extractor/__init__.py | |
parent | f8bf74575ace3a454f27acce6537038300a3f907 (diff) |
add JukeboxIE
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index b208f9002..e27f58496 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -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 @@ -125,6 +126,7 @@ def gen_extractors(): GametrailersIE(), StatigramIE(), BreakIE(), + JukeboxIE(), GenericIE() ] |