From 9df692b07114cc89c55759d8f6effaf94be652e3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 May 2017 21:32:08 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/search_internet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/search_internet.py b/src/calibre/ebooks/metadata/search_internet.py index 1a84ec71e0..513ee91ab7 100644 --- a/src/calibre/ebooks/metadata/search_internet.py +++ b/src/calibre/ebooks/metadata/search_internet.py @@ -23,9 +23,9 @@ BOOK_SEARCHES = { 'gws': 'https://www.google.com/search?q=inauthor:%22{author}%22+intitle:%22{title}%22', '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': - '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 = {