From ce8c77f5ae5afbe927df230d3d0688507b74ae09 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 17 May 2004 14:37:44 +0000 Subject: [PATCH] Updated. --- others/amazon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/amazon.py b/others/amazon.py index da37ea791..06585844c 100644 --- a/others/amazon.py +++ b/others/amazon.py @@ -174,7 +174,7 @@ def unmarshal(element): return rc def buildURL(search_type, keyword, product_line, type, page, license_key): - url = "http://xml.amazon.com/onca/xml?v=1.0&f=xml&t=webservices-20" + url = "http://xml.amazon.com/onca/xml3?v=2.0&f=xml&t=webservices-20" url += "&dev-t=%s" % license_key.strip() url += "&type=%s" % type if page: