diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-30 07:25:42 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-30 07:25:42 +0200 |
commit | cd7481a39eaeb3eadc8c4ace2f7063b28a6fa5d0 (patch) | |
tree | eab613efe8f69c24fa3156ce8eb9f97f569555d6 /youtube_dl/extractor/__init__.py | |
parent | acd213ed6d15668a8bdf121cc93cd6a8f42f443b (diff) |
[wdr] Add support for wdrmaus.de (Fixes #2651)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 8e81fa619..a665d7f0f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -285,7 +285,10 @@ from .vk import VKIE from .vube import VubeIE from .washingtonpost import WashingtonPostIE from .wat import WatIE -from .wdr import WDRIE +from .wdr import ( + WDRIE, + WDRMausIE, +) from .weibo import WeiboIE from .wimp import WimpIE from .wistia import WistiaIE |