aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
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