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
目前使用 url = f'https://api.bilibili.com/x/v2/reply?pn={page}&type=1&oid={video_id}&sort=2' 这个url还是可以爬取到部分的评论的,但是现在的结构不是按照page,而是随着页面滑动把后续评论加载出来,所以不能持续爬取完整的评论。这个问题怎么解决呢?希望开发者能看到,谢谢。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前使用
url = f'https://api.bilibili.com/x/v2/reply?pn={page}&type=1&oid={video_id}&sort=2'
这个url还是可以爬取到部分的评论的,但是现在的结构不是按照page,而是随着页面滑动把后续评论加载出来,所以不能持续爬取完整的评论。这个问题怎么解决呢?希望开发者能看到,谢谢。
The text was updated successfully, but these errors were encountered: