diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 00:25:35 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 00:25:35 +0200 |
commit | 2ad4d1ba077893e4020532f748547296801704e3 (patch) | |
tree | d22bafa720a43096732526ed09471946baa1ca54 /youtube_dl/extractor/__init__.py | |
parent | 4853de808ba1fcd77fc42e575b26cf3d13dd52a6 (diff) |
[morningstar] Add new extractor (Fixes #2687)
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 12c10d962..66f71edf6 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -154,6 +154,7 @@ from .mixcloud import MixcloudIE from .mpora import MporaIE from .mofosex import MofosexIE from .mooshare import MooshareIE +from .morningstar import MorningstarIE from .motorsport import MotorsportIE from .mtv import ( MTVIE, |