aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-08-18 01:00:07 +0700
committerSergey M․ <dstftw@gmail.com>2017-08-18 01:00:07 +0700
commit4a919103651905d4e5954c5d655b45055384e283 (patch)
tree77097ed0c142bdac6197db53e17beb30e0174f8d
parentc0892b2b465cff95d392eaa725e39bd47e4dff58 (diff)
downloadyoutube-dl-4a919103651905d4e5954c5d655b45055384e283.tar.xz
[qqmusic:toplist] PEP 8
-rw-r--r--youtube_dl/extractor/qqmusic.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/qqmusic.py b/youtube_dl/extractor/qqmusic.py
index 62f986050..084308aeb 100644
--- 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',