aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-03 13:24:29 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-03 13:24:29 +0100
commita7c26e7338ceed06b579775f315b078644a7482b (patch)
tree7b9d57e5b65c5fa6e67a9fcca57b08c7de0c6da3 /youtube_dl/extractor/__init__.py
parentc8805576667f316b34f0a9a81d32da7d24dc754c (diff)
parentc7f8537dd9752e83661b69e46a4f113222c7a503 (diff)
downloadyoutube-dl-a7c26e7338ceed06b579775f315b078644a7482b.tar.xz
[lynda] minor changes
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py4
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