[ie/eggs] Add extractors (#11904)

Closes #11843
Authored by: subsense, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
subsense
2025-01-21 00:08:11 +09:00
committed by GitHub
parent 3fc4608656
commit 20c765d023
2 changed files with 159 additions and 0 deletions

View File

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