[extractor/camfm] Add extractors (#7083)

Authored by: garret1317
This commit is contained in:
garret
2023-05-29 20:14:26 +05:30
committed by GitHub
parent 45e87ea106
commit 4cbfa570a1
3 changed files with 90 additions and 0 deletions
+4
View File
@@ -284,6 +284,10 @@ from .camdemy import (
CamdemyIE,
CamdemyFolderIE
)
from .camfm import (
CamFMEpisodeIE,
CamFMShowIE
)
from .cammodels import CamModelsIE
from .camsoda import CamsodaIE
from .camtasia import CamtasiaEmbedIE