mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/jnozsc/calibre
This commit is contained in:
commit
547fa085c0
@ -1010,6 +1010,7 @@ class Amazon(Source):
|
|||||||
'uk': 'https://www.amazon.co.uk/',
|
'uk': 'https://www.amazon.co.uk/',
|
||||||
'au': 'https://www.amazon.com.au/',
|
'au': 'https://www.amazon.com.au/',
|
||||||
'br': 'https://www.amazon.com.br/',
|
'br': 'https://www.amazon.com.br/',
|
||||||
|
'jp': 'https://www.amazon.co.jp/',
|
||||||
}.get(domain, 'https://www.amazon.%s/' % domain)
|
}.get(domain, 'https://www.amazon.%s/' % domain)
|
||||||
|
|
||||||
def _get_book_url(self, identifiers): # {{{
|
def _get_book_url(self, identifiers): # {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user