diff --git a/ah_scrapping_extension.json b/ah_scrapping_extension.json index 6bf5886..46df2d8 100644 --- a/ah_scrapping_extension.json +++ b/ah_scrapping_extension.json @@ -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",