.update url

This commit is contained in:
afkarxyz
2026-04-18 07:59:13 +07:00
parent 17a75ea278
commit e74808fb07
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func (a *AmazonDownloader) DownloadFromAfkarXYZ(amazonURL, outputDir, quality st
return "", fmt.Errorf("failed to extract ASIN from URL: %s", amazonURL)
}
apiURL := fmt.Sprintf("https://amzn.afkarxyz.qzz.io/api/track/%s", asin)
apiURL := fmt.Sprintf("https://amazon.spotbye.qzz.io/api/track/%s", asin)
req, err := http.NewRequest("GET", apiURL, nil)
if err != nil {
return "", err