Explorar o código

[megaphone] Fix deprecated escape sequence

Yen Chi Hsuan %!s(int64=8) %!d(string=hai) anos
pai
achega
c233003afe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/megaphone.py

+ 1 - 1
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',
         },