Add missing r prefix for _VALID_URLs
This commit is contained in:
parent
12af4beb3e
commit
0cef27ad25
5 changed files with 7 additions and 7 deletions
|
@ -244,7 +244,7 @@ class WDRMobileIE(InfoExtractor):
|
|||
|
||||
|
||||
class WDRMausIE(InfoExtractor):
|
||||
_VALID_URL = 'http://(?:www\.)?wdrmaus\.de/(?:[^/]+/){,2}(?P<id>[^/?#]+)(?:/index\.php5|(?<!index)\.php5|/(?:$|[?#]))'
|
||||
_VALID_URL = r'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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue