We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1756412 commit b1e6d67Copy full SHA for b1e6d67
src/provider/kuwo.js
@@ -39,7 +39,7 @@ const search = (info) => {
39
40
const keyword = encodeURIComponent(info.keyword.replace(' - ', ' '));
41
const url =
42
- 'http://search.kuwo.cn/r.s?&correct=1&stype=comprehensive&encoding=utf8' +
+ 'http://search.kuwo.cn/r.s?&correct=1&vipver=1&stype=comprehensive&encoding=utf8' +
43
'&rformat=json&mobi=1&show_copyright_off=1&searchapi=6&all=' +
44
keyword;
45
0 commit comments