mirror of https://github.com/searxng/searxng.git
[fix] using https
This commit is contained in:
parent
57eaeb9b74
commit
1308ebf657
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue