mirror of
https://github.com/cnsilvan/UnblockNeteaseMusic.git
synced 2025-01-09 04:28:41 +08:00
fix kuwo
This commit is contained in:
parent
ee1b8b4249
commit
9bdaec1c6c
2
build.sh
2
build.sh
@ -1,4 +1,4 @@
|
||||
CurrentVersion=0.1.9
|
||||
CurrentVersion=0.2.0
|
||||
Project=github.com/cnsilvan/UnblockNeteaseMusic
|
||||
Path="$Project/version"
|
||||
ExecName="UnblockNeteaseMusic"
|
||||
|
@ -28,7 +28,7 @@ func SearchSong(key common.MapType) common.Song {
|
||||
clientRequest := network.ClientRequest{
|
||||
Method: http.MethodGet,
|
||||
RemoteUrl: "http://www.kuwo.cn/api/www/search/searchMusicBykeyWord?key=" + keyword + "&pn=1&rn=30",
|
||||
Host: "kuwo.cn",
|
||||
Host: "www.kuwo.cn",
|
||||
Header: header,
|
||||
Proxy: true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user