mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +00:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@@ -19,7 +19,7 @@ class PornotubeIE(InfoExtractor):
|
||||
'description': 'md5:a8304bef7ef06cb4ab476ca6029b01b0',
|
||||
'categories': ['Adult Humor', 'Blondes'],
|
||||
'uploader': 'Alpha Blue Archives',
|
||||
'thumbnail': 're:^https?://.*\\.jpg$',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'timestamp': 1417582800,
|
||||
'age_limit': 18,
|
||||
}
|
||||
|
Reference in New Issue
Block a user