[egghead:course] Add support for egghead.io course playlists

Individual egghead videos are already handled by the generic/Wistia extractors.
This commit is contained in:
Philipp Hagemeister 2017-01-09 11:24:40 +01:00
parent e7ea724cb9
commit 8084951b7f
3 changed files with 44 additions and 1 deletions

View file

@ -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