diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-16 20:40:28 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-16 20:40:28 +0700 |
commit | 7bb49d1057527776c3b4b4ccf2bd995a291c883d (patch) | |
tree | d0331d889378c26de15e649c983735cd66f51d60 /youtube_dl/extractor/__init__.py | |
parent | 1aa42fedee7df58ccd4e39b04a2a0438c5630f03 (diff) |
[mlb] Extract more metadata and all formats, provide more tests
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 14133c315..c5961cab9 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -170,7 +170,7 @@ from .metacafe import MetacafeIE from .metacritic import MetacriticIE from .mit import TechTVMITIE, MITIE, OCWMITIE from .mixcloud import MixcloudIE -from .mlb import MlbIE +from .mlb import MLBIE from .mpora import MporaIE from .mofosex import MofosexIE from .mooshare import MooshareIE |