Skip to content

Commit

Permalink
Merge pull request #3 from jere344/patch-1
Browse files Browse the repository at this point in the history
Full quality cover
  • Loading branch information
zGadli authored Nov 13, 2023
2 parents 8c8319e + 212ae6d commit 987237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/en/w/whitemoonlightnovels.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read_novel_info(self):

self.novel_cover = self.absolute_url(
soup.select_one("img.size-post-thumbnail")["src"]
)
).split("?")[0]
logger.info("Novel cover: %s", self.novel_cover)

for a in soup.select("div.eplister ul li a"):
Expand Down

0 comments on commit 987237d

Please sign in to comment.