mirror of
https://github.com/searx/searx
synced 2024-11-18 07:57:37 +01:00
Merge branch 'ixquick' of https://github.com/pw3t/searx into ixquick
Conflicts: searx/engines/startpage.py
This commit is contained in:
commit
b82ba74a7d
@ -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:]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user