mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-29 02:24:37 +01:00
...
This commit is contained in:
parent
77afc010db
commit
c1961c902c
1 changed files with 0 additions and 2 deletions
|
|
@ -156,8 +156,6 @@ def search(self, query, max_results=10, timeout=60):
|
|||
cover_xpath = './/div[@class="productImage"]//img/@src'
|
||||
title_xpath = './/div[@class="productTitle"]/a/text()'
|
||||
price_xpath = './/div[@class="newPrice"]//span//text()'
|
||||
|
||||
|
||||
|
||||
for data in doc.xpath(data_xpath):
|
||||
if counter <= 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue