[qqmusic:toplist] PEP 8
authorSergey M․ <dstftw@gmail.com>
Thu, 17 Aug 2017 18:00:07 +0000 (01:00 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 17 Aug 2017 18:00:07 +0000 (01:00 +0700)
youtube_dl/extractor/qqmusic.py

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