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
哔哩哔哩漫画正在加强对爬虫的检测,被检测到异常行为后立即封禁账号。
我fork项目并修正了check_cookie_valid后分别使用两个账号进行测试 我选用了【我推的孩子】这本漫画,一个账号下载最后一话(付费章节)jpg格式,另一个下载第一话(免费章节)avif格式,均出现同样的结果:GetImageIndex返回“业务异常,请稍后重试”,使用web端和app端打开漫画均提示账号被封禁,如下图
我的推测是代码api请求的逻辑被检测到了特征,至于其他issues里提到的“检测付费章节的jpg原图下载”我不认为是正确的,由上面的流程可知不管付费还是免费,jpg或avif,账号均被封禁
1
v.1.6.0
Windows10
The text was updated successfully, but these errors were encountered:
感谢你提交的问题,我会尽快处理! (ᗜ ˰ ᗜ)
Sorry, something went wrong.
现在都是API请求,估计以后只能改成嵌个浏览器的软件(比如selenium)模拟慢慢爬图down下来了,不然B漫改一下代码就知道哪些人在直接请求
的确, 我尝试直接使用request库直接POST, 同样是直接封号.
No branches or pull requests
问题描述
发生了什么:
哔哩哔哩漫画正在加强对爬虫的检测,被检测到异常行为后立即封禁账号。
复现流程:
我fork项目并修正了check_cookie_valid后分别使用两个账号进行测试
我选用了【我推的孩子】这本漫画,一个账号下载最后一话(付费章节)jpg格式,另一个下载第一话(免费章节)avif格式,均出现同样的结果:GetImageIndex返回“业务异常,请稍后重试”,使用web端和app端打开漫画均提示账号被封禁,如下图
我的推测是代码api请求的逻辑被检测到了特征,至于其他issues里提到的“检测付费章节的jpg原图下载”我不认为是正确的,由上面的流程可知不管付费还是免费,jpg或avif,账号均被封禁
预期行为
1
实际行为
1
截图或录屏
哔哩哔哩漫画下载器版本号
v.1.6.0
系统环境
Windows10
日志
1
The text was updated successfully, but these errors were encountered: