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