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:
Kovid Goyal 2014-11-10 10:57:19 +05:30
parent 0835e08b53
commit b432e4d246

View File

@ -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'),