mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[qqmusic] flake8
This commit is contained in:
		@@ -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)
 | 
			
		||||
        
 | 
			
		||||
		Reference in New Issue
	
	Block a user