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

[mxplayer] Add new extractor

https://github.com/ytdl-org/youtube-dl/pull/27325
Authored by: codeasashu
This commit is contained in:
Ashutosh Chaudhary
2020-12-03 04:15:26 +05:30
committed by pukkandan
parent f3b737ed19
commit 097b056c5a
2 changed files with 104 additions and 0 deletions

View File

@ -738,6 +738,7 @@ from .mtv import (
)
from .muenchentv import MuenchenTVIE
from .mwave import MwaveIE, MwaveMeetGreetIE
from .mxplayer import MxplayerIE
from .mychannels import MyChannelsIE
from .myspace import MySpaceIE, MySpaceAlbumIE
from .myspass import MySpassIE