diff --git a/amazon/amazon.go b/amazon/amazon.go index a4f2f3b..6c947c8 100644 --- a/amazon/amazon.go +++ b/amazon/amazon.go @@ -439,7 +439,7 @@ func makeRequest(inputURL, region string) (response string, err error) { req, err := http.NewRequestWithContext(context.Background(), "GET", inputURL, bytes.NewBuffer([]byte{})) req.Header.Set("User-Agent", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3") + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36") req.Header.Set("Cookie", fmt.Sprintf("country=%s;", region))