diff options
author | Paul Hartmann <phaaurlt@gmail.com> | 2015-08-26 00:06:44 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-28 21:23:00 +0600 |
commit | 071c10137b6b17b79ecfc8676736d5cc243022f6 (patch) | |
tree | dd095e19d062afdba76c459d89a0f224d8647844 /youtube_dl/extractor/__init__.py | |
parent | a4962b80d668de704fc347d5e76587be0e95dfef (diff) |
[MTV] move German mtv site to new class
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 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 |