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:
Kovid Goyal 2017-07-06 08:56:01 +05:30
parent 5a419b99fc
commit 85c4582478
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 = {