aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorxantares <xantares09@hotmail.com>2014-11-07 17:44:06 +0000
committerxantares <xantares09@hotmail.com>2014-11-07 17:44:06 +0000
commitb868c972d1c1bc7978e4afee51da3322abb6cc6d (patch)
treee50b2cb91c9e20d8672625543806d1c993f0986d /youtube_dl/extractor/__init__.py
parent9908e0352872b252494747346589922358aa0375 (diff)
downloadyoutube-dl-b868c972d1c1bc7978e4afee51da3322abb6cc6d.tar.xz
Add support for goldenmoustache.com
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
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