mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
fix amazon japan for referrer
This commit is contained in:
parent
21dcb2b8b6
commit
ccaa7b13bc
@ -1010,6 +1010,7 @@ class Amazon(Source):
|
||||
'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…
x
Reference in New Issue
Block a user