aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/esri.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/esri.py')
-rw-r--r--youtube_dl/extractor/esri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/esri.py b/youtube_dl/extractor/esri.py
index d4205d7fb..e9dcaeb1d 100644
--- a/youtube_dl/extractor/esri.py
+++ b/youtube_dl/extractor/esri.py
@@ -22,7 +22,7 @@ class EsriVideoIE(InfoExtractor):
'ext': 'mp4',
'title': 'ArcGIS Online - Developing Applications',
'description': 'Jeremy Bartley demonstrates how to develop applications with ArcGIS Online.',
- 'thumbnail': 're:^https?://.*\.jpg$',
+ 'thumbnail': r're:^https?://.*\.jpg$',
'duration': 185,
'upload_date': '20120419',
}