Remove affiliate id for now

This commit is contained in:
Alex Stanev 2011-07-22 15:52:44 +03:00
commit 029e238228
3 changed files with 6 additions and 4 deletions

View File

@ -1266,7 +1266,7 @@ class StoreEKnigiStore(StoreBase):
headquarters = 'BG'
formats = ['EPUB', 'PDF', 'HTML']
affiliate = True
#affiliate = True
class StoreEpubBudStore(StoreBase):
name = 'ePub Bud'

View File

@ -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>

View File

@ -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: