Skip to content

Commit

Permalink
Update Skydemonorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLJS committed Dec 27, 2024
1 parent ad639d6 commit fc59ccf
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 fc59ccf

Please sign in to comment.