-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
轮询哔哩哔哩API的设想 #915
Comments
我目前的策略是在服务器起一个https-python-flask项目,监听 api.bilibili.com,对于这个接口使用代理检测,对于其他接口返回302到备用域名,目前看上去工作是正常的 (话说这三域名在华为云能直接用) |
Just-Prog
added a commit
to A-SOUL-Re-creation-Plan/Panel2ReWebApi
that referenced
this issue
Aug 5, 2024
最近因为下载视频需求比较大,老被风控,返回v_voucher那样的拦截。目前只能设置一些代理服务器,期待实装! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. 你使用的BBDown版本是什么?(指明 Release / Actions / DotnetTool)
最新Action
2. 你在什么系统使用本软件?(Win/Linux/Mac)
Win
3. 你使用的完整命令是什么?
4. 遇到了什么问题?
我注意到近期明显提升了 https://api.bilibili.com/x/player/wbi/playurl 这个接口的风控水平,很容易触发风控
5. 运行截图(最好开启
--debug
;注意自行将Cookie/Token等敏感信息隐藏)风控时的接口返回
{"code":0,"message":"0","ttl":1,"data":{"v_voucher":"voucher_UUID"}} 这样的拦截
我测试后发现,哔哩哔哩的3个API域名似乎风控是不互通的,并不完全一致
域名有
根据之前的经验,我认为他们功能完全一致
也许,可以做一个随机(和开关、指定),参考UA
The text was updated successfully, but these errors were encountered: