mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change Goodreads search author URL
This commit is contained in:
parent
6583be25cc
commit
f8f2d8beae
@ -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