Merge pull request #246074 from tnichols217/master

davinci-resolve: update payload request and URL of download
This commit is contained in:
davidak 2023-07-31 02:09:50 +02:00 committed by GitHub
commit aad5c5e896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ let
"email" = "someone@nixos.org";
"phone" = "+31 71 452 5670";
"country" = "nl";
"street" = "Hogeweide 346";
"state" = "Province of Utrecht";
"city" = "Utrecht";
"product" = "DaVinci Resolve";
@ -98,7 +99,7 @@ let
curl \
--retry 3 --retry-delay 3 \
--header "Host: sw.blackmagicdesign.com" \
--header "Host: sw.cloud.blackmagicdesign.com" \
--header "Upgrade-Insecure-Requests: 1" \
--header "$USERAGENT" \
--header "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" \