Browse Source

[megaphone] Fix deprecated escape sequence

master
Yen Chi Hsuan 7 years ago
parent
commit
c233003afe
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/megaphone.py

2
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',
},

Loading…
Cancel
Save