about summary refs log tree commit diff
path: root/youtube_dl/extractor/abcnews.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-09-08 17:04:57 +0700
committerstepshal <nessento@openmailbox.org>2016-09-08 17:04:57 +0700
commit25042f73722c37e4ec88030cf69e23ae76c4359b (patch)
treee2a96f09347cf1fdc5fae6452aa111c54d603cbd /youtube_dl/extractor/abcnews.py
parent3f612f076708973fce52d6b6053b24e2234a9c26 (diff)
downloadyoutube-dl-25042f73722c37e4ec88030cf69e23ae76c4359b.tar.gz
youtube-dl-25042f73722c37e4ec88030cf69e23ae76c4359b.tar.xz
youtube-dl-25042f73722c37e4ec88030cf69e23ae76c4359b.zip
Add missing r prefix for _VALID_URLs
Diffstat (limited to 'youtube_dl/extractor/abcnews.py')
-rw-r--r--youtube_dl/extractor/abcnews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/abcnews.py b/youtube_dl/extractor/abcnews.py
index 01247fead..6ae5d9a96 100644
--- a/youtube_dl/extractor/abcnews.py
+++ b/youtube_dl/extractor/abcnews.py
@@ -49,7 +49,7 @@ class AbcNewsVideoIE(AMPIE):
 
 class AbcNewsIE(InfoExtractor):
     IE_NAME = 'abcnews'
-    _VALID_URL = 'https?://abcnews\.go\.com/(?:[^/]+/)+(?P<display_id>[0-9a-z-]+)/story\?id=(?P<id>\d+)'
+    _VALID_URL = r'https?://abcnews\.go\.com/(?:[^/]+/)+(?P<display_id>[0-9a-z-]+)/story\?id=(?P<id>\d+)'
 
     _TESTS = [{
         'url': 'http://abcnews.go.com/Blotter/News/dramatic-video-rare-death-job-america/story?id=10498713#.UIhwosWHLjY',