1
0
Fork 0

[Musicdex] Add extractors (#2421)

Closes #2204
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta 2022-01-24 22:11:21 +05:30 committed by GitHub
commit fb62afd6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 181 additions and 0 deletions

View file

@ -881,6 +881,12 @@ from .mtv import (
)
from .muenchentv import MuenchenTVIE
from .musescore import MuseScoreIE
from .musicdex import (
MusicdexSongIE,
MusicdexAlbumIE,
MusicdexArtistIE,
MusicdexPlaylistIE,
)
from .mwave import MwaveIE, MwaveMeetGreetIE
from .mxplayer import (
MxplayerIE,