From 8f102b1c458ed478f0fa2d720f5e01ffeb2e224d Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Mon, 3 Dec 2012 10:36:14 +0100 Subject: [PATCH] Update libre.de for website changes. --- src/calibre/gui2/store/stores/libri_de_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/libri_de_plugin.py b/src/calibre/gui2/store/stores/libri_de_plugin.py index a87928da78..60f7471272 100644 --- a/src/calibre/gui2/store/stores/libri_de_plugin.py +++ b/src/calibre/gui2/store/stores/libri_de_plugin.py @@ -72,8 +72,8 @@ class LibreDEStore(BasicStoreConfig, StorePlugin): mobi = details.xpath( 'boolean(.//span[@class="bindername" and contains(text(), "mobipocket")]/text())') - cover_url = ''.join(data.xpath('.//div[@class="coverImg"]/a/img/@src')) - price = ''.join(data.xpath('.//span[@class="preis"]/text()')).replace('*', '').strip() + cover_url = ''.join(data.xpath('.//div[@class="coverimg"]/a/img/@src')) + price = ''.join(data.xpath('.//div[@class="preis"]/text()')).replace('*', '').strip() counter -= 1