get_bilibili_hot
Fetch trending Bilibili videos, specifying the desired number and whether to use cached data. Simplifies access to current hot content for analysis or display.
Instructions
获取B站热门视频数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 要获取的视频数量,默认为10,最大50 | |
| use_cache | No | 是否使用缓存数据,默认为true |