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:
parent
ccf39d3c1d
commit
97703b4aaa
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user