diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-02-07 23:42:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 11:12:11 +0530 |
commit | e61acb40b2cb6ef45508d72235026d458c9d5dff (patch) | |
tree | a05874e10661a01a9d40a21ab52e071caa14f083 /yt_dlp/extractor/_extractors.py | |
parent | 7e68567e508168b345266c0c19812ad50a829eaa (diff) | |
download | hypervideo-pre-e61acb40b2cb6ef45508d72235026d458c9d5dff.tar.lz hypervideo-pre-e61acb40b2cb6ef45508d72235026d458c9d5dff.tar.xz hypervideo-pre-e61acb40b2cb6ef45508d72235026d458c9d5dff.zip |
[extractor/wrestleuniverse] Add extractors (#6158)
Authored by bashonly, Grub4K
Closes #6120
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index a67c39479..50dfe2eb1 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -2274,6 +2274,10 @@ from .wppilot import ( WPPilotIE, WPPilotChannelsIE, ) +from .wrestleuniverse import ( + WrestleUniverseVODIE, + WrestleUniversePPVIE, +) from .wsj import ( WSJIE, WSJArticleIE, |