This commit is contained in:
Kovid Goyal 2020-01-25 09:49:26 +05:30
commit 547fa085c0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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): # {{{