[ie/eggs] Add extractors (#11904)
Closes #11843 Authored by: subsense, seproDev Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
parent
3fc4608656
commit
20c765d023
2 changed files with 159 additions and 0 deletions
|
|
@ -585,6 +585,10 @@ from .egghead import (
|
|||
EggheadCourseIE,
|
||||
EggheadLessonIE,
|
||||
)
|
||||
from .eggs import (
|
||||
EggsArtistIE,
|
||||
EggsIE,
|
||||
)
|
||||
from .eighttracks import EightTracksIE
|
||||
from .eitb import EitbIE
|
||||
from .elementorembed import ElementorEmbedIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue