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
Which is what would be yielded out of Scraper#scrape instead of the HTML, the URL, and instance page's index, etc.
This ScrapedPage object -- which might inherit from Nokogiri::HTML -- would contain the raw HTML, the parsed HTML, the URL, the index page from which the instance page was linked (if present), a reference to the index page's ScrapedPage object, and the instance page's index (i.e. ordinal count) of pages linked to from the index page.
This would be a breaking change, so is farther away from being implemented into stable Upton.
The text was updated successfully, but these errors were encountered:
Which is what would be yielded out of
Scraper#scrape
instead of the HTML, the URL, and instance page's index, etc.This ScrapedPage object -- which might inherit from Nokogiri::HTML -- would contain the raw HTML, the parsed HTML, the URL, the index page from which the instance page was linked (if present), a reference to the index page's ScrapedPage object, and the instance page's index (i.e. ordinal count) of pages linked to from the index page.
This would be a breaking change, so is farther away from being implemented into stable Upton.
The text was updated successfully, but these errors were encountered: