bilibili-comment
Fetch comments from Bilibili videos using a URL or BV ID. Control pagination, result count, and sort by popularity or time.
Instructions
获取B站视频评论,异步任务自动轮询结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | B站视频链接或BV号 | |
| offset | No | 分页游标 | |
| dataNum | No | 获取评论数量 | |
| sortType | No | 排序:2=按热度, 1=按时间 | 2 |