mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 11:32:49 -05:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@ -20,7 +20,7 @@ class HuajiaoIE(InfoExtractor):
|
||||
'title': '#新人求关注#',
|
||||
'description': 're:.*',
|
||||
'duration': 2424.0,
|
||||
'thumbnail': 're:^https?://.*\.jpg$',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'timestamp': 1475866459,
|
||||
'upload_date': '20161007',
|
||||
'uploader': 'Penny_余姿昀',
|
||||
|
Reference in New Issue
Block a user