mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -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'])
|
'languages', 'series'])
|
||||||
has_html_comments = True
|
has_html_comments = True
|
||||||
supports_gzip_transfer_encoding = True
|
supports_gzip_transfer_encoding = True
|
||||||
|
prefer_results_with_isbn = False
|
||||||
|
|
||||||
AMAZON_DOMAINS = {
|
AMAZON_DOMAINS = {
|
||||||
'com': _('US'),
|
'com': _('US'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user