[egghead:lesson] Add extractor (#6635)

This commit is contained in:
Sergey M․ 2017-07-20 23:22:36 +07:00
parent c653326a14
commit dc6520aa3d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 53 additions and 1 deletions

View file

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