aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-07-20 23:22:36 +0700
committerSergey M․ <dstftw@gmail.com>2017-07-20 23:22:36 +0700
commitdc6520aa3d1fe7afc52613e392f15dde90af4844 (patch)
tree174904ac915ed612b3bc29078b630d90f544b4b2 /youtube_dl/extractor/extractors.py
parentc653326a1425f4c271f387fde7a706bf4b52a7a3 (diff)
downloadyoutube-dl-dc6520aa3d1fe7afc52613e392f15dde90af4844.tar.xz
[egghead:lesson] Add extractor (#6635)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index e8a066b83..db7616caa 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -298,7 +298,10 @@ from .dw import (
from .eagleplatform import EaglePlatformIE
from .ebaumsworld import EbaumsWorldIE
from .echomsk import EchoMskIE
-from .egghead import EggheadCourseIE
+from .egghead import (
+ EggheadCourseIE,
+ EggheadLessonIE,
+)
from .ehow import EHowIE
from .eighttracks import EightTracksIE
from .einthusan import EinthusanIE