From 5ab3055055ae1ccaeee1572747c0ed7d9b57c503 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 2 Oct 2011 08:12:37 +0200 Subject: [PATCH] Try again to make libri.de recognize purchases --- src/calibre/gui2/store/stores/libri_de_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/libri_de_plugin.py b/src/calibre/gui2/store/stores/libri_de_plugin.py index 912ae668e8..a83353523e 100644 --- a/src/calibre/gui2/store/stores/libri_de_plugin.py +++ b/src/calibre/gui2/store/stores/libri_de_plugin.py @@ -24,7 +24,7 @@ class LibreDEStore(BasicStoreConfig, StorePlugin): def open(self, parent=None, detail_item=None, external=False): url = 'http://ad.zanox.com/ppc/?18817073C15644254T' - url_details = ('http://ad.zanox.com/ppc/?18848208C1197627693T&ULP=[[' + url_details = ('http://ad.zanox.com/ppc/?18817073C15644254T&ULP=[[' 'http://www.libri.de/shop/action/productDetails?artiId={0}]]') if external or self.config.get('open_external', False):