diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-03 13:24:29 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-03 13:24:29 +0100 |
commit | a7c26e7338ceed06b579775f315b078644a7482b (patch) | |
tree | 7b9d57e5b65c5fa6e67a9fcca57b08c7de0c6da3 /youtube_dl/extractor/__init__.py | |
parent | c8805576667f316b34f0a9a81d32da7d24dc754c (diff) | |
parent | c7f8537dd9752e83661b69e46a4f113222c7a503 (diff) |
[lynda] minor changes
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 31bbda46f..21d564dba 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -102,6 +102,10 @@ from .kickstarter import KickStarterIE from .keek import KeekIE from .liveleak import LiveLeakIE from .livestream import LivestreamIE, LivestreamOriginalIE +from .lynda import ( + LyndaIE, + LyndaCourseIE +) from .macgamestore import MacGameStoreIE from .mdr import MDRIE from .metacafe import MetacafeIE |