diff options
author | Kagami Hiiragi <kagami@genshiken.org> | 2016-03-24 13:55:02 +0300 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-25 02:32:06 +0600 |
commit | e0317686666f9de4a6eca3fc26ede32e664f2bec (patch) | |
tree | f77fc71d5dbcbab27d04b33b75262d835af23ee7 /youtube_dl/extractor/__init__.py | |
parent | 5eb7db4ee96c97d98a87d8d7df46e8c6a607b682 (diff) |
[mnet] Add new extractor
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 d99873419..1e4b078a4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -410,6 +410,7 @@ from .mit import TechTVMITIE, MITIE, OCWMITIE from .mitele import MiTeleIE from .mixcloud import MixcloudIE from .mlb import MLBIE +from .mnet import MnetIE from .mpora import MporaIE from .moevideo import MoeVideoIE from .mofosex import MofosexIE |