mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-03 02:50:01 -05:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@@ -17,7 +17,7 @@ class FranceCultureIE(InfoExtractor):
|
||||
'display_id': 'rendez-vous-au-pays-des-geeks',
|
||||
'ext': 'mp3',
|
||||
'title': 'Rendez-vous au pays des geeks',
|
||||
'thumbnail': 're:^https?://.*\\.jpg$',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'upload_date': '20140301',
|
||||
'vcodec': 'none',
|
||||
}
|
||||
|
Reference in New Issue
Block a user