mirror of
https://github.com/searx/searx
synced 2025-08-30 22:16:19 +00:00
[fix] using https
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user