This commit is contained in:
Kovid Goyal 2017-05-08 21:32:08 +05:30
parent 77c2e8562a
commit 9df692b071
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,9 +23,9 @@ BOOK_SEARCHES = {
'gws': 'gws':
'https://www.google.com/search?q=inauthor:%22{author}%22+intitle:%22{title}%22', 'https://www.google.com/search?q=inauthor:%22{author}%22+intitle:%22{title}%22',
'amzn': 'amzn':
'http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords={author}+{title}', 'https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords={author}+{title}',
'gimg': 'gimg':
'http://www.google.com/images?q=%22{author}%22+%22{title}%22', 'https://www.google.com/images?q=%22{author}%22+%22{title}%22',
} }
NAMES = { NAMES = {