We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
思路和建议 “云音乐智能推荐”创建的歌单,如https://music.163.com/#/playlist?id=3136952023,用music-dl获取到的歌曲列表与已登录帐号的网页显示的列表不同。 尝试给 musicl_dl/config.py 添加cookie后,成功获取到相同的歌曲列表。MUSIC_U是真正起作用的参数。
参考代码 提供代码参考 "fake_headers": { ... "cookie": "MUSIC_U=b227096c0f5006b999dcb9d14e06692fbb8458b8145c672d76bcb21d11c5797a8171b07daa7c11a1de39c620ce84****;", },
"fake_headers": { ... "cookie": "MUSIC_U=b227096c0f5006b999dcb9d14e06692fbb8458b8145c672d76bcb21d11c5797a8171b07daa7c11a1de39c620ce84****;", },
The text was updated successfully, but these errors were encountered:
同一个URL,今天列表变了,MUISC_U也变了,用昨天的MUSIC_U获取到的列表跟昨天的也不一样。
Sorry, something went wrong.
思路不错,后面可能会考虑加入设置cookie的功能
No branches or pull requests
思路和建议
“云音乐智能推荐”创建的歌单,如https://music.163.com/#/playlist?id=3136952023,用music-dl获取到的歌曲列表与已登录帐号的网页显示的列表不同。
尝试给 musicl_dl/config.py 添加cookie后,成功获取到相同的歌曲列表。MUSIC_U是真正起作用的参数。
参考代码
提供代码参考
"fake_headers": { ... "cookie": "MUSIC_U=b227096c0f5006b999dcb9d14e06692fbb8458b8145c672d76bcb21d11c5797a8171b07daa7c11a1de39c620ce84****;", },
The text was updated successfully, but these errors were encountered: