Skip to content

Commit

Permalink
Update infinitetrans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Aug 14, 2023
1 parent 10b4c6b commit 609eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/en/i/infinitetrans.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_novel_info(self):
# Extract volume-wise chapter entries
# Stops external links being selected as chapters
chapters = soup.select(
'.entry-content .su-spoiler-content a[href*="infinitenoveltranslations.net"]'
'.entry-content p a[href*="infinitenoveltranslations.net"]'
)

for a in chapters:
Expand Down

0 comments on commit 609eae5

Please sign in to comment.