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

[extractor/MLB] New extractor (#4586)

Authored by: ischmidt20
This commit is contained in:
ischmidt20
2022-08-14 16:17:18 -04:00
committed by GitHub
parent 7695f5a0a7
commit e183bb8c9b
2 changed files with 81 additions and 0 deletions

View File

@ -957,6 +957,7 @@ from .mixcloud import (
from .mlb import (
MLBIE,
MLBVideoIE,
MLBTVIE,
)
from .mlssoccer import MLSSoccerIE
from .mnet import MnetIE