diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:09:03 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-05 16:09:03 +0700 |
commit | 1ff7c0f7d804dedb9186490f2d61c773e62650c5 (patch) | |
tree | 1f08f4f9b5867d3c7a6d11d39d65f089af895390 /youtube_dl/extractor/__init__.py | |
parent | 610e47c87e23bcadb5ef74ed4d008fc5f2a66302 (diff) |
[movshare] Add support for movshare.net
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 f8de85b27..689f94f67 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -156,6 +156,7 @@ from .mofosex import MofosexIE from .mooshare import MooshareIE from .morningstar import MorningstarIE from .motorsport import MotorsportIE +from .movshare import MovShareIE from .mtv import ( MTVIE, MTVIggyIE, |