engines.cfg_sample 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. [wikipedia]
  2. engine = mediawiki
  3. url = https://en.wikipedia.org/
  4. number_of_results = 1
  5. [bing]
  6. engine = bing
  7. locale = en-US
  8. [cc]
  9. engine=currency_convert
  10. categories = general
  11. [deviantart]
  12. engine = deviantart
  13. categories = images
  14. [ddg definitions]
  15. engine = duckduckgo_definitions
  16. [duckduckgo]
  17. engine = duckduckgo
  18. locale = en-us
  19. [flickr]
  20. engine = flickr
  21. categories = images
  22. [github]
  23. engine = github
  24. categories = it
  25. [google]
  26. engine = json_engine
  27. search_url = https://ajax.googleapis.com/ajax/services/search/web?v=2.0&start=0&rsz=large&safe=off&filter=off&q={query}
  28. categories = general
  29. url_query = /responseData/results/unescapedUrl
  30. content_query = /responseData/results/content
  31. title_query = /responseData/results/titleNoFormatting
  32. [google images]
  33. engine = google_images
  34. categories = images
  35. [piratebay]
  36. engine = piratebay
  37. categories = videos, music
  38. [soundcloud]
  39. engine = soundcloud
  40. categories = music
  41. [stackoverflow]
  42. engine = stackoverflow
  43. categories = it
  44. [startpage]
  45. engine = startpage
  46. [twitter]
  47. engine = twitter
  48. categories = social media
  49. [urbandictionary]
  50. engine = xpath
  51. search_url = http://www.urbandictionary.com/define.php?term={query}
  52. url_xpath = //div[@id="entries"]//div[@class="word"]/a/@href
  53. title_xpath = //div[@id="entries"]//div[@class="word"]/span
  54. content_xpath = //div[@id="entries"]//div[@class="text"]/div[@class="definition"]
  55. [yahoo]
  56. engine = xpath
  57. search_url = http://search.yahoo.com/search?p={query}
  58. results_xpath = //div[@class="res"]
  59. url_xpath = .//h3/a/@href
  60. title_xpath = .//h3/a
  61. content_xpath = .//div[@class="abstr"]
  62. suggestion_xpath = //div[@id="satat"]//a
  63. [youtube]
  64. engine = youtube
  65. categories = videos
  66. [dailymotion]
  67. engine = dailymotion
  68. locale = en_US
  69. categories = videos