diff options
author | Remita Amine <[email protected]> | 2021-03-15 21:43:53 +0100 |
---|---|---|
committer | Remita Amine <[email protected]> | 2021-03-15 21:46:39 +0100 |
commit | f912d6c8cf5a68d576abe4426e12554c3404a7dd (patch) | |
tree | 7da7dc36d1881452b26ceaea5120513b125e795f /youtube_dl/extractor/extractors.py | |
parent | 357bfe251d7f4f8bb9319bc6531a3813b5a355a8 (diff) | |
download | youtube-dl-f912d6c8cf5a68d576abe4426e12554c3404a7dd.tar.gz youtube-dl-f912d6c8cf5a68d576abe4426e12554c3404a7dd.zip |
[mlb] fix video extracion(#21241)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 07a8af055..c2f67323b 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -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 ( |