Skip to content

Commit

Permalink
Update 1stkissnovel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli authored Aug 7, 2023
1 parent 3b6c4ca commit e8356c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/en/1/1stkissnovel.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read_novel_info(self):

img_src = soup.select_one(".summary_image a img")
if img_src:
self.novel_cover = self.absolute_url(img_src["src"])
self.novel_cover = self.absolute_url(img_src["data-lazy-src"])
logger.info("Novel cover: %s", self.novel_cover)

self.novel_author = " ".join(
Expand Down

0 comments on commit e8356c9

Please sign in to comment.