mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05: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