1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-14 04:05:16 +00:00

[ie/mave:channel] Add extractor (#14915)

Authored by: anlar
This commit is contained in:
Anton Larionov
2025-11-17 00:05:44 +01:00
committed by GitHub
parent 4cb5e191ef
commit 5f66ac71f6
2 changed files with 123 additions and 37 deletions

View File

@@ -1094,7 +1094,10 @@ from .markiza import (
from .massengeschmacktv import MassengeschmackTVIE
from .masters import MastersIE
from .matchtv import MatchTVIE
from .mave import MaveIE
from .mave import (
MaveChannelIE,
MaveIE,
)
from .mbn import MBNIE
from .mdr import MDRIE
from .medaltv import MedalTVIE