Buy commercial curl support. 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 Daniel himself.
Re: How do I extract this revision number?
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Hans Henrik Bergan via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 7 Oct 2025 11:00:42 +0200
https://www.eset.com/us/home/internet-security/ fetch the version
number via javascript loading
https://gwc.eset.com/v1/bundles/4?lang=us,
and that url serves a JSON which means you'll need a JSON parser, for
example jq+curl:
curl -s 'https://gwc.eset.com/v1/bundles/4' | jq
'.files.installer.[0].full_version'
"18.2.18.0"
- the version is 18.2.18.0
On Tue, 7 Oct 2025 at 09:35, ToddAndMargo via curl-users
<curl-users_at_lists.haxx.se> wrote:
>
> On 10/7/25 12:25 AM, ToddAndMargo via curl-users wrote:
> > Hi All.
> >
> > On this web site:
> > https://www.eset.com/us/home/internet-security/
> >
> > If you scroll down, under "Download for Windows", "Download
> > options", a line called "Advanced download" appears. If you click
> > on it, the revision will open up to the left.
> >
> > From the source code of the page, it looks like
> > <a href="#" class="js-goto" data-step="advanced"> Advanced download
> > </a>
> >
> > How do I read the revision with curl?
> >
> > Many thanks,
> > -T
> >
> >
>
>
> Figured a way around it. ESET published their revision numbers on a
> different site:
>
> https://help.eset.com/latestVersions/
>
>
> </div></div><div class='latest_version'>
> <h3><a class='collapsible'>ESET Internet Security</a></h3>
> <div class='expand'>
> <table class='Table_small transparent'>
> <thead><tr><th>Version</th><th>Latest build</th><th>Date of the latest
> build release</th></tr></thead>
> <tbody>
> <tr><td class='version'>18.2</td><td
> class='version_full'>18.2.18.0</td><td class='version_details'>September
> 10, 2025</td></tr>
>
>
> for 18.2.18.0
>
> I'd still like to know how to do what I originally asked, but
> it is now a very low priority.
>
> Many thanks,
> -T
>
> --
> Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
> Etiquette: https://curl.se/mail/etiquette.html
Date: Tue, 7 Oct 2025 11:00:42 +0200
https://www.eset.com/us/home/internet-security/ fetch the version
number via javascript loading
https://gwc.eset.com/v1/bundles/4?lang=us,
and that url serves a JSON which means you'll need a JSON parser, for
example jq+curl:
curl -s 'https://gwc.eset.com/v1/bundles/4' | jq
'.files.installer.[0].full_version'
"18.2.18.0"
- the version is 18.2.18.0
On Tue, 7 Oct 2025 at 09:35, ToddAndMargo via curl-users
<curl-users_at_lists.haxx.se> wrote:
>
> On 10/7/25 12:25 AM, ToddAndMargo via curl-users wrote:
> > Hi All.
> >
> > On this web site:
> > https://www.eset.com/us/home/internet-security/
> >
> > If you scroll down, under "Download for Windows", "Download
> > options", a line called "Advanced download" appears. If you click
> > on it, the revision will open up to the left.
> >
> > From the source code of the page, it looks like
> > <a href="#" class="js-goto" data-step="advanced"> Advanced download
> > </a>
> >
> > How do I read the revision with curl?
> >
> > Many thanks,
> > -T
> >
> >
>
>
> Figured a way around it. ESET published their revision numbers on a
> different site:
>
> https://help.eset.com/latestVersions/
>
>
> </div></div><div class='latest_version'>
> <h3><a class='collapsible'>ESET Internet Security</a></h3>
> <div class='expand'>
> <table class='Table_small transparent'>
> <thead><tr><th>Version</th><th>Latest build</th><th>Date of the latest
> build release</th></tr></thead>
> <tbody>
> <tr><td class='version'>18.2</td><td
> class='version_full'>18.2.18.0</td><td class='version_details'>September
> 10, 2025</td></tr>
>
>
> for 18.2.18.0
>
> I'd still like to know how to do what I originally asked, but
> it is now a very low priority.
>
> Many thanks,
> -T
>
> --
> Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
> Etiquette: https://curl.se/mail/etiquette.html
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2025-10-07