pagination using array of pages
Opened this issue · 0 comments
sathish316 commented
Crawl data across pages by extracting from an array of html urls
class Book
include Scrapify::Base
html ["http://www.bookstore.com/fiction/1", "http://www.bookstore.com/fiction/2", "http://www.bookstore.com/fiction/3"]
end