1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 01:18:30 +00:00

fix(test): playlist thumbnails info dict key

This commit is contained in:
DarkCat09 2025-04-04 18:12:57 +04:00
parent ccf39d3c1d
commit 97703b4aaa
No known key found for this signature in database

View File

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