Change the Goodreads URL used when clicking author names in the Book details panel to go directly to the author page, when available, instead of the search results page.

Merge branch 'patch-1' of https://github.com/Serized/calibre
This commit is contained in:
Kovid Goyal 2017-05-12 19:05:57 +05:30
commit 20c5bfce62
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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':