Change Goodreads search author URL

This commit is contained in:
Serized 2017-05-12 15:19:19 +02:00 committed by GitHub
parent 6583be25cc
commit f8f2d8beae

View File

@ -8,7 +8,7 @@ from urllib import quote_plus
AUTHOR_SEARCHES = { AUTHOR_SEARCHES = {
'goodreads': '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': 'wikipedia':
'https://en.wikipedia.org/w/index.php?search={author}', 'https://en.wikipedia.org/w/index.php?search={author}',
'google': 'google':