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

[extractor/clipchamp] Add extractor (#6978)

Closes #6973
Authored by: bashonly
This commit is contained in:
bashonly
2023-05-03 15:46:37 -05:00
committed by GitHub
parent b423b6a48e
commit 2f07c4c1da
2 changed files with 62 additions and 0 deletions

View File

@ -356,6 +356,7 @@ from .ciscolive import (
)
from .ciscowebex import CiscoWebexIE
from .cjsw import CJSWIE
from .clipchamp import ClipchampIE
from .cliphunter import CliphunterIE
from .clippit import ClippitIE
from .cliprs import ClipRsIE