From e2db758aceb52dd12c7ec101f3799ea8923f345f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Tue, 30 Jul 2013 10:25:18 +0200 Subject: [PATCH] improve allegro plugin --- src/calibre/gui2/store/stores/allegro_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/allegro_plugin.py b/src/calibre/gui2/store/stores/allegro_plugin.py index f7944e082a..61fc7dc409 100644 --- a/src/calibre/gui2/store/stores/allegro_plugin.py +++ b/src/calibre/gui2/store/stores/allegro_plugin.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from __future__ import (division, absolute_import, print_function) +from __future__ import (division, absolute_import, print_function, unicode_literals) store_version = 1 # Needed for dynamic plugin loading __license__ = 'GPL 3' @@ -27,7 +27,7 @@ class AllegroStore(BasicStoreConfig, StorePlugin): def open(self, parent=None, detail_item=None, external=False): aff_root = 'https://www.a4b-tracking.com/pl/stat-click-text-link/34/58/' - url = 'http://www.koobe.pl/' + url = 'http://ebooki.allegro.pl/' aff_url = aff_root + str(b64encode(url))