diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-27 07:05:28 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-27 07:05:28 +0100 |
commit | a17d16d59cc39e786d572000df34bcf3f1e3804a (patch) | |
tree | db7c483d438cf85d18f275de5184ed4a71a9fc5c /youtube_dl/extractor/__init__.py | |
parent | d16076ff3efcfb4817a0ff1a48f7d84e6f46f8f3 (diff) |
[la7] Add support
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 5de90d6d9..be3cada98 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -107,6 +107,7 @@ from .keezmovies import KeezMoviesIE from .khanacademy import KhanAcademyIE from .kickstarter import KickStarterIE from .keek import KeekIE +from .la7 import LA7IE from .liveleak import LiveLeakIE from .livestream import LivestreamIE, LivestreamOriginalIE from .lynda import ( |