mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove affiliate id for now
This commit is contained in:
commit
029e238228
@ -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 @@ from calibre.gui2.store.web_store_dialog import WebStoreDialog
|
||||
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…
x
Reference in New Issue
Block a user