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

[ie/mux] Add extractor (#14914)

Closes #14913
Authored by: PierceLBrooks, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
Pierce Brooks
2025-11-08 18:44:10 -05:00
committed by GitHub
parent 228ae9f0f2
commit a0bda3b786
2 changed files with 93 additions and 0 deletions

View File

@@ -1197,6 +1197,7 @@ from .musicdex import (
MusicdexPlaylistIE,
MusicdexSongIE,
)
from .mux import MuxIE
from .mx3 import (
Mx3IE,
Mx3NeoIE,