From f8f2d8beae6609d9c2532d21b744a8e6cb7bf151 Mon Sep 17 00:00:00 2001 From: Serized Date: Fri, 12 May 2017 15:19:19 +0200 Subject: [PATCH] Change Goodreads search author URL --- src/calibre/ebooks/metadata/search_internet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/metadata/search_internet.py b/src/calibre/ebooks/metadata/search_internet.py index 513ee91ab7..d1b73fe4bc 100644 --- a/src/calibre/ebooks/metadata/search_internet.py +++ b/src/calibre/ebooks/metadata/search_internet.py @@ -8,7 +8,7 @@ from urllib import quote_plus AUTHOR_SEARCHES = { 'goodreads': - 'https://www.goodreads.com/search?q={author}&search%5Bfield%5D=author&search%5Bsource%5D=goodreads&search_type=people&tab=people', + 'https://www.goodreads.com/book/author/{author}', 'wikipedia': 'https://en.wikipedia.org/w/index.php?search={author}', 'google':