1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[extractor/wetv] Add extractors (#4330)

Closes #1115
Authored by: elyse0
This commit is contained in:
Elyse
2022-07-17 15:41:33 -05:00
committed by GitHub
parent 2e2c60c4ba
commit 2aab569f1c
2 changed files with 210 additions and 0 deletions

View File

@ -2088,6 +2088,7 @@ from .weibo import (
WeiboMobileIE
)
from .weiqitv import WeiqiTVIE
from .wetv import WeTvEpisodeIE, WeTvSeriesIE
from .wikimedia import WikimediaIE
from .willow import WillowIE
from .wimtv import WimTVIE