mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
improve allegro plugin
This commit is contained in:
parent
e9e3114b23
commit
e2db758ace
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user