From 7d2fd1af8c89c718c0c7c54d9418f9f1fa4c544a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=99=93=E6=99=B4?= <37541680+Suxiaoqinx@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:26:10 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0477023..a4844fc 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ pip install -r requirements.txt ### 2. 配置 Cookie -请在 `cookie.txt` 文件中填入黑胶会员账号的 Cookie,格式如下: - -``` -MUSIC_U=你的MUSIC_U值;os=pc;appver=8.9.70; -``` - -> 具体值请参考 `cookie.txt` 示例,替换为你自己的即可。 + + 在 `cookie.txt` 文件中填入黑胶会员账号的Cookie: + + > 💡 **获取Cookie方法**: + > 1. 登录网易云音乐网页版 + > 2. 按F12打开开发者工具 + > 3. 在Network标签页找到任意请求 + > 4. 复制请求头中的Cookie值 ### 3. 运行 @@ -135,4 +136,5 @@ python main.py --mode api --- -欢迎 Star、Fork 和 PR! \ No newline at end of file + +欢迎 Star、Fork 和 PR!