-
Notifications
You must be signed in to change notification settings - Fork 69
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
FragVoice的md5值是错误的! #202
Comments
而我对 |
946b8f3 应该修复了,看看能不能用 |
谢谢,可以正常使用了。 |
简要描述这个bug
一些古老的帖子的语音的voice_md5是没有像
_123456
这样的后缀的。在爬取这些语音时FragVoice获取到的md5值会是31位,而不是32位。虽然一些有
_123456
这样后缀的语音可以正常获得32位的md5值。但是我不认为应该截去_123456
后缀。因为voice_md5是语音文件的唯一标识。截去了后缀那么他也就失去了意义。无法通过它来下载语音文件了。...
如何复现
在何种场景下用何种操作复现
tid=3446316934
错误的md5
pid=61142845967 floor=49 md5=9c891542e8d14f21d047f455b86ae22 url=https://tiebac.baidu.com/c/p/voice?voice_md5=9c891542e8d14f21d047f455b86ae22&play_from=pb_voice_play
正确的md5
pid=61142845967 floor=49 md5=9c891542e8d14f21d047f455b86ae22b url=https://tiebac.baidu.com/c/p/voice?voice_md5=9c891542e8d14f21d047f455b86ae22b&play_from=pb_voice_play
你希望程序作出何种行为
应该直接返回voice_md5,不做任何截取处理。
...
截图(可选)
...
The text was updated successfully, but these errors were encountered: