mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
commit
20c5bfce62
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user