mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 13:24:16 -07:00
[mlb] fix video extracion(#21241)
This commit is contained in:
parent
357bfe251d
commit
f912d6c8cf
2 changed files with 172 additions and 22 deletions
|
@ -673,7 +673,10 @@ from .mixcloud import (
|
|||
MixcloudUserIE,
|
||||
MixcloudPlaylistIE,
|
||||
)
|
||||
from .mlb import MLBIE
|
||||
from .mlb import (
|
||||
MLBIE,
|
||||
MLBVideoIE,
|
||||
)
|
||||
from .mnet import MnetIE
|
||||
from .moevideo import MoeVideoIE
|
||||
from .mofosex import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue