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

[extractor/kick] Add extractor (#5736)

Closes #5722
Authored by: bashonly
This commit is contained in:
bashonly
2022-12-29 17:31:01 +00:00
committed by GitHub
parent 2647c933b8
commit c1edb853b0
2 changed files with 131 additions and 0 deletions

View File

@ -844,6 +844,10 @@ from .khanacademy import (
KhanAcademyIE,
KhanAcademyUnitIE,
)
from .kick import (
KickIE,
KickVODIE,
)
from .kicker import KickerIE
from .kickstarter import KickStarterIE
from .kinja import KinjaEmbedIE