[wdr] Add support for more wdrmaus subpages

This commit is contained in:
Philipp Hagemeister 2014-03-30 07:42:35 +02:00
parent cbc4a6cc7e
commit 9a7b072e38
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class WDRIE(InfoExtractor):
class WDRMausIE(InfoExtractor):
_VALID_URL = 'http://(?:www\.)?wdrmaus\.de/(?:extras/|sachgeschichten/sachgeschichten/)?(?P<id>[^/?#]+)(?:/index\.php5|\.php5|/(?:$|[?#]))'
_VALID_URL = 'http://(?:www\.)?wdrmaus\.de/(?:[^/]+/){,2}(?P<id>[^/?#]+)(?:/index\.php5|(?<!index)\.php5|/(?:$|[?#]))'
IE_DESC = 'Sendung mit der Maus'
_TESTS = [{
'url': 'http://www.wdrmaus.de/aktuelle-sendung/index.php5',