Skip to content

Commit

Permalink
xpath updated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamfayyaz committed Nov 4, 2024
1 parent fcad502 commit 2738624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ah_scrapping_extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
["//link[@rel='next']", "//a[@rel='next']"],
[
"//div[@class='pagination']//a[@class='next']",
"//a[@title = 'Next' or contains(@title,'next')]",
"//a[@title = 'Next' or @title = 'next']",
"//a[contains(@class,'pagination-next')]",
"//a[@title='Next' or @title='next']",
"//li[@class='pagination-next']/a",
Expand Down

0 comments on commit 2738624

Please sign in to comment.