fix(hentaifox): fix outdated element

このコミットが含まれているのは:
sinkaroid 2022-12-11 02:18:30 +07:00
コミット 1182dda5c9
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -25,7 +25,6 @@ export async function scrapeContent(url: string) {
const parameterImg = imgSrc[0].split("/").slice(5).join("/");
const parameterImg2 = parameterImg.split("/").slice(0, -1).join("/");
const extensionImg = `.${imgSrc[0].split(".").slice(-1)[0]}`;
const info = $("span.i_text.pages").map((i, abc) => {
return $(abc).text();
}).get();