luoxuebinfei / luo_bot

基于 NoneBot2 和 go-cqhttp 的自用机器人
MIT License
2 stars 2 forks source link

关于soutubot #3

Closed ShellyMon closed 1 year ago

ShellyMon commented 1 year ago

soutubot.moe的api/search的api_key更改了。 目前Math.Pow(时间戳, 2) + Math.Pow(ua长度, 2) + window.GLOBAL.m 其中window.GLOBAL.m为2032438004496。 我的js力不足不知道这个是什么含义 其他的没更改就是多了个window.GLOBAL.m。 我经过测试,可以实现

luoxuebinfei commented 1 year ago

它更改了验证方式,不再使用api-key进行验证了,多次请求api-key的值都不会变。我翻了几天js觉得应该是在上传的文件里做了验证,增加了时间戳等相关信息,但我js也不太行,研究了几天就暂时放弃了,直接使用浏览器力大飞砖

ShellyMon commented 1 year ago

image 给你参考一下我写的代码,我验证是有效的

ShellyMon commented 1 year ago

2032438004496这个值似乎是不会变动的

luoxuebinfei commented 1 year ago

你成功使用api上传了吗?

ShellyMon commented 1 year ago

是的

luoxuebinfei commented 1 year ago

emo了,只注重看后四位和前两位了,没发现中间变了,害我研究了几天文件格式😂。等我把B站验证码搞定再研究下这个😔

bf179 commented 1 year ago

window.GLOBAL.m现在变成了3390934419601,不过修改好这个之后还是不能用

luoxuebinfei commented 1 year ago

window.GLOBAL.m现在变成了3390934419601,不过修改好这个之后还是不能用

https://github.com/luoxuebinfei/luo_bot/issues/4#issue-1900217522

被挤爆了

bf179 commented 1 year ago

window.GLOBAL.m现在变成了3390934419601,不过修改好这个之后还是不能用

#4 (comment)

被挤爆了

哦豁,太可惜了

ShellyMon commented 1 year ago

window.GLOBAL.m现在变成了3390934419601,不过修改好这个之后还是不能用

#4 (comment) 被挤爆了

哦豁,太可惜了

确实是这样