diff --git a/src/calibre/gui2/store/stores/libri_de_plugin.py b/src/calibre/gui2/store/stores/libri_de_plugin.py index d7d0807a99..b969f029a9 100644 --- a/src/calibre/gui2/store/stores/libri_de_plugin.py +++ b/src/calibre/gui2/store/stores/libri_de_plugin.py @@ -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]