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
I'm working in a few scenarios where I'd like to be able to pass my instance of Crawler to a few scraping methods. Rather than have to double the work of parsing out the base URL and have it as an additional parameter, it would be nice if Crawler had the method getBaseHref.