|
@@ -6,6 +6,103 @@ search:
|
6
|
6
|
safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
|
7
|
7
|
autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
|
8
|
8
|
language : "en-US"
|
|
9
|
+ engines:
|
|
10
|
+ - name: arch linux wiki
|
|
11
|
+ #- name: archive is
|
|
12
|
+ - name: arxiv
|
|
13
|
+ - name: asksteem
|
|
14
|
+ - name: base
|
|
15
|
+ - name: wikipedia
|
|
16
|
+ - name: bing
|
|
17
|
+ - name: bing images
|
|
18
|
+ - name: bing news
|
|
19
|
+ - name: bing videos
|
|
20
|
+ #- name: bitbucket
|
|
21
|
+ #- name: ccc-tv
|
|
22
|
+ - name: crossref
|
|
23
|
+ - name: currency
|
|
24
|
+ - name: deezer
|
|
25
|
+ - name: deviantart
|
|
26
|
+ #- name: ddg definitions
|
|
27
|
+ #- name: digbt
|
|
28
|
+ - name: digg
|
|
29
|
+ #- name: erowid
|
|
30
|
+ - name: wikidata
|
|
31
|
+ #- name: duckduckgo
|
|
32
|
+ #- name: duckduckgo images
|
|
33
|
+ #- name: etymonline
|
|
34
|
+ #- name: faroo
|
|
35
|
+ - name: 500px
|
|
36
|
+ #- name: 1x
|
|
37
|
+ #- name: fdroid
|
|
38
|
+ #- name: findx
|
|
39
|
+ #- name: findx images
|
|
40
|
+ #- name: findx videos
|
|
41
|
+ - name: flickr
|
|
42
|
+ #- name: free software directory
|
|
43
|
+ #- name: frinkiac
|
|
44
|
+ - name: genius
|
|
45
|
+ #- name: gigablast
|
|
46
|
+ #- name: gitlab
|
|
47
|
+ - name: github
|
|
48
|
+ - name: google
|
|
49
|
+ - name: google images
|
|
50
|
+ - name: google news
|
|
51
|
+ - name: google videos
|
|
52
|
+ - name: google scholar
|
|
53
|
+ #- name: google play apps
|
|
54
|
+ #- name: google play movies
|
|
55
|
+ #- name: google play music
|
|
56
|
+ #- name: geektimes
|
|
57
|
+ #- name: habrahabr
|
|
58
|
+ - name: hoogle
|
|
59
|
+ #- name: ina
|
|
60
|
+ #- name: kickass
|
|
61
|
+ #- name: library genesis
|
|
62
|
+ - name: lobste.rs
|
|
63
|
+ - name: microsoft academic
|
|
64
|
+ - name: mixcloud
|
|
65
|
+ #- name: nyaa
|
|
66
|
+ - name: openairedatasets
|
|
67
|
+ - name: openairepublications
|
|
68
|
+ - name: openstreetmap
|
|
69
|
+ #- name: openrepos
|
|
70
|
+ - name: pdbe
|
|
71
|
+ - name: photon
|
|
72
|
+ - name: piratebay
|
|
73
|
+ - name: pubmed
|
|
74
|
+ #- name: qwant
|
|
75
|
+ - name: qwant images
|
|
76
|
+ - name: qwant news
|
|
77
|
+ - name: qwant social
|
|
78
|
+ #- name: reddit
|
|
79
|
+ #- name: scanr structures
|
|
80
|
+ - name: soundcloud
|
|
81
|
+ - name: stackoverflow
|
|
82
|
+ - name: searchcode doc
|
|
83
|
+ #- name: searchcode code
|
|
84
|
+ #- name: framalibre
|
|
85
|
+ - name: semantic scholar
|
|
86
|
+ - name: spotify
|
|
87
|
+ - name: subtitleseeker
|
|
88
|
+ #- name: startpage
|
|
89
|
+ #- name: ixquick
|
|
90
|
+ #- name: swisscows
|
|
91
|
+ #- name: tokyotoshokan
|
|
92
|
+ - name: torrentz
|
|
93
|
+ - name: twitter
|
|
94
|
+ #- name: yahoo
|
|
95
|
+ #- name: yandex
|
|
96
|
+ - name: yahoo news
|
|
97
|
+ - name: youtube
|
|
98
|
+ - name: dailymotion
|
|
99
|
+ - name: vimeo
|
|
100
|
+ - name: wolframalpha
|
|
101
|
+ #- name: seedpeer
|
|
102
|
+ - name: dictzone
|
|
103
|
+ #- name: mymemory translated
|
|
104
|
+ #- name: voat
|
|
105
|
+ #- name: 1337x
|
9
|
106
|
|
10
|
107
|
server:
|
11
|
108
|
port : 8888
|
|
@@ -43,722 +140,3 @@ outgoing: # communication with search engines
|
43
|
140
|
# source_ips:
|
44
|
141
|
# - 1.1.1.1
|
45
|
142
|
# - 1.1.1.2
|
46
|
|
-
|
47
|
|
-engines:
|
48
|
|
- - name : arch linux wiki
|
49
|
|
- engine : archlinux
|
50
|
|
- shortcut : al
|
51
|
|
-
|
52
|
|
- - name : archive is
|
53
|
|
- engine : xpath
|
54
|
|
- search_url : https://archive.is/{query}
|
55
|
|
- url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
|
56
|
|
- title_xpath : (//div[@class="TEXT-BLOCK"]/a)
|
57
|
|
- content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
|
58
|
|
- categories : general
|
59
|
|
- timeout : 7.0
|
60
|
|
- disabled : True
|
61
|
|
- shortcut : ai
|
62
|
|
-
|
63
|
|
- - name : arxiv
|
64
|
|
- engine : arxiv
|
65
|
|
- shortcut : arx
|
66
|
|
- categories : science
|
67
|
|
- timeout : 4.0
|
68
|
|
-
|
69
|
|
- - name : asksteem
|
70
|
|
- engine : asksteem
|
71
|
|
- shortcut : as
|
72
|
|
-
|
73
|
|
- - name : base
|
74
|
|
- engine : base
|
75
|
|
- shortcut : bs
|
76
|
|
-
|
77
|
|
- - name : wikipedia
|
78
|
|
- engine : wikipedia
|
79
|
|
- shortcut : wp
|
80
|
|
- base_url : 'https://{language}.wikipedia.org/'
|
81
|
|
-
|
82
|
|
- - name : bing
|
83
|
|
- engine : bing
|
84
|
|
- shortcut : bi
|
85
|
|
-
|
86
|
|
- - name : bing images
|
87
|
|
- engine : bing_images
|
88
|
|
- shortcut : bii
|
89
|
|
-
|
90
|
|
- - name : bing news
|
91
|
|
- engine : bing_news
|
92
|
|
- shortcut : bin
|
93
|
|
-
|
94
|
|
- - name : bing videos
|
95
|
|
- engine : bing_videos
|
96
|
|
- shortcut : biv
|
97
|
|
-
|
98
|
|
- - name : bitbucket
|
99
|
|
- engine : xpath
|
100
|
|
- paging : True
|
101
|
|
- search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
|
102
|
|
- url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
|
103
|
|
- title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
|
104
|
|
- content_xpath : //article[@class="repo-summary"]/p
|
105
|
|
- categories : it
|
106
|
|
- timeout : 4.0
|
107
|
|
- disabled : True
|
108
|
|
- shortcut : bb
|
109
|
|
-
|
110
|
|
- - name : ccc-tv
|
111
|
|
- engine : xpath
|
112
|
|
- paging : False
|
113
|
|
- search_url : https://media.ccc.de/search/?q={query}
|
114
|
|
- url_xpath : //div[@class="caption"]/h3/a/@href
|
115
|
|
- title_xpath : //div[@class="caption"]/h3/a/text()
|
116
|
|
- content_xpath : //div[@class="caption"]/h4/@title
|
117
|
|
- categories : videos
|
118
|
|
- disabled : True
|
119
|
|
- shortcut : c3tv
|
120
|
|
-
|
121
|
|
- - name : crossref
|
122
|
|
- engine : json_engine
|
123
|
|
- paging : True
|
124
|
|
- search_url : http://search.crossref.org/dois?q={query}&page={pageno}
|
125
|
|
- url_query : doi
|
126
|
|
- title_query : title
|
127
|
|
- content_query : fullCitation
|
128
|
|
- categories : science
|
129
|
|
- shortcut : cr
|
130
|
|
-
|
131
|
|
- - name : currency
|
132
|
|
- engine : currency_convert
|
133
|
|
- categories : general
|
134
|
|
- shortcut : cc
|
135
|
|
-
|
136
|
|
- - name : deezer
|
137
|
|
- engine : deezer
|
138
|
|
- shortcut : dz
|
139
|
|
-
|
140
|
|
- - name : deviantart
|
141
|
|
- engine : deviantart
|
142
|
|
- shortcut : da
|
143
|
|
- timeout: 3.0
|
144
|
|
-
|
145
|
|
- - name : ddg definitions
|
146
|
|
- engine : duckduckgo_definitions
|
147
|
|
- shortcut : ddd
|
148
|
|
- weight : 2
|
149
|
|
- disabled : True
|
150
|
|
-
|
151
|
|
- - name : digbt
|
152
|
|
- engine : digbt
|
153
|
|
- shortcut : dbt
|
154
|
|
- timeout : 6.0
|
155
|
|
- disabled : True
|
156
|
|
-
|
157
|
|
- - name : digg
|
158
|
|
- engine : digg
|
159
|
|
- shortcut : dg
|
160
|
|
-
|
161
|
|
- - name : erowid
|
162
|
|
- engine : xpath
|
163
|
|
- paging : True
|
164
|
|
- first_page_num : 0
|
165
|
|
- page_size : 30
|
166
|
|
- search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
|
167
|
|
- url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
|
168
|
|
- title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
|
169
|
|
- content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
|
170
|
|
- categories : general
|
171
|
|
- shortcut : ew
|
172
|
|
- disabled : True
|
173
|
|
-
|
174
|
|
- - name : wikidata
|
175
|
|
- engine : wikidata
|
176
|
|
- shortcut : wd
|
177
|
|
- timeout : 3.0
|
178
|
|
- weight : 2
|
179
|
|
-
|
180
|
|
- - name : duckduckgo
|
181
|
|
- engine : duckduckgo
|
182
|
|
- shortcut : ddg
|
183
|
|
- disabled : True
|
184
|
|
-
|
185
|
|
- - name : duckduckgo images
|
186
|
|
- engine : duckduckgo_images
|
187
|
|
- shortcut : ddi
|
188
|
|
- timeout: 3.0
|
189
|
|
- disabled : True
|
190
|
|
-
|
191
|
|
- - name : etymonline
|
192
|
|
- engine : xpath
|
193
|
|
- paging : True
|
194
|
|
- search_url : http://etymonline.com/?search={query}&p={pageno}
|
195
|
|
- url_xpath : //dt/a[1]/@href
|
196
|
|
- title_xpath : //dt
|
197
|
|
- content_xpath : //dd
|
198
|
|
- suggestion_xpath : //a[@class="crossreference"]
|
199
|
|
- first_page_num : 0
|
200
|
|
- shortcut : et
|
201
|
|
- disabled : True
|
202
|
|
-
|
203
|
|
- - name : faroo
|
204
|
|
- engine : faroo
|
205
|
|
- shortcut : fa
|
206
|
|
- disabled : True
|
207
|
|
-
|
208
|
|
- - name : 500px
|
209
|
|
- engine : www500px
|
210
|
|
- shortcut : px
|
211
|
|
-
|
212
|
|
- - name : 1x
|
213
|
|
- engine : www1x
|
214
|
|
- shortcut : 1x
|
215
|
|
- disabled : True
|
216
|
|
-
|
217
|
|
- - name : fdroid
|
218
|
|
- engine : fdroid
|
219
|
|
- shortcut : fd
|
220
|
|
- disabled : True
|
221
|
|
-
|
222
|
|
- - name : findx
|
223
|
|
- engine : findx
|
224
|
|
- shortcut : fx
|
225
|
|
- categories : general
|
226
|
|
- disabled : True
|
227
|
|
-
|
228
|
|
- - name : findx images
|
229
|
|
- engine : findx
|
230
|
|
- shortcut : fxi
|
231
|
|
- categories : images
|
232
|
|
- disabled : True
|
233
|
|
-
|
234
|
|
- - name : findx videos
|
235
|
|
- engine : findx
|
236
|
|
- shortcut : fxv
|
237
|
|
- categories : videos
|
238
|
|
- disabled : True
|
239
|
|
-
|
240
|
|
- - name : flickr
|
241
|
|
- categories : images
|
242
|
|
- shortcut : fl
|
243
|
|
-# You can use the engine using the official stable API, but you need an API key
|
244
|
|
-# See : https://www.flickr.com/services/apps/create/
|
245
|
|
-# engine : flickr
|
246
|
|
-# api_key: 'apikey' # required!
|
247
|
|
-# Or you can use the html non-stable engine, activated by default
|
248
|
|
- engine : flickr_noapi
|
249
|
|
-
|
250
|
|
- - name : free software directory
|
251
|
|
- engine : mediawiki
|
252
|
|
- shortcut : fsd
|
253
|
|
- categories : it
|
254
|
|
- base_url : https://directory.fsf.org/
|
255
|
|
- number_of_results : 5
|
256
|
|
-# what part of a page matches the query string: title, text, nearmatch
|
257
|
|
-# title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
|
258
|
|
- search_type : title
|
259
|
|
- timeout : 5.0
|
260
|
|
- disabled : True
|
261
|
|
-
|
262
|
|
- - name : frinkiac
|
263
|
|
- engine : frinkiac
|
264
|
|
- shortcut : frk
|
265
|
|
- disabled : True
|
266
|
|
-
|
267
|
|
- - name : genius
|
268
|
|
- engine : genius
|
269
|
|
- shortcut : gen
|
270
|
|
-
|
271
|
|
- - name : gigablast
|
272
|
|
- engine : gigablast
|
273
|
|
- shortcut : gb
|
274
|
|
- timeout : 3.0
|
275
|
|
- disabled: True
|
276
|
|
-
|
277
|
|
- - name : gitlab
|
278
|
|
- engine : json_engine
|
279
|
|
- paging : True
|
280
|
|
- search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
|
281
|
|
- url_query : web_url
|
282
|
|
- title_query : name_with_namespace
|
283
|
|
- content_query : description
|
284
|
|
- page_size : 20
|
285
|
|
- categories : it
|
286
|
|
- shortcut : gl
|
287
|
|
- timeout : 10.0
|
288
|
|
- disabled : True
|
289
|
|
-
|
290
|
|
- - name : github
|
291
|
|
- engine : github
|
292
|
|
- shortcut : gh
|
293
|
|
-
|
294
|
|
- - name : google
|
295
|
|
- engine : google
|
296
|
|
- shortcut : go
|
297
|
|
-
|
298
|
|
- - name : google images
|
299
|
|
- engine : google_images
|
300
|
|
- shortcut : goi
|
301
|
|
-
|
302
|
|
- - name : google news
|
303
|
|
- engine : google_news
|
304
|
|
- shortcut : gon
|
305
|
|
-
|
306
|
|
- - name : google videos
|
307
|
|
- engine : google_videos
|
308
|
|
- shortcut : gov
|
309
|
|
-
|
310
|
|
- - name : google scholar
|
311
|
|
- engine : xpath
|
312
|
|
- paging : True
|
313
|
|
- search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
|
314
|
|
- results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"]
|
315
|
|
- url_xpath : .//h3/a/@href
|
316
|
|
- title_xpath : .//h3/a
|
317
|
|
- content_xpath : .//div[@class="gs_rs"]
|
318
|
|
- suggestion_xpath : //div[@id="gs_qsuggest"]/ul/li
|
319
|
|
- page_size : 10
|
320
|
|
- first_page_num : 0
|
321
|
|
- categories : science
|
322
|
|
- shortcut : gos
|
323
|
|
-
|
324
|
|
- - name : google play apps
|
325
|
|
- engine : xpath
|
326
|
|
- search_url : https://play.google.com/store/search?q={query}&c=apps
|
327
|
|
- url_xpath : //a[@class="title"]/@href
|
328
|
|
- title_xpath : //a[@class="title"]
|
329
|
|
- content_xpath : //a[@class="subtitle"]
|
330
|
|
- categories : files
|
331
|
|
- shortcut : gpa
|
332
|
|
- disabled : True
|
333
|
|
-
|
334
|
|
- - name : google play movies
|
335
|
|
- engine : xpath
|
336
|
|
- search_url : https://play.google.com/store/search?q={query}&c=movies
|
337
|
|
- url_xpath : //a[@class="title"]/@href
|
338
|
|
- title_xpath : //a[@class="title"]/@title
|
339
|
|
- content_xpath : //a[contains(@class, "subtitle")]
|
340
|
|
- categories : videos
|
341
|
|
- shortcut : gpm
|
342
|
|
- disabled : True
|
343
|
|
-
|
344
|
|
- - name : google play music
|
345
|
|
- engine : xpath
|
346
|
|
- search_url : https://play.google.com/store/search?q={query}&c=music
|
347
|
|
- url_xpath : //a[@class="title"]/@href
|
348
|
|
- title_xpath : //a[@class="title"]
|
349
|
|
- content_xpath : //a[@class="subtitle"]
|
350
|
|
- categories : music
|
351
|
|
- shortcut : gps
|
352
|
|
- disabled : True
|
353
|
|
-
|
354
|
|
- - name : geektimes
|
355
|
|
- engine : xpath
|
356
|
|
- paging : True
|
357
|
|
- search_url : https://geektimes.ru/search/page{pageno}/?q={query}
|
358
|
|
- url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
|
359
|
|
- title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
|
360
|
|
- content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
|
361
|
|
- categories : it
|
362
|
|
- timeout : 4.0
|
363
|
|
- disabled : True
|
364
|
|
- shortcut : gt
|
365
|
|
-
|
366
|
|
- - name : habrahabr
|
367
|
|
- engine : xpath
|
368
|
|
- paging : True
|
369
|
|
- search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
|
370
|
|
- url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
|
371
|
|
- title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
|
372
|
|
- content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
|
373
|
|
- categories : it
|
374
|
|
- timeout : 4.0
|
375
|
|
- disabled : True
|
376
|
|
- shortcut : habr
|
377
|
|
-
|
378
|
|
- - name : hoogle
|
379
|
|
- engine : json_engine
|
380
|
|
- paging : True
|
381
|
|
- search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
|
382
|
|
- results_query : results
|
383
|
|
- url_query : location
|
384
|
|
- title_query : self
|
385
|
|
- content_query : docs
|
386
|
|
- page_size : 20
|
387
|
|
- categories : it
|
388
|
|
- shortcut : ho
|
389
|
|
-
|
390
|
|
- - name : ina
|
391
|
|
- engine : ina
|
392
|
|
- shortcut : in
|
393
|
|
- timeout : 6.0
|
394
|
|
- disabled : True
|
395
|
|
-
|
396
|
|
- - name: kickass
|
397
|
|
- engine : kickass
|
398
|
|
- shortcut : kc
|
399
|
|
- timeout : 4.0
|
400
|
|
- disabled : True
|
401
|
|
-
|
402
|
|
- - name : library genesis
|
403
|
|
- engine : xpath
|
404
|
|
- search_url : http://libgen.io/search.php?req={query}
|
405
|
|
- url_xpath : //a[contains(@href,"bookfi.net")]/@href
|
406
|
|
- title_xpath : //a[contains(@href,"book/")]/text()[1]
|
407
|
|
- content_xpath : //td/a[1][contains(@href,"=author")]/text()
|
408
|
|
- categories : general
|
409
|
|
- timeout : 7.0
|
410
|
|
- disabled : True
|
411
|
|
- shortcut : lg
|
412
|
|
-
|
413
|
|
- - name : lobste.rs
|
414
|
|
- engine : xpath
|
415
|
|
- search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
|
416
|
|
- results_xpath : //li[contains(@class, "story")]
|
417
|
|
- url_xpath : .//span[@class="link"]/a/@href
|
418
|
|
- title_xpath : .//span[@class="link"]/a
|
419
|
|
- content_xpath : .//a[@class="domain"]
|
420
|
|
- categories : it
|
421
|
|
- shortcut : lo
|
422
|
|
-
|
423
|
|
- - name : microsoft academic
|
424
|
|
- engine : microsoft_academic
|
425
|
|
- categories : science
|
426
|
|
- shortcut : ma
|
427
|
|
-
|
428
|
|
- - name : mixcloud
|
429
|
|
- engine : mixcloud
|
430
|
|
- shortcut : mc
|
431
|
|
-
|
432
|
|
- - name : nyaa
|
433
|
|
- engine : nyaa
|
434
|
|
- shortcut : nt
|
435
|
|
- disabled : True
|
436
|
|
-
|
437
|
|
- - name : openairedatasets
|
438
|
|
- engine : json_engine
|
439
|
|
- paging : True
|
440
|
|
- search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
|
441
|
|
- results_query : response/results/result
|
442
|
|
- url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
|
443
|
|
- title_query : metadata/oaf:entity/oaf:result/title/$
|
444
|
|
- content_query : metadata/oaf:entity/oaf:result/description/$
|
445
|
|
- categories : science
|
446
|
|
- shortcut : oad
|
447
|
|
- timeout: 5.0
|
448
|
|
-
|
449
|
|
- - name : openairepublications
|
450
|
|
- engine : json_engine
|
451
|
|
- paging : True
|
452
|
|
- search_url : http://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
|
453
|
|
- results_query : response/results/result
|
454
|
|
- url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
|
455
|
|
- title_query : metadata/oaf:entity/oaf:result/title/$
|
456
|
|
- content_query : metadata/oaf:entity/oaf:result/description/$
|
457
|
|
- categories : science
|
458
|
|
- shortcut : oap
|
459
|
|
- timeout: 5.0
|
460
|
|
-
|
461
|
|
- - name : openstreetmap
|
462
|
|
- engine : openstreetmap
|
463
|
|
- shortcut : osm
|
464
|
|
-
|
465
|
|
- - name : openrepos
|
466
|
|
- engine : xpath
|
467
|
|
- paging : True
|
468
|
|
- search_url : https://openrepos.net/search/node/{query}?page={pageno}
|
469
|
|
- url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
|
470
|
|
- title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
|
471
|
|
- content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
|
472
|
|
- categories : files
|
473
|
|
- timeout : 4.0
|
474
|
|
- disabled : True
|
475
|
|
- shortcut : or
|
476
|
|
-
|
477
|
|
- - name : pdbe
|
478
|
|
- engine : pdbe
|
479
|
|
- shortcut : pdb
|
480
|
|
-# Hide obsolete PDB entries.
|
481
|
|
-# Default is not to hide obsolete structures
|
482
|
|
-# hide_obsolete : False
|
483
|
|
-
|
484
|
|
- - name : photon
|
485
|
|
- engine : photon
|
486
|
|
- shortcut : ph
|
487
|
|
-
|
488
|
|
- - name : piratebay
|
489
|
|
- engine : piratebay
|
490
|
|
- shortcut : tpb
|
491
|
|
- url: https://pirateproxy.red/
|
492
|
|
- timeout : 3.0
|
493
|
|
-
|
494
|
|
- - name : pubmed
|
495
|
|
- engine : pubmed
|
496
|
|
- shortcut : pub
|
497
|
|
- categories: science
|
498
|
|
- timeout : 3.0
|
499
|
|
-
|
500
|
|
- - name : qwant
|
501
|
|
- engine : qwant
|
502
|
|
- shortcut : qw
|
503
|
|
- categories : general
|
504
|
|
- disabled : True
|
505
|
|
-
|
506
|
|
- - name : qwant images
|
507
|
|
- engine : qwant
|
508
|
|
- shortcut : qwi
|
509
|
|
- categories : images
|
510
|
|
-
|
511
|
|
- - name : qwant news
|
512
|
|
- engine : qwant
|
513
|
|
- shortcut : qwn
|
514
|
|
- categories : news
|
515
|
|
-
|
516
|
|
- - name : qwant social
|
517
|
|
- engine : qwant
|
518
|
|
- shortcut : qws
|
519
|
|
- categories : social media
|
520
|
|
-
|
521
|
|
- - name : reddit
|
522
|
|
- engine : reddit
|
523
|
|
- shortcut : re
|
524
|
|
- page_size : 25
|
525
|
|
- timeout : 10.0
|
526
|
|
- disabled : True
|
527
|
|
-
|
528
|
|
- - name : scanr structures
|
529
|
|
- shortcut: scs
|
530
|
|
- engine : scanr_structures
|
531
|
|
- disabled : True
|
532
|
|
-
|
533
|
|
- - name : soundcloud
|
534
|
|
- engine : soundcloud
|
535
|
|
- shortcut : sc
|
536
|
|
-
|
537
|
|
- - name : stackoverflow
|
538
|
|
- engine : stackoverflow
|
539
|
|
- shortcut : st
|
540
|
|
-
|
541
|
|
- - name : searchcode doc
|
542
|
|
- engine : searchcode_doc
|
543
|
|
- shortcut : scd
|
544
|
|
-
|
545
|
|
- - name : searchcode code
|
546
|
|
- engine : searchcode_code
|
547
|
|
- shortcut : scc
|
548
|
|
- disabled : True
|
549
|
|
-
|
550
|
|
- - name : framalibre
|
551
|
|
- engine : framalibre
|
552
|
|
- shortcut : frl
|
553
|
|
- disabled : True
|
554
|
|
-
|
555
|
|
-# - name : searx
|
556
|
|
-# engine : searx_engine
|
557
|
|
-# shortcut : se
|
558
|
|
-# instance_urls :
|
559
|
|
-# - http://127.0.0.1:8888/
|
560
|
|
-# - ...
|
561
|
|
-# disabled : True
|
562
|
|
-
|
563
|
|
- - name : semantic scholar
|
564
|
|
- engine : xpath
|
565
|
|
- paging : True
|
566
|
|
- search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
|
567
|
|
- results_xpath : //article
|
568
|
|
- url_xpath : .//div[@class="search-result-title"]/a/@href
|
569
|
|
- title_xpath : .//div[@class="search-result-title"]/a
|
570
|
|
- content_xpath : .//div[@class="search-result-abstract"]
|
571
|
|
- shortcut : se
|
572
|
|
- categories : science
|
573
|
|
-
|
574
|
|
- - name : spotify
|
575
|
|
- engine : spotify
|
576
|
|
- shortcut : stf
|
577
|
|
-
|
578
|
|
- - name : subtitleseeker
|
579
|
|
- engine : subtitleseeker
|
580
|
|
- shortcut : ss
|
581
|
|
-# The language is an option. You can put any language written in english
|
582
|
|
-# Examples : English, French, German, Hungarian, Chinese...
|
583
|
|
-# language : English
|
584
|
|
-
|
585
|
|
- - name : startpage
|
586
|
|
- engine : startpage
|
587
|
|
- shortcut : sp
|
588
|
|
- timeout : 6.0
|
589
|
|
- disabled : True
|
590
|
|
-
|
591
|
|
- - name : ixquick
|
592
|
|
- engine : startpage
|
593
|
|
- base_url : 'https://www.ixquick.eu/'
|
594
|
|
- search_url : 'https://www.ixquick.eu/do/search'
|
595
|
|
- shortcut : iq
|
596
|
|
- timeout : 6.0
|
597
|
|
- disabled : True
|
598
|
|
-
|
599
|
|
- - name : swisscows
|
600
|
|
- engine : swisscows
|
601
|
|
- shortcut : sw
|
602
|
|
- disabled : True
|
603
|
|
-
|
604
|
|
- - name : tokyotoshokan
|
605
|
|
- engine : tokyotoshokan
|
606
|
|
- shortcut : tt
|
607
|
|
- timeout : 6.0
|
608
|
|
- disabled : True
|
609
|
|
-
|
610
|
|
- - name : torrentz
|
611
|
|
- engine : torrentz
|
612
|
|
- shortcut : tor
|
613
|
|
- url: https://torrentz2.eu/
|
614
|
|
- timeout : 3.0
|
615
|
|
-
|
616
|
|
- - name : twitter
|
617
|
|
- engine : twitter
|
618
|
|
- shortcut : tw
|
619
|
|
-
|
620
|
|
-# maybe in a fun category
|
621
|
|
-# - name : uncyclopedia
|
622
|
|
-# engine : mediawiki
|
623
|
|
-# shortcut : unc
|
624
|
|
-# base_url : https://uncyclopedia.wikia.com/
|
625
|
|
-# number_of_results : 5
|
626
|
|
-
|
627
|
|
-# tmp suspended - too slow, too many errors
|
628
|
|
-# - name : urbandictionary
|
629
|
|
-# engine : xpath
|
630
|
|
-# search_url : http://www.urbandictionary.com/define.php?term={query}
|
631
|
|
-# url_xpath : //*[@class="word"]/@href
|
632
|
|
-# title_xpath : //*[@class="def-header"]
|
633
|
|
-# content_xpath : //*[@class="meaning"]
|
634
|
|
-# shortcut : ud
|
635
|
|
-
|
636
|
|
- - name : yahoo
|
637
|
|
- engine : yahoo
|
638
|
|
- shortcut : yh
|
639
|
|
- disabled : True
|
640
|
|
-
|
641
|
|
- - name : yandex
|
642
|
|
- engine : yandex
|
643
|
|
- shortcut : yn
|
644
|
|
- disabled : True
|
645
|
|
-
|
646
|
|
- - name : yahoo news
|
647
|
|
- engine : yahoo_news
|
648
|
|
- shortcut : yhn
|
649
|
|
-
|
650
|
|
- - name : youtube
|
651
|
|
- shortcut : yt
|
652
|
|
- # You can use the engine using the official stable API, but you need an API key
|
653
|
|
- # See : https://console.developers.google.com/project
|
654
|
|
- # engine : youtube_api
|
655
|
|
- # api_key: 'apikey' # required!
|
656
|
|
- # Or you can use the html non-stable engine, activated by default
|
657
|
|
- engine : youtube_noapi
|
658
|
|
-
|
659
|
|
- - name : dailymotion
|
660
|
|
- engine : dailymotion
|
661
|
|
- shortcut : dm
|
662
|
|
-
|
663
|
|
- - name : vimeo
|
664
|
|
- engine : vimeo
|
665
|
|
- shortcut : vm
|
666
|
|
-
|
667
|
|
- - name : wolframalpha
|
668
|
|
- shortcut : wa
|
669
|
|
- # You can use the engine using the official stable API, but you need an API key
|
670
|
|
- # See : http://products.wolframalpha.com/api/
|
671
|
|
- # engine : wolframalpha_api
|
672
|
|
- # api_key: '' # required!
|
673
|
|
- engine : wolframalpha_noapi
|
674
|
|
- timeout: 6.0
|
675
|
|
- categories : science
|
676
|
|
-
|
677
|
|
- - name : seedpeer
|
678
|
|
- engine : seedpeer
|
679
|
|
- shortcut: speu
|
680
|
|
- categories: files, music, videos
|
681
|
|
- disabled: True
|
682
|
|
-
|
683
|
|
- - name : dictzone
|
684
|
|
- engine : dictzone
|
685
|
|
- shortcut : dc
|
686
|
|
-
|
687
|
|
- - name : mymemory translated
|
688
|
|
- engine : translated
|
689
|
|
- shortcut : tl
|
690
|
|
- timeout : 5.0
|
691
|
|
- disabled : True
|
692
|
|
- # You can use without an API key, but you are limited to 1000 words/day
|
693
|
|
- # See : http://mymemory.translated.net/doc/usagelimits.php
|
694
|
|
- # api_key : ''
|
695
|
|
-
|
696
|
|
- - name : voat
|
697
|
|
- engine: xpath
|
698
|
|
- shortcut: vo
|
699
|
|
- categories: social media
|
700
|
|
- search_url : https://searchvoat.co/?t={query}
|
701
|
|
- url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href
|
702
|
|
- title_xpath : //div[@class="entry"]/p/a[@class="title"]
|
703
|
|
- content_xpath : //div[@class="entry"]/p/span[@class="domain"]
|
704
|
|
- timeout : 10.0
|
705
|
|
- disabled : True
|
706
|
|
-
|
707
|
|
- - name : 1337x
|
708
|
|
- engine : 1337x
|
709
|
|
- shortcut : 1337x
|
710
|
|
- disabled : True
|
711
|
|
-
|
712
|
|
-# - name : yacy
|
713
|
|
-# engine : yacy
|
714
|
|
-# shortcut : ya
|
715
|
|
-# base_url : 'http://localhost:8090'
|
716
|
|
-# number_of_results : 5
|
717
|
|
-# timeout : 3.0
|
718
|
|
-
|
719
|
|
-# Doku engine lets you access to any Doku wiki instance:
|
720
|
|
-# A public one or a privete/corporate one.
|
721
|
|
-# - name : ubuntuwiki
|
722
|
|
-# engine : doku
|
723
|
|
-# shortcut : uw
|
724
|
|
-# base_url : 'http://doc.ubuntu-fr.org'
|
725
|
|
-
|
726
|
|
-locales:
|
727
|
|
- en : English
|
728
|
|
- ar : العَرَبِيَّة (Arabic)
|
729
|
|
- bg : Български (Bulgarian)
|
730
|
|
- cs : Čeština (Czech)
|
731
|
|
- da : Dansk (Danish)
|
732
|
|
- de : Deutsch (German)
|
733
|
|
- el_GR : Ελληνικά (Greek_Greece)
|
734
|
|
- eo : Esperanto (Esperanto)
|
735
|
|
- es : Español (Spanish)
|
736
|
|
- fi : Suomi (Finnish)
|
737
|
|
- fil : Wikang Filipino (Filipino)
|
738
|
|
- fr : Français (French)
|
739
|
|
- he : עברית (Hebrew)
|
740
|
|
- hr : Hrvatski (Croatian)
|
741
|
|
- hu : Magyar (Hungarian)
|
742
|
|
- it : Italiano (Italian)
|
743
|
|
- ja : 日本語 (Japanese)
|
744
|
|
- nl : Nederlands (Dutch)
|
745
|
|
- pl : Polszczyzna (Polish)
|
746
|
|
- pt : Português (Portuguese)
|
747
|
|
- pt_BR : Português (Portuguese_Brazil)
|
748
|
|
- ro : Română (Romanian)
|
749
|
|
- ru : Русский (Russian)
|
750
|
|
- sk : Slovenčina (Slovak)
|
751
|
|
- sl : Slovenski (Slovene)
|
752
|
|
- sr : српски (Serbian)
|
753
|
|
- sv : Svenska (Swedish)
|
754
|
|
- tr : Türkçe (Turkish)
|
755
|
|
- uk : українська мова (Ukrainian)
|
756
|
|
- zh : 中文 (Chinese)
|
757
|
|
- zh_TW : 國語 (Taiwanese Mandarin)
|
758
|
|
-
|
759
|
|
-doi_resolvers :
|
760
|
|
- oadoi.org : 'https://oadoi.org/'
|
761
|
|
- doi.org : 'https://doi.org/'
|
762
|
|
- doai.io : 'http://doai.io/'
|
763
|
|
-
|
764
|
|
-default_doi_resolver : 'oadoi.org'
|