Skip to content

Commit

Permalink
Merge pull request #1615 from ImLJS/beta
Browse files Browse the repository at this point in the history
Update Skydemonorder
  • Loading branch information
ImLJS authored Dec 27, 2024
2 parents ad639d6 + fc59ccf commit 26b10bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/js/parsers/SkydemonorderParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ class SkydemonorderParser extends Parser{
}

findCoverImageUrl(dom) {
let div = dom.querySelector(".bg-cover");
return util.extractUrlFromBackgroundImage(div);
return util.getFirstImgSrc(dom, "div.w-full");
}

getInformationEpubItemChildNodes(dom) {
Expand Down

0 comments on commit 26b10bc

Please sign in to comment.