1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

[extractor/weverse] Add extractors (#6711)

Closes #4786
Authored by: bashonly
This commit is contained in:
bashonly
2023-05-26 07:57:10 -05:00
committed by GitHub
parent 5caf30dbc3
commit b844a3f8b1
3 changed files with 613 additions and 1 deletions

View File

@@ -2320,6 +2320,14 @@
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