mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[ie/neteasemusic] Fix outdated test
This commit is contained in:
parent
16ab7a7342
commit
7cc8989c6a
1 changed files with 4 additions and 4 deletions
|
|
@ -156,14 +156,14 @@ class NetEaseMusicIE(NetEaseMusicBaseIE):
|
|||
'id': '17241424',
|
||||
'ext': 'mp3',
|
||||
'title': 'Opus 28',
|
||||
'upload_date': '20080211',
|
||||
'timestamp': 1202745600,
|
||||
'upload_date': '20060912',
|
||||
'timestamp': 1158076800,
|
||||
'duration': 263,
|
||||
'thumbnail': r're:^http.*\.jpg',
|
||||
'album': 'Piano Solos Vol. 2',
|
||||
'album': 'Piano Solos, Vol. 2',
|
||||
'album_artist': 'Dustin O\'Halloran',
|
||||
'average_rating': int,
|
||||
'description': '[00:05.00]纯音乐,请欣赏\n',
|
||||
'description': 'md5:b566b92c55ca348df65d206c5d689576',
|
||||
'album_artists': ['Dustin O\'Halloran'],
|
||||
'creators': ['Dustin O\'Halloran'],
|
||||
'subtitles': {'lyrics': [{'ext': 'lrc'}]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue