1
0
Fork 0

[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
commit 5a63454b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,