Skip to content

Commit

Permalink
Update webtoon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Mar 30, 2024
1 parent 64583c1 commit f597589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/en/w/webtoon.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ def download_chapter_body(self, chapter):
new_tag = soup.new_tag("img", src=src_url)
parent.append(new_tag)

return self.cleaner.extract_contents(contents)
return self.cleaner.extract_contents(contents)

0 comments on commit f597589

Please sign in to comment.