mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[tv2hu] Fix invalid escape sequence on Py3.6
This commit is contained in:
parent
40fcba5edb
commit
34d98cc411
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user