diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-07-16 19:13:35 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-07-16 19:13:35 +0700 | 
| commit | 1aa42fedee7df58ccd4e39b04a2a0438c5630f03 (patch) | |
| tree | 5a8a52961f19d2989c6730a56e2bde95ccd35825 /youtube_dl/extractor/__init__.py | |
| parent | ee90ddab94dd694f3d952954e4211e601c478d1e (diff) | |
| parent | 172240c0a40f44d2aa384c512cc65c7e4c9e3660 (diff) | |
Merge branch 'MLB' of https://github.com/chaochichen/youtube-dl into chaochichen-MLB
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index e49ac3e52..14133c315 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -170,6 +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 .mpora import MporaIE  from .mofosex import MofosexIE  from .mooshare import MooshareIE | 
