[qqmusic] Use release_date

This commit is contained in:
Sergey M․ 2015-09-26 21:08:23 +06:00
parent 8aab976bbd
commit a5d09d684e
1 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ class QQMusicIE(InfoExtractor):
'id': '004295Et37taLD', 'id': '004295Et37taLD',
'ext': 'mp3', 'ext': 'mp3',
'title': '可惜没如果', 'title': '可惜没如果',
'upload_date': '20141227', 'release_date': '20141227',
'creator': '林俊杰', 'creator': '林俊杰',
'description': 'md5:d327722d0361576fde558f1ac68a7065', 'description': 'md5:d327722d0361576fde558f1ac68a7065',
'thumbnail': 're:^https?://.*\.jpg$', 'thumbnail': 're:^https?://.*\.jpg$',
@ -38,7 +38,7 @@ class QQMusicIE(InfoExtractor):
'id': '004MsGEo3DdNxV', 'id': '004MsGEo3DdNxV',
'ext': 'mp3', 'ext': 'mp3',
'title': '如果', 'title': '如果',
'upload_date': '20050626', 'release_date': '20050626',
'creator': '李季美', 'creator': '李季美',
'description': 'md5:46857d5ed62bc4ba84607a805dccf437', 'description': 'md5:46857d5ed62bc4ba84607a805dccf437',
'thumbnail': 're:^https?://.*\.jpg$', 'thumbnail': 're:^https?://.*\.jpg$',
@ -50,7 +50,7 @@ class QQMusicIE(InfoExtractor):
'id': '001JyApY11tIp6', 'id': '001JyApY11tIp6',
'ext': 'mp3', 'ext': 'mp3',
'title': 'Shadows Over Transylvania', 'title': 'Shadows Over Transylvania',
'upload_date': '19970225', 'release_date': '19970225',
'creator': 'Dark Funeral', 'creator': 'Dark Funeral',
'description': 'md5:ed14d5bd7ecec19609108052c25b2c11', 'description': 'md5:ed14d5bd7ecec19609108052c25b2c11',
'thumbnail': 're:^https?://.*\.jpg$', 'thumbnail': 're:^https?://.*\.jpg$',
@ -135,7 +135,7 @@ class QQMusicIE(InfoExtractor):
'id': mid, 'id': mid,
'formats': formats, 'formats': formats,
'title': song_name, 'title': song_name,
'upload_date': publish_time, 'release_date': publish_time,
'creator': singer, 'creator': singer,
'description': lrc_content, 'description': lrc_content,
'thumbnail': thumbnail_url 'thumbnail': thumbnail_url