mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Amazon metadata download: Do not prefer results with an ISBN, since Amazon now lists a large number of ISBN less titles
This commit is contained in:
parent
0835e08b53
commit
b432e4d246
@ -669,6 +669,7 @@ class Amazon(Source):
|
||||
'languages', 'series'])
|
||||
has_html_comments = True
|
||||
supports_gzip_transfer_encoding = True
|
||||
prefer_results_with_isbn = False
|
||||
|
||||
AMAZON_DOMAINS = {
|
||||
'com': _('US'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user