Netease_url/README.md
2023-04-21 16:57:42 +08:00

27 lines
866 B
Markdown

# 网易云无损解析使用方法
先安装 文件所需要的依赖模块
pip install -r requirements.txt
再运行main.py文件即可
# 环境要求
Python >= 3
# 参数列表
http://127.0.0.1:5000/Song_V1?ids=(填写歌曲链接或者ID)&level=(填写需要解析的音质)&type=(down json text)
音质 standard, exhigh, lossless, hires
# 演示列表
[直接显示](https://api.toubiec.cn/Song_V1?ids=16686599&level=hires&type=text)
[Json数组显示](https://api.toubiec.cn/Song_V1?ids=16686599&level=hires&type=json)
[直接跳转音乐地址](https://api.toubiec.cn/Song_V1?ids=16686599&level=hires&type=down)
# 注意事项
请先在cookie.txt文件内填入黑胶会员账号的cookie 才可以解析!
# 感谢
[Ravizhan](https://github.com/ravizhan)
# 反馈方法
请在Github的lssues反馈 或者到我[博客](https://www.toubiec.cn)反馈