fix(test): playlist thumbnails info dict key

pull/12688/head
DarkCat09 4 months ago
parent ccf39d3c1d
commit 97703b4aaa
No known key found for this signature in database

@ -1031,7 +1031,7 @@ class VKMusicPlaylistIE(VKMusicBaseIE):
'album': 'One More Light',
'uploader': 'Linkin Park',
'artists': ['Linkin Park'],
'thumbnail': r're:https?://.*\.jpg',
'thumbnails': [{'url': r're:https?://.*\.jpg'}],
'genres': ['Alternative'],
'release_year': 2017,
'modified_timestamp': int,
@ -1050,7 +1050,7 @@ class VKMusicPlaylistIE(VKMusicBaseIE):
'title': 'VK Fest 2024: Белая сцена',
'description': 'md5:6d652551bb1faaddbcd46321a77fa8d0',
'uploader': 'VK Музыка',
'thumbnail': r're:https?://.*\.jpg',
'thumbnails': [{'url': r're:https?://.*\.jpg'}],
'modified_timestamp': int,
'modified_date': str,
'view_count': int,

Loading…
Cancel
Save