-
Notifications
You must be signed in to change notification settings - Fork 71
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
get_member_users
有获取上限
#247
Labels
Comments
而鸡血神以前也写过假定 |
这里还有对 似乎可以获取的用户只能是没有隐藏的,但是不二贴吧工具箱却没有这个限制,即使隐藏也能查询。 我所知的唯一其他方法只有 求帮忙,我对一些隐藏的也有查询需求。 |
|
不太习惯给入参加强制限制,就只加了条文档 4d85bcc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
简要描述这个bug
该接口是通过bs4直接解析
bawu2/platform/listMemberInfo
的html页面,但是我发现当页面大于500时,返回的将是第一页的数据。也就是说有获取上限。如何复现
例子:某吧第501页的本吧会员列表
你希望程序作出何种行为
在项目文档中应进行说明,另程序应进行检查,页数大于500时建议抛出异常。
The text was updated successfully, but these errors were encountered: