mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:14:06 +02:00
Remove affiliate id for now
This commit is contained in:
commit
029e238228
3 changed files with 6 additions and 4 deletions
|
|
@ -1266,7 +1266,7 @@ class StoreEKnigiStore(StoreBase):
|
|||
|
||||
headquarters = 'BG'
|
||||
formats = ['EPUB', 'PDF', 'HTML']
|
||||
affiliate = True
|
||||
#affiliate = True
|
||||
|
||||
class StoreEpubBudStore(StoreBase):
|
||||
name = 'ePub Bud'
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@
|
|||
<string>Book </string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>9999.989999999999782</double>
|
||||
<double>9999999999.99</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>1.000000000000000</double>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,10 @@
|
|||
class eKnigiStore(BasicStoreConfig, StorePlugin):
|
||||
|
||||
def open(self, parent=None, detail_item=None, external=False):
|
||||
url = 'http://e-knigi.net/?amigosid=22'
|
||||
aff_suffix = '&amigosid=22'
|
||||
#url = 'http://e-knigi.net/?amigosid=22'
|
||||
#aff_suffix = '&amigosid=22'
|
||||
url = 'http://e-knigi.net'
|
||||
aff_suffix = ''
|
||||
|
||||
if external or self.config.get('open_external', False):
|
||||
if detail_item:
|
||||
|
|
|
|||
Loading…
Reference in a new issue