Skip to content

Commit

Permalink
fix(route): 仮面ライダ最新情報 (DIYgod#13599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nczitzk authored Oct 21, 2023
1 parent b528368 commit 8aa7d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/kamen-rider-official/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = async (ctx) => {

const { data: currentResponse } = await got(currentUrl);

const buildId = currentResponse.match(/"buildId":"(\w+)"/)[1];
const buildId = currentResponse.match(/"buildId":"(.*?)"/)[1];

const apiCategoryUrl = new URL(`_next/data/${buildId}/news_articles.json`, rootUrl).href;

Expand Down

0 comments on commit 8aa7d7c

Please sign in to comment.