bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Standalone html-parser


From: Pranav Kuber
Subject: Re: [Bug-wget] Standalone html-parser
Date: Wed, 27 May 2009 14:02:24 -0400

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 <address@hidden> wrote:
Pranav Kuber <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]