felipecsl / wombat

Lightweight Ruby web crawler/scraper with an elegant DSL which extracts structured data from pages.
https://felipecsl.github.io/wombat/
MIT License
1.31k stars 129 forks source link

page function is not work #74

Open say8425 opened 7 years ago

say8425 commented 7 years ago

I found page function is existed. And I guess it is used for url parameter named page. So I code page: 2. But page function is not work. It give me error ArgumentError: wrong number of arguments (given 1, expected 0). Did I use page function not correctly?