From 1009054cf28e92df9a171fcd778f04fcc3f1b5b5 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Sun, 30 Jan 2022 11:54:29 +0000 Subject: [PATCH] Ooops. Really did need to escape the URL --- 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 9acd52c88c..f3cbe7bc4a 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 absolute_import, division, print_function, unicode_literals -store_version = 7 # Needed for dynamic plugin loading +store_version = 8 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2011, John Schember ' @@ -30,7 +30,7 @@ class LibreDEStore(BasicStoreConfig, StorePlugin): def open(self, parent=None, detail_item=None, external=False): url = 'https://clk.tradedoubler.com/click?p=324630&a=3252627' url_details = ('https://clk.tradedoubler.com/click?p=324630&a=3252627' - '&url=http://www.ebook.de/shop/action/productDetails?artiId={0}') + '&url=https%3A%2F%2Fwww.ebook.de%2Fshop%2Faction%2FproductDetails%3FartiId%3D{0}') if external or self.config.get('open_external', False): if detail_item: