curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: how to I read this web page?

From: Ralph Mitchell via curl-users <curl-users_at_cool.haxx.se>
Date: Thu, 1 Aug 2019 00:54:32 -0400

I'm going to guess there's a javascript thing in there somewhere that
fiddles with the contents of the span tags "filename", "size" and
"version":

<span class="info">Filename: <span class="filename"></span></span> |
<span class="info"> File size: <span class="size"></span></span> |
<span class="info"> Version: <span class="version"></span></span>

You'll need to download the javascript files to locate the functions that
do that. After that, it depends where it gets its information from. It
may be more effort than it's worth to dissect the page.

Ralph Mitchell

On Wed, Jul 31, 2019 at 11:48 PM ToddAndMargo via curl-users <
curl-users_at_cool.haxx.se> wrote:

> Hi All,
>
> On the following web page,
>
>
> https://www.eset.com/us/business/endpoint-security/windows-security/download/
>
> with Firefox, I can see
>
> "Filename: ees_nt64.msi | File size: 151 MB | Version: 7.1.2053.0"
>
> but I can not figure out how to read the version number
> (7.1.2053.0) with curl.
>
> Any words of wisdom?
>
> Many thanks,
> -T
>
> -----------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
> Etiquette: https://curl.haxx.se/mail/etiquette.html
>

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-08-01