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
建议可以查询的时候加入歌手信息,这样可以使结果更精确,因为有同名的歌存在 url = 'http://sug.music.baidu.com/info/suggestion' mess = song_name + ' ' + singer payload = {'word': mess, 'version': '2.1.1', 'from': '0'}
url = 'http://sug.music.baidu.com/info/suggestion'
mess = song_name + ' ' + singer
payload = {'word': mess, 'version': '2.1.1', 'from': '0'}
我基于你的代码写了一个https://github.com/miyunluo/NeteaseBaiduFlac
The text was updated successfully, but these errors were encountered:
其实我是有考量的。如果加上歌手,恐怕拿到的歌曲会更少了。。
Sorry, something went wrong.
哦哦,也是。我是用自己的歌单试的时候发现有些歌下错了,于是改了改。
@miyunluo 我想了想,如果在听歌的时候,听到不是自己歌单的,还是很难听的歌。。是一种极差的体验,决定修正。
No branches or pull requests
建议可以查询的时候加入歌手信息,这样可以使结果更精确,因为有同名的歌存在
url = 'http://sug.music.baidu.com/info/suggestion'
mess = song_name + ' ' + singer
payload = {'word': mess, 'version': '2.1.1', 'from': '0'}
我基于你的代码写了一个https://github.com/miyunluo/NeteaseBaiduFlac
The text was updated successfully, but these errors were encountered: