1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[extractor/camfm] Add extractors (#7083)

Authored by: garret1317
This commit is contained in:
garret
2023-05-29 15:44:26 +01:00
committed by GitHub
parent 45e87ea106
commit 4cbfa570a1
3 changed files with 90 additions and 0 deletions

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