diff options
author | remitamine <remitamine@gmail.com> | 2015-09-01 23:05:19 +0100 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-04 20:42:18 +0600 |
commit | ef5acfe32de4c995625f9800cfe0776237961436 (patch) | |
tree | 12ea99581f4877cb888f5e423a8c38342e328a6d /youtube_dl/extractor/__init__.py | |
parent | 85557f635ab7eac2e76e3a65be5a4446ddf18530 (diff) |
[limelight] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
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, |