snacktory
snacktory copied to clipboard
Extract text, title, etc from url without fetch url (avoid its downloading)
I publish a new method in HtmlFetcher called extract which has a new parameter (content) to pass byte[] content from url.
I would like to avoid downloading the url´s content. Sometimes, I have previously url´s content and I want to avoid a new downloading from the url (specially 'very huge url´s content).