1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[ie/mx3] Add extractors (#8736)

Authored by: martinxyz
This commit is contained in:
Martin Renold
2024-01-21 03:45:38 +01:00
committed by GitHub
parent fcaa2e735b
commit 5a63454b36
2 changed files with 176 additions and 0 deletions

View File

@@ -1137,6 +1137,11 @@ from .musicdex import (
MusicdexArtistIE,
MusicdexPlaylistIE,
)
from .mx3 import (
Mx3IE,
Mx3NeoIE,
Mx3VolksmusikIE,
)
from .mxplayer import (
MxplayerIE,
MxplayerShowIE,