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

[Mxplayer] Add MxplayerShowIE (#270)

Authored by: Ashish0804
This commit is contained in:
Ashish
2021-04-26 08:12:51 +05:30
committed by GitHub
parent 915f911e36
commit 87c3d06271
2 changed files with 50 additions and 3 deletions

View File

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