DanGough / Nevergreen

This module is an alternative to Evergreen, and allows you to find the latest version and download URL for various Windows apps. Evergreen uses API queries to obtain its data whereas this module is more focussed on web scraping. This is more prone to breaking when websites are changed, hence the name.
The Unlicense
72 stars 16 forks source link

Added support for OpenVPN and PingID #40

Closed Diagg closed 1 year ago

Diagg commented 2 years ago

Hi Dan, i added support for 3 applications: -PingID desktop client -Open VPN Community -Open VPN Connect

As i'm very new to the 'commit world' feel free to advice.

Regards

Diagg

DanGough commented 1 year ago

Thanks, made a few changes and these will get into the next release.

BTW I prefer not to use the $URL32,$URL64 method, as it can cause problems when they one day stop supporting 32-bit! Re-used a similar pattern from the Acrobat example instead.