diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-19 09:57:53 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-19 09:57:53 +0200 |
commit | 7267bd536fb81cb1bdcc6554219a0b66a75b31a6 (patch) | |
tree | 0b8d46e5cb8c8bd390c84398bcedf701f1506799 /youtube_dl/extractor/__init__.py | |
parent | 589d3d7c7ae18875060caa15f5547c0194932e55 (diff) |
[muenchentv] Add support (Fixes #3507)
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 a9a33c40f..625666acb 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -221,6 +221,7 @@ from .mtv import ( MTVServicesEmbeddedIE, MTVIggyIE, ) +from .muenchentv import MuenchenTVIE from .musicplayon import MusicPlayOnIE from .musicvault import MusicVaultIE from .muzu import MuzuTVIE |