jiren / raspar

A html parsing library
MIT License
3 stars 5 forks source link

Support for pagination? #5

Open prasadsurase opened 8 years ago

prasadsurase commented 8 years ago

Suppose I have to parse a table with server side pagination, are there any options available to do so?

jiren commented 8 years ago

You can parse any kind of HTML. For pagination, you need to write a crawler to fetch each page.