felipecsl/wombat

Following pagination

Closed this issue · 1 comments

Hi,

Nice little gem so far. I'm trying for scrape info across a number of pages. What I'd like to do is something such as this pseudo code:

load page
scrap page content
if next page link, follow link and loop to top
else done

Is there any way I can achieve this currently?
Thanks

I solved my issues by not using Wombat, instead using Mechanize directly.