diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2017-01-09 11:24:40 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2017-01-09 11:24:40 +0100 |
commit | 8084951b7f3886cbd57faab0c15f4f2ce3580779 (patch) | |
tree | c18a13874ce80ba6abcd2a4ed1b73528370a8b85 /youtube_dl/extractor/extractors.py | |
parent | e7ea724cb9cca344b4f486231f12a76918df80ee (diff) |
[egghead:course] Add support for egghead.io course playlists
Individual egghead videos are already handled by the generic/Wistia extractors.
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index f7f6c025f..2e80ef152 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -252,6 +252,7 @@ from .dw import ( from .eagleplatform import EaglePlatformIE from .ebaumsworld import EbaumsWorldIE from .echomsk import EchoMskIE +from .egghead import EggheadCourseIE from .ehow import EHowIE from .eighttracks import EightTracksIE from .einthusan import EinthusanIE |