Skip to content

Commit

Permalink
add curl opts for user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Dec 5, 2024
1 parent 278550b commit 78ddb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autodesk/DesktopConnector.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Process:
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"]
curl_opts: ["-A", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0"]

- Processor: com.github.jgstew.SharedProcessors/URLDownloaderPython
Arguments:
Expand Down

0 comments on commit 78ddb7a

Please sign in to comment.