Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@@ -19,7 +19,7 @@ class FKTVIE(InfoExtractor):
|
||||
'id': '1',
|
||||
'ext': 'mp4',
|
||||
'title': 'Folge 1 vom 10. April 2007',
|
||||
'thumbnail': 're:^https?://.*\.jpg$',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user