Update README.md

This commit is contained in:
苏晓晴 2024-08-25 14:59:01 +08:00 committed by GitHub
parent 15532781b8
commit abb3edbd73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,31 @@ pip install -r requirements.txt
# 环境要求 # 环境要求
Python >= 3 Python >= 3
# 参数列表 # 请求示例
http://127.0.0.1:5000/Song_V1?ids=(填写歌曲链接或者ID)&level=(填写需要解析的音质)&type=(down json text)
黑胶VIP音质选择 standard, exhigh, lossless, hires, jyeffect 如图箭头显示
黑胶SVIP音质选择 sky, jymaster
![url链接](https://raw.githubusercontent.com/Suxiaoqinx/Netease_url/main/620598f6-a651-4698-bfbc-7a5a904a8609.png)
## 参数列表
请求链接选择http://ip:port/Song_V1
请求方式 GET & POST
| 参数列表 | 参数说明 |
| ---- | ---- |
| url & ids | 解析获取到的网易云音乐地址 *任选其一|
| level | 音质参数(请看下方音质说明) |
| type | 解析类型 json down text *任选其一 |
# 音质说明 # 音质说明
standard(标准音质), exhigh(极高音质), lossless(无损音质), hires(Hi-Res音质), jyeffect(高清环绕声), sky(沉浸环绕声), jymaster(超清母带) standard(标准音质), exhigh(极高音质), lossless(无损音质), hires(Hi-Res音质), jyeffect(高清环绕声), sky(沉浸环绕声), jymaster(超清母带)
# 演示列表 黑胶VIP音质选择 standard, exhigh, lossless, hires, jyeffect <br> <br>
黑胶SVIP音质选择 sky, jymaster
# 演示站点
[在线解析](https://api.toubiec.cn/wyapi.html) [在线解析](https://api.toubiec.cn/wyapi.html)
# 注意事项 # 注意事项