mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[qqmusic] flake8
This commit is contained in:
parent
96d45a5489
commit
5488973961
@ -217,7 +217,8 @@ class QQMusicToplistIE(QQPlaylistBaseIE):
|
||||
else:
|
||||
jsonp_url = "http://y.qq.com/y/static/toplist/json/global/%s/1_1.js" % num_id
|
||||
|
||||
list = self._download_json(jsonp_url, list_id, note='Retrieve toplist json',
|
||||
list = self._download_json(
|
||||
jsonp_url, list_id, note='Retrieve toplist json',
|
||||
errnote='Unable to get toplist json', transform_source=self.strip_qq_jsonp)
|
||||
|
||||
for song in list['l']:
|
||||
@ -233,4 +234,3 @@ class QQMusicToplistIE(QQPlaylistBaseIE):
|
||||
list_desc = None
|
||||
|
||||
return self.playlist_result(entries, list_id, list_name, list_desc)
|
||||
|
Loading…
Reference in New Issue
Block a user