1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[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
parent 50600e833d
commit fb62afd6f0
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,