1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

[kanal2]: use regexp for thumbnail test

This commit is contained in:
Elan Ruusamäe 2019-01-02 22:09:22 +02:00
parent 565b143691
commit 906e495093

View File

@ -22,7 +22,7 @@ class Kanal2IE(InfoExtractor):
'id': '40792',
'ext': 'mp4',
'title': 'Aedniku aabits / Osa 53 (05.08.2016 20:00)',
'thumbnail': 'https://kanal-dl.babahhcdn.com/kanal/2016/08/05/0053_HNqKsIA/img/2.jpg',
'thumbnail': r're:https?://.*\.jpg$',
'description': 'md5:53cabf3c5d73150d594747f727431248',
'upload_date': '20160805',
'timestamp': 1470416400,