From 3d09465ef7568c1ab25b92334643feecad734549 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Mon, 11 Aug 2014 10:44:33 +0200 Subject: [PATCH] It appears that they changed the affiliate ID on 1 Aug. --- 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 623d52f9d4..78d13dc3a9 100644 --- a/src/calibre/gui2/store/stores/libri_de_plugin.py +++ b/src/calibre/gui2/store/stores/libri_de_plugin.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) -store_version = 3 # Needed for dynamic plugin loading +store_version = 4 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2011, John Schember ' @@ -25,7 +25,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/?18817073C15644254T&ULP=[[' + url_details = ('http://ad.zanox.com/ppc/?18848208C1197627693T&ULP=[[' 'http://www.ebook.de/shop/action/productDetails?artiId={0}]]') if external or self.config.get('open_external', False):