You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All paginated content have some way of moving to next page.
Get extra selector to fetch next page and crawl till last page is reached
Example:
class Book
include Scrapify::Base
html "http://www.bookstore.com/fiction/1", next_page: {css: ".pages .next_page"}, last_page: {css: ".pages .last_page"}
end
The text was updated successfully, but these errors were encountered:
All paginated content have some way of moving to next page.
Get extra selector to fetch next page and crawl till last page is reached
Example:
The text was updated successfully, but these errors were encountered: