aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPaul Hartmann <phaaurlt@gmail.com>2015-08-26 00:06:44 +0200
committerSergey M․ <dstftw@gmail.com>2015-08-28 21:23:00 +0600
commit071c10137b6b17b79ecfc8676736d5cc243022f6 (patch)
treedd095e19d062afdba76c459d89a0f224d8647844 /youtube_dl/extractor/__init__.py
parenta4962b80d668de704fc347d5e76587be0e95dfef (diff)
downloadyoutube-dl-071c10137b6b17b79ecfc8676736d5cc243022f6.tar.xz
[MTV] move German mtv site to new class
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 d59882598..66422b005 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -340,6 +340,7 @@ from .mtv import (
MTVIE,
MTVServicesEmbeddedIE,
MTVIggyIE,
+ MTVDEIE,
)
from .muenchentv import MuenchenTVIE
from .musicplayon import MusicPlayOnIE