mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-01 04:35:53 +01:00
Nook UK has cancelled their affiliate program.
This commit is contained in:
parent
c8b957d406
commit
cdff3c8cb7
2 changed files with 2 additions and 3 deletions
|
|
@ -1599,7 +1599,6 @@ class StoreNookUKStore(StoreBase):
|
|||
|
||||
headquarters = 'UK'
|
||||
formats = ['NOOK']
|
||||
affiliate = True
|
||||
|
||||
class StoreOpenBooksStore(StoreBase):
|
||||
name = 'Open Books'
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
class NookUKStore(BasicStoreConfig, StorePlugin):
|
||||
|
||||
def open(self, parent=None, detail_item=None, external=False):
|
||||
url = 'http://www.awin1.com/awclick.php?mid=5266&id=120917'
|
||||
detail_url = 'http://www.awin1.com/cread.php?awinmid=5266&awinaffid=120917&clickref=&p='
|
||||
url = 'http://www.nook.com/gb/store'
|
||||
detail_url = ''
|
||||
|
||||
if external or self.config.get('open_external', False):
|
||||
if detail_item:
|
||||
|
|
|
|||
Loading…
Reference in a new issue