Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@ -22,7 +22,7 @@ class MuenchenTVIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'title': 're:^münchen.tv-Livestream [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
||||
'is_live': True,
|
||||
'thumbnail': 're:^https?://.*\.jpg$'
|
||||
'thumbnail': r're:^https?://.*\.jpg$'
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
|
Reference in New Issue
Block a user