mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Book details panel: Allow right clicking on author names to search for books by the author on Amazon. Fixes #1702446 [[Request] Search for author on Amazon](https://bugs.launchpad.net/calibre/+bug/1702446)
This commit is contained in:
parent
5a419b99fc
commit
85c4582478
@ -13,6 +13,8 @@ AUTHOR_SEARCHES = {
|
||||
'https://en.wikipedia.org/w/index.php?search={author}',
|
||||
'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'
|
||||
}
|
||||
|
||||
BOOK_SEARCHES = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user