Browse Source

[qqmusic:toplist] PEP 8

Sergey M․ 8 years ago
parent
commit
4a91910365
1 changed files with 0 additions and 3 deletions
  1. 0 3
      youtube_dl/extractor/qqmusic.py

+ 0 - 3
youtube_dl/extractor/qqmusic.py

@@ -304,9 +304,6 @@ class QQMusicToplistIE(QQPlaylistBaseIE):
     def _real_extract(self, url):
     def _real_extract(self, url):
         list_id = self._match_id(url)
         list_id = self._match_id(url)
 
 
-        list_type = 'toplist'
-        num_id = list_id
-
         toplist_json = self._download_json(
         toplist_json = self._download_json(
             'http://i.y.qq.com/v8/fcg-bin/fcg_v8_toplist_cp.fcg', list_id,
             'http://i.y.qq.com/v8/fcg-bin/fcg_v8_toplist_cp.fcg', list_id,
             note='Download toplist page',
             note='Download toplist page',