Fix searching for authors on amazon not working because of a change in the amazon URL structure. Fixes #1822532 [amazon link to search by author broken](https://bugs.launchpad.net/calibre/+bug/1822532)

This commit is contained in:
Kovid Goyal 2019-04-02 09:00:32 +05:30
parent a89823ae4f
commit 0e8543030a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -15,7 +15,7 @@ AUTHOR_SEARCHES = {
'google':
'https://www.google.com/search?tbm=bks&q=inauthor:%22{author}%22',
'amzn':
'https://www.amazon.com/gp/search/ref=sr_adv_b/?search-alias=stripbooks&unfiltered=1&field-author={author}&field-dateop=During&sort=relevanceexprank'
'https://www.amazon.com/gp/search/ref=sr_adv_b/?search-alias=stripbooks&unfiltered=1&field-author={author}&sort=relevanceexprank'
}
BOOK_SEARCHES = {