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
74 stars 18 forks source link

Request: Microsoft Office Deployment Tool #48

Closed 29039 closed 5 months ago

29039 commented 1 year ago

Could also apply to anything else also on download.microsoft.com

I wish I knew RegEx, hopefully it's not too hard

Version on URL: https://www.microsoft.com/en-us/download/details.aspx?id=49117 i.e. Version: </div><p>16.0.15629.20208</p>

Download Link on URL: https://www.microsoft.com/en-us/download/confirmation.aspx?id=49117 i.e. http-equiv="refresh" content="0;url=https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_15629-20208.exe"

DanGough commented 5 months ago

Now merged into Dev and will be included in the next release.