settings.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. server:
  2. port : 8888
  3. secret_key : "ultrasecretkey" # change this!
  4. debug : True
  5. request_timeout : 3.0 # seconds
  6. base_url : False
  7. engines:
  8. - name : wikipedia
  9. engine : wikipedia
  10. number_of_results : 1
  11. paging : False
  12. shortcut : wi
  13. - name : bing
  14. engine : bing
  15. locale : en-US
  16. shortcut : bi
  17. - name : currency
  18. engine : currency_convert
  19. categories : general
  20. shortcut : cc
  21. - name : deviantart
  22. engine : deviantart
  23. categories : images
  24. shortcut : da
  25. - name : ddg definitions
  26. engine : duckduckgo_definitions
  27. shortcut : ddd
  28. - name : duckduckgo
  29. engine : duckduckgo
  30. locale : en-us
  31. shortcut : ddg
  32. - name : filecrop
  33. engine : filecrop
  34. categories : files
  35. shortcut : fc
  36. - name : flickr
  37. engine : flickr
  38. categories : images
  39. shortcut : fl
  40. - name : github
  41. engine : github
  42. categories : it
  43. shortcut : gi
  44. - name : google
  45. engine : google
  46. shortcut : go
  47. - name : google images
  48. engine : google_images
  49. shortcut : goi
  50. - name : piratebay
  51. engine : piratebay
  52. categories : videos, music, files
  53. shortcut : tpb
  54. - name : soundcloud
  55. engine : soundcloud
  56. categories : music
  57. shortcut : sc
  58. - name : stackoverflow
  59. engine : stackoverflow
  60. categories : it
  61. shortcut : st
  62. - name : startpage
  63. engine : startpage
  64. base_url : 'https://startpage.com/'
  65. search_url : 'https://startpage.com/do/search'
  66. shortcut : sp
  67. # +30% page load time
  68. # - name : ixquick
  69. # engine : startpage
  70. # base_url : 'https://www.ixquick.com/'
  71. # search_url : 'https://www.ixquick.com/do/search'
  72. - name : twitter
  73. engine : twitter
  74. categories : social media
  75. shortcut : tw
  76. - name : urbandictionary
  77. engine : xpath
  78. search_url : http://www.urbandictionary.com/define.php?term={query}
  79. url_xpath : //div[@class="word"]//a/@href
  80. title_xpath : //div[@class="word"]//a
  81. content_xpath : //div[@class="definition"]
  82. shortcut : ud
  83. - name : yahoo
  84. engine : yahoo
  85. shortcut : yh
  86. - name : youtube
  87. engine : youtube
  88. categories : videos
  89. shortcut : yt
  90. - name : dailymotion
  91. engine : dailymotion
  92. locale : en_US
  93. categories : videos
  94. shortcut : dm
  95. - name : vimeo
  96. engine : vimeo
  97. categories : videos
  98. results_xpath : //div[@id="browse_content"]/ol/li
  99. url_xpath : ./a/@href
  100. title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
  101. content_xpath : ./a/img/@src
  102. shortcut : vm
  103. locales:
  104. en : English
  105. de : Deutsch
  106. hu : Magyar
  107. fr : Français