use regex rather than full string match in thumbnail test

This commit is contained in:
HobbyistDev 2024-03-01 13:19:20 +08:00
parent 9dcf080549
commit e9e2fe84a2

View file

@ -210,7 +210,7 @@ class ViuOTTIE(InfoExtractor):
'description': 'md5:65aa14cb80e0d18acf829513b6d64297', 'description': 'md5:65aa14cb80e0d18acf829513b6d64297',
'series': 'Dr. Stone: Stone Wars', 'series': 'Dr. Stone: Stone Wars',
'series_id': '35837', 'series_id': '35837',
'thumbnail': 'https://prod-images.viu.com/clip_asset_v6/1165917542/1165917580/e31e9fb2dc0d38db7f6c9b4de1f62d55d5fdfb80', 'thumbnail': r're:https?://prod-images\.viu\.com/clip_asset_v6/\d+/\d+/[a-f0-9]+',
}, },
'skip': 'Geo-restricted to Indonesia' 'skip': 'Geo-restricted to Indonesia'