1
0
Fork 0

[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
commit 097b056c5a
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
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