On 2020-08-22 19:30, Fulko Hew wrote:


On Sat, Aug 22, 2020 at 9:43 PM ToddAndMargo via users <users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>> wrote:
... snip ...

    Any of you guys have a cleaver way to cli extract the revision?



I'm not sure how you want to retrieve it, but using Firefox->Tools->Web Developer I looked at all of the transactions in the page, and the one that retrieves the
version info was:

https://www.eset.com/ca/business/endpoint-security/windows-security/download/?type=13554&tx_esetdownloads_ajax%5Bproduct%5D=82&tx_esetdownloads_ajax%5Bbeta%5D=0&tx_esetdownloads_ajax%5Bpage_id%5D=3842&tx_esetdownloads_ajax%5Bplugin_id%5D=1454495&tx_esetdownloads_ajax%5Bproduct%5D=82&tx_esetdownloads_ajax%5Bbeta%5D=0&tx_esetdownloads_ajax%5Bpage_id%5D=3842&tx_esetdownloads_ajax%5Bplugin_id%5D=1454495

Now I don't know how important/relevant/specific those parameters are,
but fetching that returns some JSON, and part of it was:

...

"files": {
     "installer": {
       "23358": {
         "url": 
"https://download.eset.com/com/eset/apps/business/ees/windows/latest/ees_nt64.msi";,
         "full_version": "7.3.2039.0",

...

Hope that helps a little.


Hi Fulko,

I have now used your technique to extract revision numbers
from two other web pages.  AWESOME!  Thank you!

-T
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to