This commit is contained in:
John Schember 2012-05-12 13:53:11 -04:00
parent 77afc010db
commit c1961c902c

View File

@ -156,8 +156,6 @@ class AmazonKindleStore(StorePlugin):
cover_xpath = './/div[@class="productImage"]//img/@src' cover_xpath = './/div[@class="productImage"]//img/@src'
title_xpath = './/div[@class="productTitle"]/a/text()' title_xpath = './/div[@class="productTitle"]/a/text()'
price_xpath = './/div[@class="newPrice"]//span//text()' price_xpath = './/div[@class="newPrice"]//span//text()'
for data in doc.xpath(data_xpath): for data in doc.xpath(data_xpath):
if counter <= 0: if counter <= 0: