curl / Mailing Lists / curl-users / Single Mail
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?

From: ToddAndMargo via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 7 Oct 2025 14:58:23 -0700

On 10/7/25 2:00 AM, Hans Henrik Bergan wrote:
> 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


Thank you!
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2025-10-07