Store: Amazon fix price.

This commit is contained in:
John Schember 2012-04-29 11:46:14 -04:00
parent 60e11c979c
commit cd06a3faf4

View File

@ -147,7 +147,7 @@ class AmazonKindleStore(StorePlugin):
asin_xpath = './/div[@class="image"]/a[1]'
cover_xpath = './/img[@class="productImage"]/@src'
title_xpath = './/a[@class="title"]/text()'
price_xpath = './/span[@class="price"]/text()'
price_xpath = './/span[contains(@class, "price")]/text()'
# Old style list. Search "martin"
else:
data_xpath = '//div[contains(@class, "result")]'