Browse Source

[enh] urbandictionary xpath engine added

asciimoo 11 years ago
parent
commit
43f5fcea80
1 changed files with 8 additions and 0 deletions
  1. 8 0
      engines.cfg_sample

+ 8 - 0
engines.cfg_sample

@@ -5,6 +5,7 @@ number_of_results = 1
 
 [bing]
 engine = bing
+language = en-us
 
 [deviantart]
 engine = deviantart
@@ -47,6 +48,13 @@ engine = startpage
 engine = twitter
 categories = social media
 
+[urbandictionary]
+engine        = xpath
+search_url    = http://www.urbandictionary.com/define.php?term={query}
+url_xpath     = //div[@id="entries"]//div[@class="word"]//a
+title_xpath   = //div[@id="entries"]//div[@class="word"]//span//text()
+content_xpath = //div[@id="entries"]//div[@class="text"]//div[@class="definition"]//text()
+
 [yahoo]
 engine        = xpath
 search_url    = http://search.yahoo.com/search?p={query}