Skip to content

Commit

Permalink
Update wtrlab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Apr 18, 2024
1 parent 2cd1a95 commit 7da0d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/multi/wtrlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read_novel_info(self):
chap_id = 1 + idx
vol_id = 1 + len(self.chapters) // 100
vol_title = f"Volume {vol_id}"
url = f"{self.host}{lang}/serie-{serie_id}/{novel_slug}/chapter-{chapter['slug']}"
url = f"{self.host}{lang}/serie-{serie_id}/{novel_slug}/chapter-{chapter['order']}"
if chap_id % 100 == 1:
self.volumes.append(
Volume(
Expand Down

0 comments on commit 7da0d97

Please sign in to comment.