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?


Thanks!
-Pranav

On Wed, May 27, 2009 at 1:32 PM, Hrvoje Niksic <[email protected]> wrote:

> Pranav Kuber <[email protected]> writes:
>
> > Hi all,
> >
> > I am new to using Wget. I had a query which may look primitive. I have
> > compiled the standalone html parser (html-parse.c). However, when I try
> to
> > run it, it just does nothing.
> >
> > I did the following:
> >
> > gcc html-parse.c -o standalone_parser
> > ./standalone_parser some_html.html
> >
> > Is there something missing?
>
> The test program reads the HTML from the standard input, so your line
> should be:
>
> ./standalone_parser < some_html.html
>

Reply via email to