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