about summary refs log tree commit diff
path: root/youtube_dl/extractor/wdr.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-21 21:22:37 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-21 21:22:37 +0600
commit0cef27ad255b5cb994b1fa0e80a04bd09514925a (patch)
tree225530bf08227d04755aa4c86f41a07e43a22980 /youtube_dl/extractor/wdr.py
parent12af4beb3e28f986170ed00488b48e2e8bcd4e13 (diff)
downloadyoutube-dl-0cef27ad255b5cb994b1fa0e80a04bd09514925a.tar.gz
youtube-dl-0cef27ad255b5cb994b1fa0e80a04bd09514925a.tar.xz
youtube-dl-0cef27ad255b5cb994b1fa0e80a04bd09514925a.zip
Add missing r prefix for _VALID_URLs
Diffstat (limited to 'youtube_dl/extractor/wdr.py')
-rw-r--r--youtube_dl/extractor/wdr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py
index a851578e0..65cab4069 100644
--- a/youtube_dl/extractor/wdr.py
+++ b/youtube_dl/extractor/wdr.py
@@ -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',