diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-04 20:41:57 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-04 20:42:35 +0600 |
commit | d7fc56318b72607758e7484c22076ec2999f10b0 (patch) | |
tree | a51c8e8ffcd7b11c577f003448bce60df47b00be /youtube_dl/extractor/__init__.py | |
parent | 4bba371644818d79b5f8481b5b31c53ea8ecbcc5 (diff) |
[limelight] Fix python 2.6, simplify, make more robust (Closes #6734)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 20cc3660c..3ace1cc2c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -296,9 +296,9 @@ from .lifenews import ( LifeEmbedIE, ) from .limelight import ( - LimeLightMediaIE, - LimeLightChannelIE, - LimeLightChannelListIE, + LimelightMediaIE, + LimelightChannelIE, + LimelightChannelListIE, ) from .liveleak import LiveLeakIE from .livestream import ( |