summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-10-17 15:39:06 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-10-17 15:39:06 +0800
commitc233003afe34ba9db7861bf44d5097ade870c739 (patch)
tree7e13681a8aff4350aa38e652b82f730b1e434c4a
parent83fcf19e2d517a2862fd89dffb1d0abad024a5b9 (diff)
downloadyoutube-dl-c233003afe34ba9db7861bf44d5097ade870c739.tar.gz
youtube-dl-c233003afe34ba9db7861bf44d5097ade870c739.tar.xz
youtube-dl-c233003afe34ba9db7861bf44d5097ade870c739.zip
[megaphone] Fix deprecated escape sequence
-rw-r--r--youtube_dl/extractor/megaphone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/megaphone.py b/youtube_dl/extractor/megaphone.py
index 60e3caf0d..5bafa6cf4 100644
--- a/youtube_dl/extractor/megaphone.py
+++ b/youtube_dl/extractor/megaphone.py
@@ -18,7 +18,7 @@ class MegaphoneIE(InfoExtractor):
             'id': 'GLT9749789991',
             'ext': 'mp3',
             'title': '#97 What Kind Of Idiot Gets Phished?',
-            'thumbnail': 're:^https://.*\.png.*$',
+            'thumbnail': r're:^https://.*\.png.*$',
             'duration': 1776.26375,
             'author': 'Reply All',
         },