mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
77afc010db
commit
c1961c902c
@ -157,8 +157,6 @@ class AmazonKindleStore(StorePlugin):
|
|||||||
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:
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user