settings.yml 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. contact_url: False # mailto:contact@example.com
  5. brand:
  6. git_url: https://github.com/searx/searx
  7. git_branch: master
  8. issue_url: https://github.com/searx/searx/issues
  9. docs_url: https://searx.github.io/searx
  10. public_instances: https://searx.space
  11. wiki_url: https://github.com/searx/searx/wiki
  12. twitter_url: https://twitter.com/Searx_engine
  13. search:
  14. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  15. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  16. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  17. ban_time_on_fail : 5 # ban time in seconds after engine errors
  18. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  19. server:
  20. port : 8888
  21. bind_address : "127.0.0.1" # address to listen on
  22. secret_key : "ultrasecretkey" # change this!
  23. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  24. image_proxy : False # Proxying image results through searx
  25. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  26. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  27. default_http_headers:
  28. X-Content-Type-Options : nosniff
  29. X-XSS-Protection : 1; mode=block
  30. X-Download-Options : noopen
  31. X-Robots-Tag : noindex, nofollow
  32. Referrer-Policy : no-referrer
  33. ui:
  34. static_path : "" # Custom static path - leave it blank if you didn't change
  35. templates_path : "" # Custom templates path - leave it blank if you didn't change
  36. default_theme : oscar # ui theme
  37. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  38. theme_args :
  39. oscar_style : logicodev # default style of oscar
  40. # results_on_new_tab: False # Open result links in a new tab by default
  41. # categories_order :
  42. # - general
  43. # - files
  44. # - map
  45. # - it
  46. # - science
  47. # Lock arbitrary settings on the preferences page.
  48. # To find the ID of the user setting you want to lock, check
  49. # the ID of the form on the page "preferences".
  50. #preferences:
  51. # lock:
  52. # - language
  53. # - autocomplete
  54. # - method
  55. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  56. # uncomment below section if you have running morty proxy
  57. # the key is base64 encoded (keep the !!binary notation)
  58. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  59. #result_proxy:
  60. # url : http://127.0.0.1:3000/
  61. # key : !!binary "your_morty_proxy_key"
  62. outgoing: # communication with search engines
  63. request_timeout : 2.0 # default timeout in seconds, can be override by engine
  64. # max_request_timeout: 10.0 # the maximum timeout in seconds
  65. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  66. pool_connections : 100 # Number of different hosts
  67. pool_maxsize : 10 # Number of simultaneous requests by host
  68. # uncomment below section if you want to use a proxy
  69. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  70. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  71. # proxies:
  72. # http:
  73. # - http://proxy1:8080
  74. # - http://proxy2:8080
  75. # https:
  76. # - http://proxy1:8080
  77. # - http://proxy2:8080
  78. # using_tor_proxy : True
  79. # extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy
  80. # uncomment below section only if you have more than one network interface
  81. # which can be the source of outgoing search requests
  82. # source_ips:
  83. # - 1.1.1.1
  84. # - 1.1.1.2
  85. # External plugin configuration
  86. # See http://searx.github.io/searx/dev/plugins.html for more details
  87. #
  88. # plugins:
  89. # - plugin1
  90. # - plugin2
  91. # - ...
  92. # uncomment below section if you want to configure which plugin is enabled by default
  93. #
  94. # enabled_plugins:
  95. # - "HTTPS rewrite"
  96. # - ...
  97. checker:
  98. # disable checker when in debug mode
  99. off_when_debug: True
  100. # scheduling: interval or int
  101. # use "scheduling: False" to disable scheduling
  102. # to activate the scheduler:
  103. # * uncomment "scheduling" section
  104. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  105. # scheduling:
  106. # start_after: [300, 1800] # delay to start the first run of the checker
  107. # every: [86400, 90000] # how often the checker runs
  108. # additional tests: only for the YAML anchors (see the engines section)
  109. additional_tests:
  110. rosebud: &test_rosebud
  111. matrix:
  112. query: rosebud
  113. lang: en
  114. result_container:
  115. - not_empty
  116. - ['one_title_contains', 'citizen kane']
  117. test:
  118. - unique_results
  119. android: &test_android
  120. matrix:
  121. query: ['android']
  122. lang: ['en', 'de', 'fr', 'zh-CN']
  123. result_container:
  124. - not_empty
  125. - ['one_title_contains', 'google']
  126. test:
  127. - unique_results
  128. # tests: only for the YAML anchors (see the engines section)
  129. tests:
  130. infobox: &tests_infobox
  131. infobox:
  132. matrix:
  133. query: ["linux", "new york", "bbc"]
  134. result_container:
  135. - has_infobox
  136. engines:
  137. - name: apk mirror
  138. engine: apkmirror
  139. timeout: 4.0
  140. shortcut: apkm
  141. disabled: True
  142. # Requires Tor
  143. - name : ahmia
  144. engine : ahmia
  145. categories : onions
  146. enable_http : True
  147. shortcut : ah
  148. - name : arch linux wiki
  149. engine : archlinux
  150. shortcut : al
  151. - name : archive is
  152. engine : xpath
  153. search_url : https://archive.is/{query}
  154. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  155. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  156. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  157. categories : general
  158. timeout : 7.0
  159. disabled : True
  160. shortcut : ai
  161. about:
  162. website: https://archive.is/
  163. wikidata_id: Q13515725
  164. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  165. use_official_api: false
  166. require_api_key: false
  167. results: HTML
  168. - name : arxiv
  169. engine : arxiv
  170. shortcut : arx
  171. categories : science
  172. timeout : 4.0
  173. # tmp suspended: dh key too small
  174. # - name : base
  175. # engine : base
  176. # shortcut : bs
  177. - name: bandcamp
  178. engine: bandcamp
  179. shortcut: bc
  180. categories: music
  181. - name : wikipedia
  182. engine : wikipedia
  183. shortcut : wp
  184. base_url : 'https://{language}.wikipedia.org/'
  185. - name : bing
  186. engine : bing
  187. shortcut : bi
  188. - name : bing images
  189. engine : bing_images
  190. shortcut : bii
  191. - name : bing news
  192. engine : bing_news
  193. shortcut : bin
  194. - name : bing videos
  195. engine : bing_videos
  196. shortcut : biv
  197. - name : bitbucket
  198. engine : xpath
  199. paging : True
  200. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  201. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  202. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  203. content_xpath : //article[@class="repo-summary"]/p
  204. categories : it
  205. timeout : 4.0
  206. disabled : True
  207. shortcut : bb
  208. about:
  209. website: https://bitbucket.org/
  210. wikidata_id: Q2493781
  211. official_api_documentation: https://developer.atlassian.com/bitbucket
  212. use_official_api: false
  213. require_api_key: false
  214. results: HTML
  215. - name : btdigg
  216. engine : btdigg
  217. shortcut : bt
  218. - name : ccc-tv
  219. engine : xpath
  220. paging : False
  221. search_url : https://media.ccc.de/search/?q={query}
  222. url_xpath : //div[@class="caption"]/h3/a/@href
  223. title_xpath : //div[@class="caption"]/h3/a/text()
  224. content_xpath : //div[@class="caption"]/h4/@title
  225. categories : videos
  226. disabled : True
  227. shortcut : c3tv
  228. about:
  229. website: https://media.ccc.de/
  230. wikidata_id: Q80729951
  231. official_api_documentation: https://github.com/voc/voctoweb
  232. use_official_api: false
  233. require_api_key: false
  234. results: HTML
  235. - name : ccengine
  236. engine : ccengine
  237. categories : images
  238. shortcut : cce
  239. - name : crossref
  240. engine : json_engine
  241. paging : True
  242. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  243. url_query : doi
  244. title_query : title
  245. title_html_to_text: True
  246. content_query : fullCitation
  247. content_html_to_text: True
  248. categories : science
  249. shortcut : cr
  250. about:
  251. website: https://www.crossref.org/
  252. wikidata_id: Q5188229
  253. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  254. use_official_api: false
  255. require_api_key: false
  256. results: JSON
  257. - name : currency
  258. engine : currency_convert
  259. categories : general
  260. shortcut : cc
  261. - name : deezer
  262. engine : deezer
  263. shortcut : dz
  264. - name : deviantart
  265. engine : deviantart
  266. shortcut : da
  267. timeout : 3.0
  268. - name : ddg definitions
  269. engine : duckduckgo_definitions
  270. shortcut : ddd
  271. weight : 2
  272. disabled : True
  273. tests: *tests_infobox
  274. # cloudflare protected
  275. # - name : digbt
  276. # engine : digbt
  277. # shortcut : dbt
  278. # timeout : 6.0
  279. # disabled : True
  280. - name : digg
  281. engine : digg
  282. shortcut : dg
  283. - name : erowid
  284. engine : xpath
  285. paging : True
  286. first_page_num : 0
  287. page_size : 30
  288. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  289. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  290. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  291. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  292. categories : general
  293. shortcut : ew
  294. disabled : True
  295. about:
  296. website: https://www.erowid.org/
  297. wikidata_id: Q1430691
  298. official_api_documentation:
  299. use_official_api: false
  300. require_api_key: false
  301. results: HTML
  302. # - name : elasticsearch
  303. # shortcut : es
  304. # engine : elasticsearch
  305. # base_url : http://localhost:9200
  306. # username : elastic
  307. # password : changeme
  308. # index : my-index
  309. # # available options: match, simple_query_string, term, terms, custom
  310. # query_type : match
  311. # # if query_type is set to custom, provide your query here
  312. # #custom_query_json: {"query":{"match_all": {}}}
  313. # #show_metadata: False
  314. # disabled : True
  315. - name : wikidata
  316. engine : wikidata
  317. shortcut : wd
  318. timeout : 3.0
  319. weight : 2
  320. tests: *tests_infobox
  321. - name : duckduckgo
  322. engine : duckduckgo
  323. shortcut : ddg
  324. disabled : True
  325. - name : duckduckgo images
  326. engine : duckduckgo_images
  327. shortcut : ddi
  328. timeout: 3.0
  329. disabled : True
  330. - name : etools
  331. engine : etools
  332. shortcut : eto
  333. disabled : True
  334. additional_tests:
  335. rosebud: *test_rosebud
  336. - name : etymonline
  337. engine : xpath
  338. paging : True
  339. search_url : https://etymonline.com/search?page={pageno}&q={query}
  340. url_xpath : //a[contains(@class, "word__name--")]/@href
  341. title_xpath : //a[contains(@class, "word__name--")]
  342. content_xpath : //section[contains(@class, "word__defination")]
  343. first_page_num : 1
  344. shortcut : et
  345. disabled : True
  346. about:
  347. website: https://www.etymonline.com/
  348. wikidata_id: Q1188617
  349. official_api_documentation:
  350. use_official_api: false
  351. require_api_key: false
  352. results: HTML
  353. # - name : ebay
  354. # engine : ebay
  355. # shortcut : eb
  356. # disabled : True
  357. # timeout: 5
  358. - name : 1x
  359. engine : www1x
  360. shortcut : 1x
  361. timeout : 3.0
  362. disabled : True
  363. - name : fdroid
  364. engine : fdroid
  365. shortcut : fd
  366. disabled : True
  367. - name : flickr
  368. categories : images
  369. shortcut : fl
  370. # You can use the engine using the official stable API, but you need an API key
  371. # See : https://www.flickr.com/services/apps/create/
  372. # engine : flickr
  373. # api_key: 'apikey' # required!
  374. # Or you can use the html non-stable engine, activated by default
  375. engine : flickr_noapi
  376. - name : free software directory
  377. engine : mediawiki
  378. shortcut : fsd
  379. categories : it
  380. base_url : https://directory.fsf.org/
  381. number_of_results : 5
  382. # what part of a page matches the query string: title, text, nearmatch
  383. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  384. search_type : title
  385. timeout : 5.0
  386. disabled : True
  387. about:
  388. website: https://directory.fsf.org/
  389. wikidata_id: Q2470288
  390. # - name : freesound
  391. # engine : freesound
  392. # shortcut : fnd
  393. # disabled : True
  394. # timeout : 15.0
  395. # api_key : MyAPIkey
  396. # API key required, see : https://freesound.org/docs/api/overview.html
  397. - name : frinkiac
  398. engine : frinkiac
  399. shortcut : frk
  400. disabled : True
  401. - name : genius
  402. engine : genius
  403. shortcut : gen
  404. - name : gigablast
  405. engine : gigablast
  406. shortcut : gb
  407. timeout : 3.0
  408. disabled: True
  409. additional_tests:
  410. rosebud: *test_rosebud
  411. - name : gentoo
  412. engine : gentoo
  413. shortcut : ge
  414. - name : gitlab
  415. engine : json_engine
  416. paging : True
  417. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  418. url_query : web_url
  419. title_query : name_with_namespace
  420. content_query : description
  421. page_size : 20
  422. categories : it
  423. shortcut : gl
  424. timeout : 10.0
  425. disabled : True
  426. about:
  427. website: https://about.gitlab.com/
  428. wikidata_id: Q16639197
  429. official_api_documentation: https://docs.gitlab.com/ee/api/
  430. use_official_api: false
  431. require_api_key: false
  432. results: JSON
  433. - name : github
  434. engine : github
  435. shortcut : gh
  436. # This a Gitea service. If you would like to use a different instance,
  437. # change codeberg.org to URL of the desired Gitea host. Or you can create
  438. # a new engine by copying this and changing the name, shortcut and search_url.
  439. - name : codeberg
  440. engine : json_engine
  441. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  442. url_query : html_url
  443. title_query : name
  444. content_query : description
  445. categories : it
  446. shortcut : cb
  447. disabled : True
  448. about:
  449. website: https://codeberg.org/
  450. wikidata_id:
  451. official_api_documentation: https://try.gitea.io/api/swagger
  452. use_official_api: false
  453. require_api_key: false
  454. results: JSON
  455. - name : google
  456. engine : google
  457. shortcut : go
  458. # additional_tests:
  459. # android: *test_android
  460. - name : google images
  461. engine : google_images
  462. shortcut : goi
  463. # additional_tests:
  464. # android: *test_android
  465. # dali:
  466. # matrix:
  467. # query: ['Dali Christ']
  468. # lang: ['en', 'de', 'fr', 'zh-CN']
  469. # result_container:
  470. # - ['one_title_contains', 'Salvador']
  471. - name : google news
  472. engine : google_news
  473. shortcut : gon
  474. # additional_tests:
  475. # android: *test_android
  476. - name : google videos
  477. engine : google_videos
  478. shortcut : gov
  479. # additional_tests:
  480. # android: *test_android
  481. - name : google scholar
  482. engine : google_scholar
  483. shortcut : gos
  484. - name : google play apps
  485. engine : xpath
  486. search_url : https://play.google.com/store/search?q={query}&c=apps
  487. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  488. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  489. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  490. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  491. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  492. categories : files
  493. shortcut : gpa
  494. disabled : True
  495. about:
  496. website: https://play.google.com/
  497. wikidata_id: Q79576
  498. official_api_documentation:
  499. use_official_api: false
  500. require_api_key: false
  501. results: HTML
  502. - name : google play movies
  503. engine : xpath
  504. search_url : https://play.google.com/store/search?q={query}&c=movies
  505. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  506. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  507. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  508. content_xpath : './/div[@class="kCSSQe"]'
  509. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  510. categories : videos
  511. shortcut : gpm
  512. disabled : True
  513. about:
  514. website: https://play.google.com/
  515. wikidata_id: Q79576
  516. official_api_documentation:
  517. use_official_api: false
  518. require_api_key: false
  519. results: HTML
  520. - name : geektimes
  521. engine : xpath
  522. paging : True
  523. search_url : https://habr.com/en/search/page{pageno}/?q={query}
  524. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  525. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  526. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  527. categories : it
  528. timeout : 4.0
  529. disabled : True
  530. shortcut : gt
  531. about:
  532. website: https://geektimes.ru/
  533. wikidata_id: Q50572423
  534. official_api_documentation:
  535. use_official_api: false
  536. require_api_key: false
  537. results: HTML
  538. - name : habrahabr
  539. engine : xpath
  540. paging : True
  541. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  542. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  543. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  544. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  545. categories : it
  546. timeout : 4.0
  547. disabled : True
  548. shortcut : habr
  549. about:
  550. website: https://habr.com/
  551. wikidata_id: Q4494434
  552. official_api_documentation: https://habr.com/en/docs/help/api/
  553. use_official_api: false
  554. require_api_key: false
  555. results: HTML
  556. - name : hoogle
  557. engine : xpath
  558. paging : True
  559. search_url : https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  560. results_xpath : '//div[@class="result"]'
  561. title_xpath : './/div[@class="ans"]//a'
  562. url_xpath : './/div[@class="ans"]//a/@href'
  563. content_xpath : './/div[@class="from"]'
  564. page_size : 20
  565. categories : it
  566. shortcut : ho
  567. about:
  568. website: https://www.haskell.org/
  569. wikidata_id: Q34010
  570. official_api_documentation: https://hackage.haskell.org/api
  571. use_official_api: false
  572. require_api_key: false
  573. results: JSON
  574. - name : ina
  575. engine : ina
  576. shortcut : in
  577. timeout : 6.0
  578. disabled : True
  579. - name : invidious
  580. engine : invidious
  581. base_url :
  582. - https://invidious.tube/
  583. - https://invidious.snopyta.org/
  584. shortcut: iv
  585. timeout : 5.0
  586. disabled : True
  587. - name: kickass
  588. engine : kickass
  589. shortcut : kc
  590. timeout : 4.0
  591. disabled : True
  592. - name : library genesis
  593. engine : xpath
  594. enable_http: True
  595. search_url : http://libgen.rs/search.php?req={query}
  596. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  597. title_xpath : //a[contains(@href,"book/")]/text()[1]
  598. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  599. categories : general
  600. timeout : 7.0
  601. disabled : True
  602. shortcut : lg
  603. about:
  604. website: http://libgen.rs/
  605. wikidata_id: Q22017206
  606. official_api_documentation:
  607. use_official_api: false
  608. require_api_key: false
  609. results: HTML
  610. - name : library of congress
  611. engine : loc
  612. shortcut : loc
  613. categories : images
  614. - name : lobste.rs
  615. engine : xpath
  616. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  617. results_xpath : //li[contains(@class, "story")]
  618. url_xpath : .//a[@class="u-url"]/@href
  619. title_xpath : .//a[@class="u-url"]
  620. content_xpath : .//a[@class="domain"]
  621. categories : it
  622. shortcut : lo
  623. timeout : 5.0
  624. disabled: True
  625. about:
  626. website: https://lobste.rs/
  627. wikidata_id: Q60762874
  628. official_api_documentation:
  629. use_official_api: false
  630. require_api_key: false
  631. results: HTML
  632. # - name : meilisearch
  633. # engine : meilisearch
  634. # shortcut: mes
  635. # enable_http: True
  636. # base_url : http://localhost:7700
  637. # index : my-index
  638. - name : microsoft academic
  639. engine : microsoft_academic
  640. categories : science
  641. shortcut : ma
  642. - name : mixcloud
  643. engine : mixcloud
  644. shortcut : mc
  645. - name : npm
  646. engine : json_engine
  647. paging : True
  648. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  649. results_query : results
  650. url_query : package/links/npm
  651. title_query : package/name
  652. content_query : package/description
  653. page_size : 25
  654. categories : it
  655. disabled: True
  656. timeout: 5.0
  657. shortcut : npm
  658. about:
  659. website: https://npms.io/
  660. wikidata_id: Q7067518
  661. official_api_documentation: https://api-docs.npms.io/
  662. use_official_api: false
  663. require_api_key: false
  664. results: JSON
  665. # Requires Tor
  666. - name : not evil
  667. engine : not_evil
  668. categories : onions
  669. enable_http : True
  670. shortcut : ne
  671. - name : nyaa
  672. engine : nyaa
  673. shortcut : nt
  674. disabled : True
  675. - name : openairedatasets
  676. engine : json_engine
  677. paging : True
  678. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  679. results_query : response/results/result
  680. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  681. title_query : metadata/oaf:entity/oaf:result/title/$
  682. content_query : metadata/oaf:entity/oaf:result/description/$
  683. content_html_to_text: True
  684. categories : science
  685. shortcut : oad
  686. timeout: 5.0
  687. about:
  688. website: https://www.openaire.eu/
  689. wikidata_id: Q25106053
  690. official_api_documentation: https://api.openaire.eu/
  691. use_official_api: false
  692. require_api_key: false
  693. results: JSON
  694. - name : openairepublications
  695. engine : json_engine
  696. paging : True
  697. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  698. results_query : response/results/result
  699. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  700. title_query : metadata/oaf:entity/oaf:result/title/$
  701. content_query : metadata/oaf:entity/oaf:result/description/$
  702. content_html_to_text: True
  703. categories : science
  704. shortcut : oap
  705. timeout: 5.0
  706. about:
  707. website: https://www.openaire.eu/
  708. wikidata_id: Q25106053
  709. official_api_documentation: https://api.openaire.eu/
  710. use_official_api: false
  711. require_api_key: false
  712. results: JSON
  713. # - name : opensemanticsearch
  714. # engine : opensemantic
  715. # shortcut : oss
  716. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  717. - name : openstreetmap
  718. engine : openstreetmap
  719. shortcut : osm
  720. - name : openrepos
  721. engine : xpath
  722. paging : True
  723. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  724. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  725. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  726. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  727. categories : files
  728. timeout : 4.0
  729. disabled : True
  730. shortcut : or
  731. about:
  732. website: https://openrepos.net/
  733. wikidata_id:
  734. official_api_documentation:
  735. use_official_api: false
  736. require_api_key: false
  737. results: HTML
  738. - name : pdbe
  739. engine : pdbe
  740. shortcut : pdb
  741. # Hide obsolete PDB entries.
  742. # Default is not to hide obsolete structures
  743. # hide_obsolete : False
  744. - name : photon
  745. engine : photon
  746. shortcut : ph
  747. - name : piratebay
  748. engine : piratebay
  749. shortcut : tpb
  750. # You may need to change this URL to a proxy if piratebay is blocked in your country
  751. url: https://thepiratebay.org/
  752. timeout : 3.0
  753. - name : pubmed
  754. engine : pubmed
  755. shortcut : pub
  756. categories: science
  757. timeout : 3.0
  758. - name : qwant
  759. engine : qwant
  760. shortcut : qw
  761. categories : general
  762. disabled : True
  763. additional_tests:
  764. rosebud: *test_rosebud
  765. - name : qwant images
  766. engine : qwant
  767. shortcut : qwi
  768. categories : images
  769. - name : qwant news
  770. engine : qwant
  771. shortcut : qwn
  772. categories : news
  773. # - name: library
  774. # engine: recoll
  775. # shortcut: lib
  776. # base_url: 'https://recoll.example.org/'
  777. # search_dir: ''
  778. # mount_prefix: /export
  779. # dl_prefix: 'https://download.example.org'
  780. # timeout: 30.0
  781. # categories: files
  782. # disabled: True
  783. # - name: recoll library reference
  784. # engine: recoll
  785. # base_url: 'https://recoll.example.org/'
  786. # search_dir: reference
  787. # mount_prefix: /export
  788. # dl_prefix: 'https://download.example.org'
  789. # shortcut: libr
  790. # timeout: 30.0
  791. # categories: files
  792. # disabled: True
  793. - name : reddit
  794. engine : reddit
  795. shortcut : re
  796. page_size : 25
  797. timeout : 10.0
  798. disabled : True
  799. # tmp suspended: bad certificate
  800. # - name : scanr structures
  801. # shortcut: scs
  802. # engine : scanr_structures
  803. # disabled : True
  804. - name: sepiasearch
  805. engine: sepiasearch
  806. shortcut: sep
  807. - name : soundcloud
  808. engine : soundcloud
  809. shortcut : sc
  810. - name : stackoverflow
  811. engine : stackoverflow
  812. shortcut : st
  813. - name : searchcode code
  814. engine : searchcode_code
  815. shortcut : scc
  816. disabled : True
  817. - name : framalibre
  818. engine : framalibre
  819. shortcut : frl
  820. disabled : True
  821. # - name : searx
  822. # engine : searx_engine
  823. # shortcut : se
  824. # instance_urls :
  825. # - http://127.0.0.1:8888/
  826. # - ...
  827. # disabled : True
  828. - name : semantic scholar
  829. engine : semantic_scholar
  830. disabled : True
  831. shortcut : se
  832. categories : science
  833. about:
  834. website: https://www.semanticscholar.org/
  835. wikidata_id: Q22908627
  836. official_api_documentation: https://api.semanticscholar.org/
  837. use_official_api: false
  838. require_api_key: false
  839. results: JSON
  840. # Spotify needs API credentials
  841. # - name : spotify
  842. # engine : spotify
  843. # shortcut : stf
  844. # api_client_id : *******
  845. # api_client_secret : *******
  846. # - name : solr
  847. # engine : solr
  848. # shortcut : slr
  849. # base_url : http://localhost:8983
  850. # collection : collection_name
  851. # sort : '' # sorting: asc or desc
  852. # field_list : '' # comma separated list of field names to display on the UI
  853. # default_fields : '' # default field to query
  854. # query_fields : '' # query fields
  855. # enable_http : True
  856. - name : startpage
  857. engine : startpage
  858. shortcut : sp
  859. timeout : 6.0
  860. disabled : True
  861. additional_tests:
  862. rosebud: *test_rosebud
  863. - name : tokyotoshokan
  864. engine : tokyotoshokan
  865. shortcut : tt
  866. timeout : 6.0
  867. disabled : True
  868. - name : solidtorrents
  869. engine : solidtorrents
  870. shortcut : solid
  871. timeout : 3.0
  872. disabled : True
  873. - name : torrentz
  874. engine : torrentz
  875. shortcut : tor
  876. url: https://torrentz2.eu/
  877. timeout : 3.0
  878. # Requires Tor
  879. - name : torch
  880. engine : xpath
  881. paging : True
  882. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  883. results_xpath : //table//tr
  884. url_xpath : ./td[2]/a
  885. title_xpath : ./td[2]/b
  886. content_xpath : ./td[2]/small
  887. categories : onions
  888. enable_http : True
  889. shortcut : tch
  890. # maybe in a fun category
  891. # - name : uncyclopedia
  892. # engine : mediawiki
  893. # shortcut : unc
  894. # base_url : https://uncyclopedia.wikia.com/
  895. # number_of_results : 5
  896. # tmp suspended - too slow, too many errors
  897. # - name : urbandictionary
  898. # engine : xpath
  899. # search_url : http://www.urbandictionary.com/define.php?term={query}
  900. # url_xpath : //*[@class="word"]/@href
  901. # title_xpath : //*[@class="def-header"]
  902. # content_xpath : //*[@class="meaning"]
  903. # shortcut : ud
  904. - name : unsplash
  905. engine : unsplash
  906. disabled: True
  907. shortcut : us
  908. - name : yahoo
  909. engine : yahoo
  910. shortcut : yh
  911. disabled : True
  912. - name : yahoo news
  913. engine : yahoo_news
  914. shortcut : yhn
  915. - name : youtube
  916. shortcut : yt
  917. # You can use the engine using the official stable API, but you need an API key
  918. # See : https://console.developers.google.com/project
  919. # engine : youtube_api
  920. # api_key: 'apikey' # required!
  921. # Or you can use the html non-stable engine, activated by default
  922. engine : youtube_noapi
  923. - name : yggtorrent
  924. engine : yggtorrent
  925. shortcut : ygg
  926. url: https://www4.yggtorrent.li/
  927. disabled : True
  928. timeout : 4.0
  929. - name : dailymotion
  930. engine : dailymotion
  931. shortcut : dm
  932. - name : vimeo
  933. engine : vimeo
  934. shortcut : vm
  935. - name : wiby
  936. engine : json_engine
  937. search_url : https://wiby.me/json/?q={query}
  938. url_query : URL
  939. title_query : Title
  940. content_query : Snippet
  941. categories : general
  942. shortcut : wib
  943. disabled : True
  944. - name : wikibooks
  945. engine : mediawiki
  946. shortcut : wb
  947. categories : general
  948. base_url : "https://{language}.wikibooks.org/"
  949. number_of_results : 5
  950. search_type : text
  951. disabled : True
  952. about:
  953. website: https://www.wikibooks.org/
  954. wikidata_id: Q367
  955. - name : wikinews
  956. engine : mediawiki
  957. shortcut : wn
  958. categories : news
  959. base_url : "https://{language}.wikinews.org/"
  960. number_of_results : 5
  961. search_type : text
  962. disabled : True
  963. about:
  964. website: https://www.wikinews.org/
  965. wikidata_id: Q964
  966. - name : wikiquote
  967. engine : mediawiki
  968. shortcut : wq
  969. categories : general
  970. base_url : "https://{language}.wikiquote.org/"
  971. number_of_results : 5
  972. search_type : text
  973. disabled : True
  974. additional_tests:
  975. rosebud: *test_rosebud
  976. about:
  977. website: https://www.wikiquote.org/
  978. wikidata_id: Q369
  979. - name : wikisource
  980. engine : mediawiki
  981. shortcut : ws
  982. categories : general
  983. base_url : "https://{language}.wikisource.org/"
  984. number_of_results : 5
  985. search_type : text
  986. disabled : True
  987. about:
  988. website: https://www.wikisource.org/
  989. wikidata_id: Q263
  990. - name : wiktionary
  991. engine : mediawiki
  992. shortcut : wt
  993. categories : general
  994. base_url : "https://{language}.wiktionary.org/"
  995. number_of_results : 5
  996. search_type : text
  997. disabled : True
  998. about:
  999. website: https://www.wiktionary.org/
  1000. wikidata_id: Q151
  1001. - name : wikiversity
  1002. engine : mediawiki
  1003. shortcut : wv
  1004. categories : general
  1005. base_url : "https://{language}.wikiversity.org/"
  1006. number_of_results : 5
  1007. search_type : text
  1008. disabled : True
  1009. about:
  1010. website: https://www.wikiversity.org/
  1011. wikidata_id: Q370
  1012. - name : wikivoyage
  1013. engine : mediawiki
  1014. shortcut : wy
  1015. categories : general
  1016. base_url : "https://{language}.wikivoyage.org/"
  1017. number_of_results : 5
  1018. search_type : text
  1019. disabled : True
  1020. about:
  1021. website: https://www.wikivoyage.org/
  1022. wikidata_id: Q373
  1023. - name : wolframalpha
  1024. shortcut : wa
  1025. # You can use the engine using the official stable API, but you need an API key
  1026. # See : http://products.wolframalpha.com/api/
  1027. # engine : wolframalpha_api
  1028. # api_key: '' # required!
  1029. engine : wolframalpha_noapi
  1030. timeout: 6.0
  1031. categories : science
  1032. - name : dictzone
  1033. engine : dictzone
  1034. shortcut : dc
  1035. - name : mymemory translated
  1036. engine : translated
  1037. shortcut : tl
  1038. timeout : 5.0
  1039. disabled : True
  1040. # You can use without an API key, but you are limited to 1000 words/day
  1041. # See : http://mymemory.translated.net/doc/usagelimits.php
  1042. # api_key : ''
  1043. - name : 1337x
  1044. engine : 1337x
  1045. shortcut : 1337x
  1046. disabled : True
  1047. - name : duden
  1048. engine : duden
  1049. shortcut : du
  1050. disabled : True
  1051. - name : seznam
  1052. shortcut: szn
  1053. engine: seznam
  1054. disabled : True
  1055. - name : mojeek
  1056. shortcut: mjk
  1057. engine: xpath
  1058. paging : True
  1059. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1060. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1061. url_xpath : ./h2/a/@href
  1062. title_xpath : ./h2
  1063. content_xpath : ./p[@class="s"]
  1064. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1065. first_page_num : 0
  1066. page_size : 10
  1067. disabled : True
  1068. about:
  1069. website: https://www.mojeek.com/
  1070. wikidata_id: Q60747299
  1071. official_api_documentation: https://www.mojeek.com/services/api.html/
  1072. use_official_api: false
  1073. require_api_key: false
  1074. results: HTML
  1075. - name : naver
  1076. shortcut: nvr
  1077. engine: xpath
  1078. paging : True
  1079. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1080. url_xpath : //a[@class="link_tit"]/@href
  1081. title_xpath : //a[@class="link_tit"]
  1082. content_xpath : //a[@class="total_dsc"]/div
  1083. first_page_num : 1
  1084. page_size : 10
  1085. disabled : True
  1086. about:
  1087. website: https://www.naver.com/
  1088. wikidata_id: Q485639
  1089. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1090. use_official_api: false
  1091. require_api_key: false
  1092. results: HTML
  1093. - name : rubygems
  1094. shortcut: rbg
  1095. engine: xpath
  1096. paging : True
  1097. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1098. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1099. url_xpath : ./@href
  1100. title_xpath : ./span/h2
  1101. content_xpath : ./span/p
  1102. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1103. first_page_num : 1
  1104. categories: it
  1105. disabled : True
  1106. about:
  1107. website: https://rubygems.org/
  1108. wikidata_id: Q1853420
  1109. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1110. use_official_api: false
  1111. require_api_key: false
  1112. results: HTML
  1113. - name : peertube
  1114. engine: peertube
  1115. shortcut: ptb
  1116. paging : True
  1117. base_url : https://peer.tube/
  1118. categories: videos
  1119. disabled : True
  1120. - name : mediathekviewweb
  1121. engine : mediathekviewweb
  1122. shortcut : mvw
  1123. # - name : yacy
  1124. # engine : yacy
  1125. # shortcut : ya
  1126. # base_url : 'http://localhost:8090'
  1127. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1128. # number_of_results : 5
  1129. # timeout : 3.0
  1130. - name : rumble
  1131. engine : rumble
  1132. shortcut : ru
  1133. base_url : https://rumble.com/
  1134. paging : True
  1135. categories: videos
  1136. disabled : True
  1137. - name: wordnik
  1138. engine: wordnik
  1139. shortcut: def
  1140. base_url: https://www.wordnik.com/
  1141. categories: general
  1142. timeout: 5.0
  1143. disabled: True
  1144. # Doku engine lets you access to any Doku wiki instance:
  1145. # A public one or a privete/corporate one.
  1146. # - name : ubuntuwiki
  1147. # engine : doku
  1148. # shortcut : uw
  1149. # base_url : 'http://doc.ubuntu-fr.org'
  1150. # Be careful when enabling this engine if you are
  1151. # running a public instance. Do not expose any sensitive
  1152. # information. You can restrict access by configuring a list
  1153. # of access tokens under tokens.
  1154. # - name: git grep
  1155. # engine: command
  1156. # command: ['git', 'grep', '{{QUERY}}']
  1157. # shortcut: gg
  1158. # tokens: []
  1159. # disabled: True
  1160. # delimiter:
  1161. # chars: ':'
  1162. # keys: ['filepath', 'code']
  1163. # Be careful when enabling this engine if you are
  1164. # running a public instance. Do not expose any sensitive
  1165. # information. You can restrict access by configuring a list
  1166. # of access tokens under tokens.
  1167. # - name: locate
  1168. # engine: command
  1169. # command: ['locate', '{{QUERY}}']
  1170. # shortcut: loc
  1171. # tokens: []
  1172. # disabled: True
  1173. # delimiter:
  1174. # chars: ' '
  1175. # keys: ['line']
  1176. # Be careful when enabling this engine if you are
  1177. # running a public instance. Do not expose any sensitive
  1178. # information. You can restrict access by configuring a list
  1179. # of access tokens under tokens.
  1180. # - name: find
  1181. # engine: command
  1182. # command: ['find', '.', '-name', '{{QUERY}}']
  1183. # query_type: path
  1184. # shortcut: fnd
  1185. # tokens: []
  1186. # disabled: True
  1187. # delimiter:
  1188. # chars: ' '
  1189. # keys: ['line']
  1190. # Be careful when enabling this engine if you are
  1191. # running a public instance. Do not expose any sensitive
  1192. # information. You can restrict access by configuring a list
  1193. # of access tokens under tokens.
  1194. # - name: pattern search in files
  1195. # engine: command
  1196. # command: ['fgrep', '{{QUERY}}']
  1197. # shortcut: fgr
  1198. # tokens: []
  1199. # disabled: True
  1200. # delimiter:
  1201. # chars: ' '
  1202. # keys: ['line']
  1203. # Be careful when enabling this engine if you are
  1204. # running a public instance. Do not expose any sensitive
  1205. # information. You can restrict access by configuring a list
  1206. # of access tokens under tokens.
  1207. # - name: regex search in files
  1208. # engine: command
  1209. # command: ['grep', '{{QUERY}}']
  1210. # shortcut: gr
  1211. # tokens: []
  1212. # disabled: True
  1213. # delimiter:
  1214. # chars: ' '
  1215. # keys: ['line']
  1216. locales:
  1217. en : English
  1218. ar : العَرَبِيَّة (Arabic)
  1219. bg : Български (Bulgarian)
  1220. bo : བོད་སྐད་ (Tibetian)
  1221. ca : Català (Catalan)
  1222. cs : Čeština (Czech)
  1223. cy : Cymraeg (Welsh)
  1224. da : Dansk (Danish)
  1225. de : Deutsch (German)
  1226. el_GR : Ελληνικά (Greek_Greece)
  1227. eo : Esperanto (Esperanto)
  1228. es : Español (Spanish)
  1229. et : Eesti (Estonian)
  1230. eu : Euskara (Basque)
  1231. fa_IR : (fārsī) فارسى (Persian)
  1232. fi : Suomi (Finnish)
  1233. fil : Wikang Filipino (Filipino)
  1234. fr : Français (French)
  1235. gl : Galego (Galician)
  1236. he : עברית (Hebrew)
  1237. hr : Hrvatski (Croatian)
  1238. hu : Magyar (Hungarian)
  1239. ia : Interlingua (Interlingua)
  1240. it : Italiano (Italian)
  1241. ja : 日本語 (Japanese)
  1242. lt : Lietuvių (Lithuanian)
  1243. nl : Nederlands (Dutch)
  1244. nl_BE : Vlaams (Dutch_Belgium)
  1245. oc : Lenga D'òc (Occitan)
  1246. pl : Polski (Polish)
  1247. pt : Português (Portuguese)
  1248. pt_BR : Português (Portuguese_Brazil)
  1249. ro : Română (Romanian)
  1250. ru : Русский (Russian)
  1251. sk : Slovenčina (Slovak)
  1252. sl : Slovenski (Slovene)
  1253. sr : српски (Serbian)
  1254. sv : Svenska (Swedish)
  1255. te : తెలుగు (telugu)
  1256. ta : தமிழ் (Tamil)
  1257. tr : Türkçe (Turkish)
  1258. uk : українська мова (Ukrainian)
  1259. vi : tiếng việt (Vietnamese)
  1260. zh : 中文 (Chinese)
  1261. zh_TW : 國語 (Taiwanese Mandarin)
  1262. doi_resolvers :
  1263. oadoi.org : 'https://oadoi.org/'
  1264. doi.org : 'https://doi.org/'
  1265. doai.io : 'https://dissem.in/'
  1266. sci-hub.tw : 'https://sci-hub.tw/'
  1267. default_doi_resolver : 'oadoi.org'