mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-01 18:18:24 -04:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@@ -18,7 +18,7 @@ class PlaywireIE(InfoExtractor):
|
||||
'id': '3353705',
|
||||
'ext': 'mp4',
|
||||
'title': 'S04_RM_UCL_Rus',
|
||||
'thumbnail': 're:^https?://.*\.png$',
|
||||
'thumbnail': r're:^https?://.*\.png$',
|
||||
'duration': 145.94,
|
||||
},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user