Skip to content

Commit

Permalink
fix(hentaifox): fix outdated element
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Dec 10, 2022
1 parent b3b0bee commit 1182dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scraper/hentaifox/hentaifoxGetController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1182dda

Please sign in to comment.