cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: cURL script help

From: chr <chr+curl_at_tx0.org>
Date: Mon, 31 Jan 2011 22:40:34 +0100

Michael Herbig (Monday 31 January 2011, 21:04):
>
> I'm trying to download customer comments to products on my site generated
> from a rating service, called RateVoice. An example of the service is here
> (this is not my site, just an example):
>
> http://www.edgeangling.com/Daiwa-SW4000-B.html
>
> These reviews are housed on a separate server (RateVoice's), and do not
> appear when I attempt to curl the page, I believe because they are generated
> dynamically via a javascript script.

Probably I'm missing something, but in the example above I can see
the comments in the HTML source, like

<div class="ratevoice-review-body">
 COMMENT HERE
</div>

You'll have to figure out how to extract the relevant pieces from
the source.

If the above example is not like the problem you are facing, could
you provide a link to an appropriate example?

Regards.

-- 
SDF Public Access UNIX System - http://sdf.lonestar.org
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-02-01