diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-20 23:22:36 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-20 23:22:36 +0700 |
commit | dc6520aa3d1fe7afc52613e392f15dde90af4844 (patch) | |
tree | 174904ac915ed612b3bc29078b630d90f544b4b2 /youtube_dl/extractor/extractors.py | |
parent | c653326a1425f4c271f387fde7a706bf4b52a7a3 (diff) |
[egghead:lesson] Add extractor (#6635)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
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 |