1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

[fix] using https

This commit is contained in:
asciimoo 2013-10-19 18:30:08 +02:00
parent 57eaeb9b74
commit 1308ebf657

View File

@ -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):