Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv13207
Modified Files:
amazon.py
Log Message:
Updated to latest Amazon Web Service specification; remove a long leftover
print statement.
Index: amazon.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/amazon.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** amazon.py 6 Aug 2003 18:49:17 -0000 1.3
--- amazon.py 27 Sep 2003 00:34:23 -0000 1.4
***************
*** 176,180 ****
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 += "&dev-t=%s" % license_key.strip()
url += "&type=%s" % type
--- 176,180 ----
def buildURL(search_type, keyword, product_line, type, page, license_key):
! url = "http://xml.amazon.com/onca/xml3?v=1.0&f=xml&t=webservices-20"
url += "&dev-t=%s" % license_key.strip()
url += "&type=%s" % type
***************
*** 184,188 ****
url += "&mode=%s" % product_line
url += "&%s=%s" % (search_type, urllib.quote(keyword))
- print url
return url
--- 184,187 ----
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog