youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c233003afe34ba9db7861bf44d5097ade870c739
parent 83fcf19e2d517a2862fd89dffb1d0abad024a5b9
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Tue, 17 Oct 2017 15:39:06 +0800

[megaphone] Fix deprecated escape sequence

Diffstat:
Myoutube_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 @@ -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', },