projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0892b2
)
[qqmusic:toplist] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Thu, 17 Aug 2017 18:00:07 +0000
(
01:00
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 17 Aug 2017 18:00:07 +0000
(
01:00
+0700)
youtube_dl/extractor/qqmusic.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/qqmusic.py
b/youtube_dl/extractor/qqmusic.py
index 62f986050da947066975223df62e3832785a05e7..084308aeb8922a1632eafe5a8395381710952c60 100644
(file)
--- 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',