[egghead:lesson] Add extractor (#6635)
This commit is contained in:
parent
c653326a14
commit
dc6520aa3d
2 changed files with 53 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue