Skip to content

Commit

Permalink
Update 69shuba.cx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli authored and dipu-bd committed Jul 20, 2024
1 parent 8c8cef4 commit 3282df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/zh/69shuba.cx.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def read_novel_info(self):
logger.info("Novel Tag: %s", self.novel_tags)

chapter_catalog = self.get_soup(f'{self.novel_url[:-4]}/', encoding="gbk")

chapter_list = chapter_catalog.select("div#catalog li")

for item in reversed(chapter_list):
Expand Down

0 comments on commit 3282df7

Please sign in to comment.