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

[extractor/mlb] Add MLBArticle extractor (#4832)

Closes #3475
Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-10-25 19:30:03 +09:00
committed by GitHub
parent c9bd65185c
commit e091fb92da
2 changed files with 34 additions and 0 deletions

View File

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