[egghead:lesson] Add extractor (#6635)

This commit is contained in:
Sergey M․
2017-07-20 23:22:36 +07:00
parent c653326a14
commit dc6520aa3d
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