1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[extractor/mediastream] Add extractor (#5640)

Closes #5532, closes #4431, closes #4425
Authored by: elyse0, HobbyistDev

Co-authored-by: HobbyistDev <tesutonihon4@gmail.com>
This commit is contained in:
Elyse
2022-12-08 15:17:21 -06:00
committed by GitHub
parent b44cd29851
commit 3d79ebc8b7
2 changed files with 159 additions and 0 deletions

View File

@ -982,6 +982,10 @@ from .mediasite import (
MediasiteCatalogIE,
MediasiteNamedCatalogIE,
)
from .mediastream import (
MediaStreamIE,
WinSportsVideoIE,
)
from .mediaworksnz import MediaWorksNZVODIE
from .medici import MediciIE
from .megaphone import MegaphoneIE