1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[extractor/wrestleuniverse] Add extractors (#6158)

Authored by bashonly, Grub4K
Closes #6120

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
bashonly
2023-02-07 23:42:11 -06:00
committed by GitHub
parent 7e68567e50
commit e61acb40b2
2 changed files with 237 additions and 0 deletions

View File

@@ -2274,6 +2274,10 @@ from .wppilot import (
WPPilotIE,
WPPilotChannelsIE,
)
from .wrestleuniverse import (
WrestleUniverseVODIE,
WrestleUniversePPVIE,
)
from .wsj import (
WSJIE,
WSJArticleIE,