settings.yml 2.7KB

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