[Htmlparser-user] using stringextractor with saved webpage
Brought to you by:
derrickoswald
From: Gabriel M. <gab...@gm...> - 2008-07-29 23:22:26
|
I am trying to extract text from webpages using stringextractor. It works fine if I supply a URL as an argument, e.g. bin/stringextractor http://www.google.com, but if I supply the filename of a locally saved webpage, I get the following error: org.htmlparser.util.ParserException: Connection refused Will this work with saved webpages? Cheers, Gabe |