Re: How do I extract this revision number?
ToddAndMargo via curl-users <[email protected]> Tue, 7 Oct 2025 14:58:23 -0700
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
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