From 99efd790c8e24a9e7d1ab1220e1da96cdd0a8003 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 26 Apr 2015 18:13:09 +0200 Subject: engines: use https when possible --- searx/engines/stackoverflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/stackoverflow.py') diff --git a/searx/engines/stackoverflow.py b/searx/engines/stackoverflow.py index 78dba9f68..95ab58c54 100644 --- a/searx/engines/stackoverflow.py +++ b/searx/engines/stackoverflow.py @@ -19,7 +19,7 @@ categories = ['it'] paging = True # search-url -url = 'http://stackoverflow.com/' +url = 'https://stackoverflow.com/' search_url = url+'search?{query}&page={pageno}' # specific xpath variables -- cgit v1.2.3