[extractor/wikimedia] Add extractor (#4314)

Based on https://github.com/ytdl-org/youtube-dl/pull/30796
Authored by: EhtishamSabir, pukkandan
This commit is contained in:
Ehtisham Sabir
2022-07-18 01:22:24 +05:00
committed by GitHub
parent 306770819e
commit 2e2c60c4ba
2 changed files with 56 additions and 0 deletions

View File

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