[wdr] Add support for wdrmaus.de (Fixes #2651)

This commit is contained in:
Philipp Hagemeister 2014-03-30 07:25:42 +02:00
parent acd213ed6d
commit cd7481a39e
2 changed files with 88 additions and 3 deletions

View file

@ -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