metowolf / MetingJS

:cake: A powerful plugin connect APlayer and Meting
https://i-meto.com/about/
MIT License
1.15k stars 156 forks source link

无法匹配网易云音乐的官方动态歌单 #52

Open stepbystepcode opened 3 years ago

stepbystepcode commented 3 years ago

网易云音乐的官方动态歌单是根据每个用户口味生成的,URL中不同的userid值会返回不同的歌单。

如:https://music.163.com/m/playlist?id=3136952023&userid=256811339

但是这个工具不支持读取userid的参数。导致无法获取针对每个人都不同口味的歌单。望解决,谢谢!

0wQ commented 3 years ago

网易云音乐的官方动态歌单是根据每个用户口味生成的,URL中不同的userid值会返回不同的歌单。

如:https://music.163.com/m/playlist?id=3136952023&userid=256811339

但是这个工具不支持读取userid的参数。导致无法获取针对每个人都不同口味的歌单。望解决,谢谢!

试了一下用自己的 cookie 就可以不用 userid 了

https://api.iwz.me/meting/?server=netease&type=playlist&id=3136952023

stepbystepcode commented 3 years ago

但是要是用自己的cookie需要有后端服务器自制api,能不能集成到前端解决这个问题( ‘-ωก̀ )