2
0
mirror of https://github.com/searx/searx synced 2025-08-30 22:16:19 +00:00

Merge branch 'ixquick' of https://github.com/pw3t/searx into ixquick

Conflicts:
	searx/engines/startpage.py
This commit is contained in:
pw3t
2014-01-23 22:17:19 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ from lxml import html
base_url = None
search_url = None
def request(query, params):
global search_url
query = urlencode({'q': query})[2:]

View File

@@ -68,6 +68,13 @@ engines:
- name : startpage
engine : startpage
base_url : 'https://startpage.com/'
search_url : 'https://startpage.com/do/search'
- name : ixquick
engine : startpage
base_url : 'https://www.ixquick.com/'
search_url : 'https://www.ixquick.com/do/search'
- name : twitter
engine : twitter