|
@@ -10,60 +10,75 @@ engines:
|
10
|
10
|
engine : wikipedia
|
11
|
11
|
number_of_results : 1
|
12
|
12
|
paging : False
|
|
13
|
+ shortcut : wi
|
13
|
14
|
|
14
|
15
|
- name : bing
|
15
|
16
|
engine : bing
|
16
|
17
|
locale : en-US
|
|
18
|
+ shortcut : bi
|
17
|
19
|
|
18
|
20
|
- name : currency
|
19
|
21
|
engine : currency_convert
|
20
|
22
|
categories : general
|
|
23
|
+ shortcut : cc
|
21
|
24
|
|
22
|
25
|
- name : deviantart
|
23
|
26
|
engine : deviantart
|
24
|
27
|
categories : images
|
|
28
|
+ shortcut : da
|
25
|
29
|
|
26
|
30
|
- name : ddg definitions
|
27
|
31
|
engine : duckduckgo_definitions
|
|
32
|
+ shortcut : ddd
|
28
|
33
|
|
29
|
34
|
- name : duckduckgo
|
30
|
35
|
engine : duckduckgo
|
31
|
36
|
locale : en-us
|
|
37
|
+ shortcut : ddg
|
32
|
38
|
|
33
|
39
|
- name : filecrop
|
34
|
40
|
engine : filecrop
|
35
|
41
|
categories : files
|
|
42
|
+ shortcut : fc
|
36
|
43
|
|
37
|
44
|
- name : flickr
|
38
|
45
|
engine : flickr
|
39
|
46
|
categories : images
|
|
47
|
+ shortcut : fl
|
40
|
48
|
|
41
|
49
|
- name : github
|
42
|
50
|
engine : github
|
43
|
51
|
categories : it
|
|
52
|
+ shortcut : gi
|
44
|
53
|
|
45
|
54
|
- name : google
|
46
|
55
|
engine : google
|
|
56
|
+ shortcut : go
|
47
|
57
|
|
48
|
58
|
- name : google images
|
49
|
59
|
engine : google_images
|
|
60
|
+ shortcut : goi
|
50
|
61
|
|
51
|
62
|
- name : piratebay
|
52
|
63
|
engine : piratebay
|
53
|
64
|
categories : videos, music, files
|
|
65
|
+ shortcut : tpb
|
54
|
66
|
|
55
|
67
|
- name : soundcloud
|
56
|
68
|
engine : soundcloud
|
57
|
69
|
categories : music
|
|
70
|
+ shortcut : sc
|
58
|
71
|
|
59
|
72
|
- name : stackoverflow
|
60
|
73
|
engine : stackoverflow
|
61
|
74
|
categories : it
|
|
75
|
+ shortcut : st
|
62
|
76
|
|
63
|
77
|
- name : startpage
|
64
|
78
|
engine : startpage
|
65
|
79
|
base_url : 'https://startpage.com/'
|
66
|
80
|
search_url : 'https://startpage.com/do/search'
|
|
81
|
+ shortcut : sp
|
67
|
82
|
|
68
|
83
|
# +30% page load time
|
69
|
84
|
# - name : ixquick
|
|
@@ -74,6 +89,7 @@ engines:
|
74
|
89
|
- name : twitter
|
75
|
90
|
engine : twitter
|
76
|
91
|
categories : social media
|
|
92
|
+ shortcut : tw
|
77
|
93
|
|
78
|
94
|
- name : urbandictionary
|
79
|
95
|
engine : xpath
|
|
@@ -81,18 +97,22 @@ engines:
|
81
|
97
|
url_xpath : //div[@class="word"]//a/@href
|
82
|
98
|
title_xpath : //div[@class="word"]//a
|
83
|
99
|
content_xpath : //div[@class="definition"]
|
|
100
|
+ shortcut : ud
|
84
|
101
|
|
85
|
102
|
- name : yahoo
|
86
|
103
|
engine : yahoo
|
|
104
|
+ shortcut : yh
|
87
|
105
|
|
88
|
106
|
- name : youtube
|
89
|
107
|
engine : youtube
|
90
|
108
|
categories : videos
|
|
109
|
+ shortcut : yt
|
91
|
110
|
|
92
|
111
|
- name : dailymotion
|
93
|
112
|
engine : dailymotion
|
94
|
113
|
locale : en_US
|
95
|
114
|
categories : videos
|
|
115
|
+ shortcut : dm
|
96
|
116
|
|
97
|
117
|
- name : vimeo
|
98
|
118
|
engine : vimeo
|
|
@@ -101,6 +121,7 @@ engines:
|
101
|
121
|
url_xpath : ./a/@href
|
102
|
122
|
title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
|
103
|
123
|
content_xpath : ./a/img/@src
|
|
124
|
+ shortcut : vm
|
104
|
125
|
|
105
|
126
|
locales:
|
106
|
127
|
en : English
|