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

[extractor/prankcast] Add extractor (#4774)

Authored by: columndeeply, HobbyistDev
This commit is contained in:
columndeeply
2022-10-04 05:33:46 +02:00
committed by GitHub
parent 1e0daeb314
commit 143a2ccab3
2 changed files with 50 additions and 0 deletions

View File

@ -1382,6 +1382,7 @@ from .puhutv import (
PuhuTVIE,
PuhuTVSerieIE,
)
from .prankcast import PrankCastIE
from .premiershiprugby import PremiershipRugbyIE
from .presstv import PressTVIE
from .projectveritas import ProjectVeritasIE