[lynda] Add support for lynda.com (#1966)
[youtube-dl] / youtube_dl / extractor / __init__.py
index a39a1e2f49803161913442236244b1910d27755c..2caa078b58ae81782fb6ccc3555187925ba3dbf3 100644 (file)
@@ -97,6 +97,10 @@ from .kickstarter import KickStarterIE
 from .keek import KeekIE
 from .liveleak import LiveLeakIE
 from .livestream import LivestreamIE, LivestreamOriginalIE
+from .lynda import (
+    LyndaIE,
+    LyndaCourseIE
+)
 from .mdr import MDRIE
 from .metacafe import MetacafeIE
 from .metacritic import MetacriticIE