Skip to content

Commit

Permalink
Temporary fix for subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Nov 5, 2024
1 parent c6d8131 commit 1e49a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiliwili/include/api/bilibili/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const std::string DetailGRPC = _grpcBase + "/bilibili.app.view.v1.View/View";
const std::string Detail = _apiBase + "/x/web-interface/view";
const std::string DetailAll = _apiBase + "/x/web-interface/view/detail";
/// 视频分P详情
const std::string PageDetail = _apiBase + "/x/player/v2";
const std::string PageDetail = _apiBase + "/x/player/wbi/v2";
/// 番剧详情.
const std::string SeasonDetail = _apiBase + "/pgc/view/pc/season";
/// 番剧推荐.
Expand Down

0 comments on commit 1e49a60

Please sign in to comment.