Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Dec 29, 2024
1 parent 37565b2 commit 6223356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/jp/s/syosetu.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,5 @@ def read_novel_info(self):
def download_chapter_body(self, chapter):
soup = self.get_soup(chapter["url"])
contents = soup.select_one(".p-novel__body")
logger.debug(f'Contents: {contents}')
contents = self.cleaner.extract_contents(contents)
return contents

0 comments on commit 6223356

Please sign in to comment.