aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-10-04 20:41:57 +0600
committerSergey M․ <dstftw@gmail.com>2015-10-04 20:42:35 +0600
commitd7fc56318b72607758e7484c22076ec2999f10b0 (patch)
treea51c8e8ffcd7b11c577f003448bce60df47b00be /youtube_dl/extractor/__init__.py
parent4bba371644818d79b5f8481b5b31c53ea8ecbcc5 (diff)
downloadyoutube-dl-d7fc56318b72607758e7484c22076ec2999f10b0.tar.xz
[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__.py6
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 (