Skip to content

Commit

Permalink
Merge pull request #2032 from zGadli/master
Browse files Browse the repository at this point in the history
Solve source 1stkissnovel.org issue
  • Loading branch information
dipu-bd committed Aug 9, 2023
2 parents 6cbcca8 + e8356c9 commit a2d8d0b
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["data-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 a2d8d0b

Please sign in to comment.