From 85c45824784e0bfb52d53be3e7b93aea96fb08f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Jul 2017 08:56:01 +0530 Subject: [PATCH] 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) --- src/calibre/ebooks/metadata/search_internet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/ebooks/metadata/search_internet.py b/src/calibre/ebooks/metadata/search_internet.py index 5f0659390a..bcd78d668c 100644 --- a/src/calibre/ebooks/metadata/search_internet.py +++ b/src/calibre/ebooks/metadata/search_internet.py @@ -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 = {