From c233003afe34ba9db7861bf44d5097ade870c739 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Tue, 17 Oct 2017 15:39:06 +0800 Subject: [PATCH] [megaphone] Fix deprecated escape sequence --- youtube_dl/extractor/megaphone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },