aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2017-01-09 11:24:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2017-01-09 11:24:40 +0100
commit8084951b7f3886cbd57faab0c15f4f2ce3580779 (patch)
treec18a13874ce80ba6abcd2a4ed1b73528370a8b85 /youtube_dl/extractor/extractors.py
parente7ea724cb9cca344b4f486231f12a76918df80ee (diff)
downloadyoutube-dl-8084951b7f3886cbd57faab0c15f4f2ce3580779.tar.xz
[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.py1
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