Pranav Kuber <[email protected]> writes: > Thanks a lot. One more quick question. > > The output spitted out on the console contains the html tags and the > URLs present in the document. Where does the actual content go? Do i > need to set any other option?
The parser, as written for Wget, only cares about the tags. If you need content, you will need to modify the parser. This modification should be straightforward.
