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'
|
headquarters = 'BG'
|
||||||
formats = ['EPUB', 'PDF', 'HTML']
|
formats = ['EPUB', 'PDF', 'HTML']
|
||||||
affiliate = True
|
#affiliate = True
|
||||||
|
|
||||||
class StoreEpubBudStore(StoreBase):
|
class StoreEpubBudStore(StoreBase):
|
||||||
name = 'ePub Bud'
|
name = 'ePub Bud'
|
||||||
|
@ -240,7 +240,7 @@
|
|||||||
<string>Book </string>
|
<string>Book </string>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<double>9999.989999999999782</double>
|
<double>9999999999.99</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="value">
|
<property name="value">
|
||||||
<double>1.000000000000000</double>
|
<double>1.000000000000000</double>
|
||||||
|
@ -23,8 +23,10 @@ from calibre.gui2.store.web_store_dialog import WebStoreDialog
|
|||||||
class eKnigiStore(BasicStoreConfig, StorePlugin):
|
class eKnigiStore(BasicStoreConfig, StorePlugin):
|
||||||
|
|
||||||
def open(self, parent=None, detail_item=None, external=False):
|
def open(self, parent=None, detail_item=None, external=False):
|
||||||
url = 'http://e-knigi.net/?amigosid=22'
|
#url = 'http://e-knigi.net/?amigosid=22'
|
||||||
aff_suffix = '&amigosid=22'
|
#aff_suffix = '&amigosid=22'
|
||||||
|
url = 'http://e-knigi.net'
|
||||||
|
aff_suffix = ''
|
||||||
|
|
||||||
if external or self.config.get('open_external', False):
|
if external or self.config.get('open_external', False):
|
||||||
if detail_item:
|
if detail_item:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user