aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2023-05-26 07:57:10 -0500
committerGitHub <noreply@github.com>2023-05-26 12:57:10 +0000
commitb844a3f8b16500663e7ab6c6ec061cc9b30f71ac (patch)
treeafc93d5b0b732492decaf6d1e4043bbc90b5aa22 /yt_dlp/extractor/_extractors.py
parent5caf30dbc34f10b0be60676fece635b5c59f0d72 (diff)
downloadhypervideo-pre-b844a3f8b16500663e7ab6c6ec061cc9b30f71ac.tar.lz
hypervideo-pre-b844a3f8b16500663e7ab6c6ec061cc9b30f71ac.tar.xz
hypervideo-pre-b844a3f8b16500663e7ab6c6ec061cc9b30f71ac.zip
[extractor/weverse] Add extractors (#6711)
Closes #4786 Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 6a1406dc5..49dd9aecd 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -2320,6 +2320,14 @@ from .weibo import (
WeiboMobileIE
)
from .weiqitv import WeiqiTVIE
+from .weverse import (
+ WeverseIE,
+ WeverseMediaIE,
+ WeverseMomentIE,
+ WeverseLiveTabIE,
+ WeverseMediaTabIE,
+ WeverseLiveIE,
+)
from .wevidi import WeVidiIE
from .whyp import WhypIE
from .wikimedia import WikimediaIE