bilibili-api
bilibili-api copied to clipboard
[漏洞] comment.get_comments_lazy 方法获取的子回复不全
Python 版本: 3.12.9
模块版本: 17.4.0
运行环境: MacOS
模块路径: bilibili_api.comment
解释器: cpython
使用的网络请求库: httpx
报错信息: 无
在使用 comment.get_comments_lazy 方法获取评论及其子回复时,发现返回的子回复不完整。例如,某条评论实际包含 10 条 子回复,但通过该方法遍历获取到的数量通常只有 2-3 条,数据缺失。