|
@@ -2,7 +2,7 @@ server:
|
2
|
2
|
port : 8888
|
3
|
3
|
secret_key : "ultrasecretkey" # change this!
|
4
|
4
|
debug : True
|
5
|
|
- request_timeout : 1.8 # seconds
|
|
5
|
+ request_timeout : 2.0 # seconds
|
6
|
6
|
base_url : False
|
7
|
7
|
|
8
|
8
|
engines:
|
|
@@ -93,6 +93,12 @@ engines:
|
93
|
93
|
categories : social media
|
94
|
94
|
shortcut : tw
|
95
|
95
|
|
|
96
|
+ - name : uncyclopedia
|
|
97
|
+ engine : mediawiki
|
|
98
|
+ categories : general
|
|
99
|
+ shortcut : unc
|
|
100
|
+ url : https://uncyclopedia.wikia.com/
|
|
101
|
+
|
96
|
102
|
- name : urbandictionary
|
97
|
103
|
engine : xpath
|
98
|
104
|
search_url : http://www.urbandictionary.com/define.php?term={query}
|