mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 00:22:58 +02:00
fix amazon japan for referrer
This commit is contained in:
parent
21dcb2b8b6
commit
ccaa7b13bc
1 changed files with 1 additions and 0 deletions
|
|
@ -1010,6 +1010,7 @@ def referrer_for_domain(self, domain=None):
|
|||
'uk': 'https://www.amazon.co.uk/',
|
||||
'au': 'https://www.amazon.com.au/',
|
||||
'br': 'https://www.amazon.com.br/',
|
||||
'jp': 'https://www.amazon.co.jp/',
|
||||
}.get(domain, 'https://www.amazon.%s/' % domain)
|
||||
|
||||
def _get_book_url(self, identifiers): # {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue