mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
Updated the Amazon Web Services URL
This commit is contained in:
parent
bc5ec5d0f0
commit
5627f6321e
@ -161,7 +161,7 @@ def unmarshal(element):
|
|||||||
return rc
|
return rc
|
||||||
|
|
||||||
def buildURL(search_type, keyword, product_line, type, page, license_key):
|
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=1.0&f=xml&t=webservices-20"
|
||||||
url += "&dev-t=%s" % license_key.strip()
|
url += "&dev-t=%s" % license_key.strip()
|
||||||
url += "&type=%s" % type
|
url += "&type=%s" % type
|
||||||
if page:
|
if page:
|
||||||
|
Loading…
Reference in New Issue
Block a user