commit: 4a919103651905d4e5954c5d655b45055384e283
parent c0892b2b465cff95d392eaa725e39bd47e4dff58
Author: Sergey M․ <dstftw@gmail.com>
Date: Fri, 18 Aug 2017 01:00:07 +0700
[qqmusic:toplist] PEP 8
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/youtube_dl/extractor/qqmusic.py b/youtube_dl/extractor/qqmusic.py
@@ -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',