|
@@ -5,6 +5,7 @@ number_of_results = 1
|
5
|
5
|
|
6
|
6
|
[bing]
|
7
|
7
|
engine = bing
|
|
8
|
+language = en-us
|
8
|
9
|
|
9
|
10
|
[deviantart]
|
10
|
11
|
engine = deviantart
|
|
@@ -47,6 +48,13 @@ engine = startpage
|
47
|
48
|
engine = twitter
|
48
|
49
|
categories = social media
|
49
|
50
|
|
|
51
|
+[urbandictionary]
|
|
52
|
+engine = xpath
|
|
53
|
+search_url = http://www.urbandictionary.com/define.php?term={query}
|
|
54
|
+url_xpath = //div[@id="entries"]//div[@class="word"]//a
|
|
55
|
+title_xpath = //div[@id="entries"]//div[@class="word"]//span//text()
|
|
56
|
+content_xpath = //div[@id="entries"]//div[@class="text"]//div[@class="definition"]//text()
|
|
57
|
+
|
50
|
58
|
[yahoo]
|
51
|
59
|
engine = xpath
|
52
|
60
|
search_url = http://search.yahoo.com/search?p={query}
|