settings.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. # maybe in a fun category
  79. # - name : uncyclopedia
  80. # engine : mediawiki
  81. # categories : general
  82. # shortcut : unc
  83. # url : https://uncyclopedia.wikia.com/
  84. - name : urbandictionary
  85. engine : xpath
  86. search_url : http://www.urbandictionary.com/define.php?term={query}
  87. url_xpath : //div[@class="word"]//a/@href
  88. title_xpath : //div[@class="word"]//a
  89. content_xpath : //div[@class="definition"]
  90. shortcut : ud
  91. - name : yahoo
  92. engine : yahoo
  93. shortcut : yh
  94. - name : youtube
  95. engine : youtube
  96. categories : videos
  97. shortcut : yt
  98. - name : dailymotion
  99. engine : dailymotion
  100. locale : en_US
  101. categories : videos
  102. shortcut : dm
  103. - name : vimeo
  104. engine : vimeo
  105. categories : videos
  106. results_xpath : //div[@id="browse_content"]/ol/li
  107. url_xpath : ./a/@href
  108. title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
  109. content_xpath : ./a/img/@src
  110. shortcut : vm
  111. locales:
  112. en : English
  113. de : Deutsch
  114. hu : Magyar
  115. fr : Français