diff options
author | xantares <xantares09@hotmail.com> | 2014-11-07 17:44:06 +0000 |
---|---|---|
committer | xantares <xantares09@hotmail.com> | 2014-11-07 17:44:06 +0000 |
commit | b868c972d1c1bc7978e4afee51da3322abb6cc6d (patch) | |
tree | e50b2cb91c9e20d8672625543806d1c993f0986d /youtube_dl/extractor/__init__.py | |
parent | 9908e0352872b252494747346589922358aa0375 (diff) |
Add support for goldenmoustache.com
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 3c1807f15..21853ccf4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -141,6 +141,7 @@ from .generic import GenericIE from .glide import GlideIE from .globo import GloboIE from .godtube import GodTubeIE +from .goldenmoustache import GoldenMoustacheIE from .golem import GolemIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE |