Skip to content

Commit

Permalink
add get version from webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Dec 5, 2024
1 parent 9fc542b commit a3299fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Autodesk/DesktopConnector.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ Process:
filename: DesktopConnector-x64.exe
download_version: ""
User_Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0

- Processor: EndOfCheckPhase

- Processor: URLTextSearcher
Arguments:
url: https://help.autodesk.com/cloudhelp/ENU/CONNECT-Whats-New/files/GUID-03D59AAD-65B0-45E3-84F2-A12AAA5BB267.htm
# example match `November 11, 2024 (v.16.11.1.2320)`
re_pattern: 'v\.(?P<version>\d+(\.\d+)+)'
# curl_opts: ["-A", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0"]

0 comments on commit a3299fe

Please sign in to comment.