mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[qqmusic:album] Playlist names are optional
This commit is contained in:
parent
fc7ae675e2
commit
dfc4eca21f
@ -194,7 +194,7 @@ def _real_extract(self, url):
|
||||
'http://y.qq.com/#type=song&mid=' + song['songmid'], 'QQMusic', song['songmid']
|
||||
) for song in album['list']
|
||||
]
|
||||
album_name = album['name']
|
||||
album_name = album.get('name')
|
||||
album_detail = album.get('desc')
|
||||
if album_detail is not None:
|
||||
album_detail = album_detail.strip()
|
||||
|
Loading…
Reference in New Issue
Block a user