settings.yml 42 KB

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