logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 1308ebf65777cc85fdcf917c452e68bdd924f6a7
parent: 57eaeb9b74cd73d94863a6b8d4bbb7cd7e455197
Author: asciimoo <asciimoo@gmail.com>
Date:   Sat, 19 Oct 2013 18:30:08 +0200

[fix] using https

Diffstat:

Msearx/engines/startpage.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py @@ -3,7 +3,7 @@ from lxml import html from urlparse import urljoin from cgi import escape -base_url = 'http://startpage.com/' +base_url = 'https://startpage.com/' search_url = base_url+'do/search' def request(query, params):