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
a2b5c56 - decode html entities in url found in html resource
Migrate from v1.*
Call exported function instead of scrape method. Example:
// old usagevarscraper=require('website-scraper');scraper.scrape({/*options*/});// new usagevarscrape=require('website-scraper');scrape({/*options*/});
Css text will be handled by default but if you use source option and want to keep previous behavior need to add next objects to sources.