From ef5acfe32de4c995625f9800cfe0776237961436 Mon Sep 17 00:00:00 2001 From: remitamine Date: Tue, 1 Sep 2015 23:05:19 +0100 Subject: [limelight] Add new extractor --- youtube_dl/extractor/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'youtube_dl/extractor/__init__.py') 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, -- cgit v1.2.3