1
0
Fork 0

[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
commit e091fb92da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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