mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: Amazon fix price.
This commit is contained in:
parent
60e11c979c
commit
cd06a3faf4
@ -147,7 +147,7 @@ class AmazonKindleStore(StorePlugin):
|
|||||||
asin_xpath = './/div[@class="image"]/a[1]'
|
asin_xpath = './/div[@class="image"]/a[1]'
|
||||||
cover_xpath = './/img[@class="productImage"]/@src'
|
cover_xpath = './/img[@class="productImage"]/@src'
|
||||||
title_xpath = './/a[@class="title"]/text()'
|
title_xpath = './/a[@class="title"]/text()'
|
||||||
price_xpath = './/span[@class="price"]/text()'
|
price_xpath = './/span[contains(@class, "price")]/text()'
|
||||||
# Old style list. Search "martin"
|
# Old style list. Search "martin"
|
||||||
else:
|
else:
|
||||||
data_xpath = '//div[contains(@class, "result")]'
|
data_xpath = '//div[contains(@class, "result")]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user