mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 03:22:52 -05:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@ -18,7 +18,7 @@ class SpiegeltvIE(InfoExtractor):
|
||||
'ext': 'm4v',
|
||||
'title': 'Flug MH370',
|
||||
'description': 'Das Rätsel um die Boeing 777 der Malaysia-Airlines',
|
||||
'thumbnail': 're:http://.*\.jpg$',
|
||||
'thumbnail': r're:http://.*\.jpg$',
|
||||
},
|
||||
'params': {
|
||||
# m3u8 download
|
||||
|
Reference in New Issue
Block a user