1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

添加B站排行榜接口拉取

This commit is contained in:
2022-07-29 16:21:55 +08:00
parent 5bb9ac6235
commit f2dcfe274e
3 changed files with 96 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ B站热搜接口https://app.bilibili.com/x/v2/search/trending/ranking
> 该接口来自页面https://www.bilibili.com/blackboard/activity-trending-topic.html
B站排行榜接口https://api.bilibili.com/x/web-interface/ranking/v2?type=all
> 该接口来自页面https://www.bilibili.com/v/popular/rank/all
> (切换到其他榜单再切换回来会调用此接口)
## 运行环境
原理上来说 Windows 下和 Linux 都可运行,目前仅在 Windows 下测试过,暂未在 Linux 系统下测试。