mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 11:01:11 +00:00
[wdr] Add support for more wdrmaus subpages
This commit is contained in:
parent
cbc4a6cc7e
commit
9a7b072e38
@ -116,7 +116,7 @@ class WDRIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class WDRMausIE(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'
|
IE_DESC = 'Sendung mit der Maus'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.wdrmaus.de/aktuelle-sendung/index.php5',
|
'url': 'http://www.wdrmaus.de/aktuelle-sendung/index.php5',
|
||||||
|
Loading…
Reference in New Issue
Block a user