forked from Icycoide/searxng
[fix] tests
This commit is contained in:
parent
8806002886
commit
043b269c6e
4 changed files with 4 additions and 4 deletions
|
@ -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}" # no https, bad certificate
|
||||
thumb_url = "http://ts1.mm.bing.net/th?id={ihk}" # no https, bad certificate
|
||||
|
||||
# safesearch definitions
|
||||
safesearch_types = {2: 'STRICT',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue