Skip to content

Commit c254357

Browse files
committed
fix: 修正入站必刷接口URL #198
1 parent 2b3bc7a commit c254357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/background/messageListeners/api/ranking.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const API_RANKING = {
4848
// 入站必刷 - precious videos
4949
// https://socialsisteryi.github.io/bilibili-API-collect/docs/video_ranking/precious_videos.html
5050
getPreciousVideos: {
51-
url: 'https://api.bilibili.com/x/web-interface/popular/preciousx',
51+
url: 'https://api.bilibili.com/x/web-interface/popular/precious',
5252
_fetch: {
5353
method: 'get',
5454
},

0 commit comments

Comments
 (0)