视频评论后面的页码获取不到数据的问题 #575
Unanswered
Marrylatiao
asked this question in
Q&A
Replies: 2 comments 3 replies
-
返回值是? |
Beta Was this translation helpful? Give feedback.
3 replies
-
1090是不是一级评论和二级评论的总数?我也碰到没有报错,但后面页数replies是空的的状况。把二级评论也抓取下来,加上一级评论总量就是差不多的数字了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
python版本:
3.10.13
bilibili-api-python版本:
16.1.1
具体代码如下
返回的count数量是1090, 正常从40页查应该是有数据的, 但是似乎从30几页开始就获取不到数据了, api也没有返回被限制之类的提示
一开始我猜测是不是调用太频繁导致被b站拦截了, 但是我第二天直接从30几页开始调用依然查询不到评论的数据
Beta Was this translation helpful? Give feedback.
All reactions