matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.87k stars 349 forks source link

Pagination not working seems like i am looping on same page with for number provided in limit(n) #329

Closed mustafashaikh4714 closed 5 years ago

mustafashaikh4714 commented 5 years ago

xray pagination not working

I have this next page link . Seems like im looping on same page i wrote paginate as .paginate(' .next a@href ') .limit(2) same data display 2 times

Steps to reproduce

Tell us how to reproduce this issue.

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead.

lathropd commented 5 years ago

It would be helpful to know the page you’re scraping and see the full call... Otherwise it’s hard to know. My first guess is that the selector may be slightly off.