mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-01 23:25:14 +00:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@@ -13,7 +13,7 @@ class SlutloadIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'title': 'virginie baisee en cam',
|
||||
'age_limit': 18,
|
||||
'thumbnail': 're:https?://.*?\.jpg'
|
||||
'thumbnail': r're:https?://.*?\.jpg'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user