Skip to content

Commit

Permalink
provider/qq: update searchid
Browse files Browse the repository at this point in the history
The old one now is deprecated and useless.
  • Loading branch information
1715173329 committed Sep 20, 2020
1 parent 1193e29 commit 0e41abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/qq.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const search = info => {
const url =
'https://c.y.qq.com/soso/fcgi-bin/client_search_cp?' +
'ct=24&qqmusic_ver=1298&new_json=1&remoteplace=txt.yqq.center&' +
'searchid=46804741196796149&t=0&aggr=1&cr=1&catZhida=1&lossless=0&' +
'searchid=62459351496128677&t=0&aggr=1&cr=1&catZhida=1&lossless=0&' +
'flag_qc=0&p=1&n=20&w=' + encodeURIComponent(info.keyword) + '&' +
'g_tk=5381&jsonpCallback=MusicJsonCallback10005317669353331&loginUin=0&hostUin=0&' +
'format=jsonp&inCharset=utf8&outCharset=utf-8&notice=0&platform=yqq&needNewCode=0'
Expand Down Expand Up @@ -150,4 +150,4 @@ const track = id => {

const check = info => cache(search, info).then(track)

module.exports = {check, track}
module.exports = {check, track}

0 comments on commit 0e41abe

Please sign in to comment.