mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 00:03:46 +02: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
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
'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…
Reference in a new issue