[tv2hu] Fix invalid escape sequence on Py3.6

This commit is contained in:
Yen Chi Hsuan 2017-04-13 16:52:52 +08:00
parent 40fcba5edb
commit 34d98cc411
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class TV2HuIE(InfoExtractor):
'ext': 'mp4',
'title': 'Ezek megőrültek! - 1. adás 1. rész',
'upload_date': '20160826',
'thumbnail': 're:^https?://.*\.jpg$'
'thumbnail': r're:^https?://.*\.jpg$'
}
}, {
'url': 'http://tv2.hu/ezek_megorultek/teljes_adasok/217677_ezek-megorultek---1.-adas-2.-resz.html',