[Feature]适配网易云音乐智能推荐歌单
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 593
- PR merge metrics
- No merged PRs in 30d
Description
**思路和建议**
“云音乐智能推荐”创建的歌单,如[https://music.163.com/#/playlist?id=3136952023](https://music.163.com/#/playlist?id=3136952023),用music-dl获取到的歌曲列表与已登录帐号的网页显示的列表不同。
尝试给 musicl_dl/config.py 添加cookie后,成功获取到相同的歌曲列表。MUSIC_U是真正起作用的参数。
**参考代码**
提供代码参考
`
"fake_headers": {
...
"cookie": "MUSIC_U=b227096c0f5006b999dcb9d14e06692fbb8458b8145c672d76bcb21d11c5797a8171b07daa7c11a1de39c620ce84****;",
},
`
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at music_dl/config.py to see how fake_headers are set. Add a cookie parameter with MUSIC_U for Netease Cloud Music's smart playlist. Test by running the tool on a playlist like https://music.163.com/#/playlist?id=3136952023 and compare the song list with the logged-in web view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100