snacktory icon indicating copy to clipboard operation
snacktory copied to clipboard

Extract text, title, etc from url without fetch url (avoid its downloading)

Open adelaidaram opened this issue 7 years ago • 0 comments

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).

adelaidaram avatar Sep 01 '17 12:09 adelaidaram