Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]适配网易云音乐智能推荐歌单 #54

Open
zrenx opened this issue May 7, 2020 · 2 comments
Open

[Feature]适配网易云音乐智能推荐歌单 #54

zrenx opened this issue May 7, 2020 · 2 comments

Comments

@zrenx
Copy link

zrenx commented May 7, 2020

思路和建议
“云音乐智能推荐”创建的歌单,如https://music.163.com/#/playlist?id=3136952023,用music-dl获取到的歌曲列表与已登录帐号的网页显示的列表不同。
尝试给 musicl_dl/config.py 添加cookie后,成功获取到相同的歌曲列表。MUSIC_U是真正起作用的参数。

参考代码
提供代码参考
"fake_headers": { ... "cookie": "MUSIC_U=b227096c0f5006b999dcb9d14e06692fbb8458b8145c672d76bcb21d11c5797a8171b07daa7c11a1de39c620ce84****;", },

@zrenx
Copy link
Author

zrenx commented May 8, 2020

同一个URL,今天列表变了,MUISC_U也变了,用昨天的MUSIC_U获取到的列表跟昨天的也不一样。

@0xHJK
Copy link
Owner

0xHJK commented May 9, 2020

思路不错,后面可能会考虑加入设置cookie的功能

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants