mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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:
|
||||
break
|
||||
|
||||
details = data.xpath('./div[@class="articleinfobox"]')
|
||||
details = data.xpath('./div[contains(@class, "articleinfobox")]')
|
||||
if not details:
|
||||
continue
|
||||
details = details[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user