aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-09-01 23:05:19 +0100
committerSergey M․ <dstftw@gmail.com>2015-10-04 20:42:18 +0600
commitef5acfe32de4c995625f9800cfe0776237961436 (patch)
tree12ea99581f4877cb888f5e423a8c38342e328a6d /youtube_dl/extractor/__init__.py
parent85557f635ab7eac2e76e3a65be5a4446ddf18530 (diff)
downloadyoutube-dl-ef5acfe32de4c995625f9800cfe0776237961436.tar.xz
[limelight] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 495a18c17..20cc3660c 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -295,6 +295,11 @@ from .lifenews import (
LifeNewsIE,
LifeEmbedIE,
)
+from .limelight import (
+ LimeLightMediaIE,
+ LimeLightChannelIE,
+ LimeLightChannelListIE,
+)
from .liveleak import LiveLeakIE
from .livestream import (
LivestreamIE,