mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix libri.de (ebook.de) to account for site changes
This commit is contained in:
parent
162c62b906
commit
fee155ad4d
@ -53,7 +53,7 @@ class LibreDEStore(BasicStoreConfig, StorePlugin):
|
|||||||
if counter <= 0:
|
if counter <= 0:
|
||||||
break
|
break
|
||||||
|
|
||||||
details = data.xpath('./div[@class="articleinfobox"]')
|
details = data.xpath('./div[contains(@class, "articleinfobox")]')
|
||||||
if not details:
|
if not details:
|
||||||
continue
|
continue
|
||||||
details = details[0]
|
details = details[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user