1
0
Fork 0

[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
commit b844a3f8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 613 additions and 1 deletions

View file

@ -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