Browse Source

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

Conflicts:
	searx/engines/startpage.py
pw3t 11 years ago
parent
commit
b82ba74a7d
2 changed files with 7 additions and 1 deletions
  1. 0
    1
      searx/engines/startpage.py
  2. 7
    0
      searx/settings.yml

+ 0
- 1
searx/engines/startpage.py View File

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

+ 7
- 0
searx/settings.yml View File

@@ -68,6 +68,13 @@ engines:
68 68
 
69 69
   - name : startpage
70 70
     engine : startpage
71
+    base_url : 'https://startpage.com/'
72
+    search_url : 'https://startpage.com/do/search'
73
+
74
+  - name : ixquick
75
+    engine : startpage
76
+    base_url : 'https://www.ixquick.com/'
77
+    search_url : 'https://www.ixquick.com/do/search'
71 78
 
72 79
   - name : twitter
73 80
     engine : twitter