mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
a89823ae4f
commit
0e8543030a
@ -15,7 +15,7 @@ AUTHOR_SEARCHES = {
|
|||||||
'google':
|
'google':
|
||||||
'https://www.google.com/search?tbm=bks&q=inauthor:%22{author}%22',
|
'https://www.google.com/search?tbm=bks&q=inauthor:%22{author}%22',
|
||||||
'amzn':
|
'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 = {
|
BOOK_SEARCHES = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user