mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[qqmusic:playlist] Playlist names are optional
This commit is contained in:
parent
d80891efc4
commit
e9d33454b5
@ -274,6 +274,6 @@ class QQMusicPlaylistIE(QQPlaylistBaseIE):
|
||||
) for song in list_json['songlist']
|
||||
]
|
||||
|
||||
list_name = list_json['dissname']
|
||||
list_name = list_json.get('dissname')
|
||||
list_description = clean_html(unescapeHTML(list_json.get('desc')))
|
||||
return self.playlist_result(entries, list_id, list_name, list_description)
|
||||
|
Loading…
Reference in New Issue
Block a user