mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
Merge remote-tracking branch 'Binaryify/master' into dev
This commit is contained in:
commit
4cddeb6a2e
@ -1,5 +1,5 @@
|
||||
# 网易云音乐 API
|
||||
网易云音乐 Node.js 版 API
|
||||
网易云音乐 Node.js API service
|
||||
<p>
|
||||
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/v/NeteaseCloudMusicApi.svg" alt="Version"></a>
|
||||
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/l/NeteaseCloudMusicApi.svg" alt="License"></a>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "2.7.9",
|
||||
"version": "2.7.10",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
@ -21,6 +21,7 @@ router.get('/', (req, res) => {
|
||||
cookie,
|
||||
(music_req, cookie) => {
|
||||
// console.log(music_req)
|
||||
cookie = cookie.map(x => x.replace("Domain=.music.163.com", ""))
|
||||
res.set({
|
||||
'Set-Cookie': cookie
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user