engines: use https when possible

This commit is contained in:
Alexandre Flament
2015-04-26 18:13:09 +02:00
parent 2be52b74ad
commit 99efd790c8
6 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ safesearch = True
# search-url
base_url = 'https://www.bing.com/'
search_string = 'images/search?{query}&count=10&first={offset}'
thumb_url = "http://ts1.mm.bing.net/th?id={ihk}"
thumb_url = "http://ts1.mm.bing.net/th?id={ihk}" # no https, bad certificate
# safesearch definitions
safesearch_types = {2: 'STRICT',