Skip to content

Commit

Permalink
Merge pull request #2043 from zGadli/master
Browse files Browse the repository at this point in the history
Fixed infinitetrans source
  • Loading branch information
dipu-bd authored Aug 18, 2023
2 parents b12c551 + 609eae5 commit d15bac1
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 d15bac1

Please sign in to comment.