settings.yml 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760
  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. enable_metrics: true # record stats
  6. brand:
  7. new_issue_url: https://github.com/searxng/searxng/issues/new
  8. docs_url: https://docs.searxng.org/
  9. public_instances: https://searx.space
  10. wiki_url: https://github.com/searxng/searxng/wiki
  11. issue_url: https://github.com/searxng/searxng/issues
  12. search:
  13. # Filter results. 0: None, 1: Moderate, 2: Strict
  14. safe_search: 0
  15. # Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
  16. # "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
  17. # by default.
  18. autocomplete: ""
  19. # Default search language - leave blank to detect from browser information or
  20. # use codes from 'languages.py'
  21. default_lang: ""
  22. # Available languages
  23. # languages:
  24. # - all
  25. # - es
  26. # - de
  27. # - it-IT
  28. # - en-GB
  29. # ban time in seconds after engine errors
  30. ban_time_on_fail: 5
  31. # max ban time in seconds after engine errors
  32. max_ban_time_on_fail: 120
  33. # remove format to deny access, use lower case.
  34. # formats: [html, csv, json, rss]
  35. formats:
  36. - html
  37. server:
  38. # If you change port, bind_address or base_url don't forget to rebuild
  39. # instance's enviroment (make buildenv)
  40. port: 8888
  41. bind_address: "127.0.0.1"
  42. base_url: false # Possible values: false or "https://example.org/location".
  43. # If your instance owns a /etc/searxng/settings.yml file, then set the following
  44. # values there.
  45. secret_key: "ultrasecretkey" # change this!
  46. # Proxying image results through searx
  47. image_proxy: false
  48. # 1.0 and 1.1 are supported
  49. http_protocol_version: "1.0"
  50. # POST queries are more secure as they don't show up in history but may cause
  51. # problems when using Firefox containers
  52. method: "POST"
  53. default_http_headers:
  54. X-Content-Type-Options: nosniff
  55. X-XSS-Protection: 1; mode=block
  56. X-Download-Options: noopen
  57. X-Robots-Tag: noindex, nofollow
  58. Referrer-Policy: no-referrer
  59. ui:
  60. # Custom static path - leave it blank if you didn't change
  61. static_path: ""
  62. # Custom templates path - leave it blank if you didn't change
  63. templates_path: ""
  64. # query_in_title: When true, the result page's titles contains the query
  65. # it decreases the privacy, since the browser can records the page titles.
  66. query_in_title: false
  67. # ui theme
  68. default_theme: oscar
  69. # Default interface locale - leave blank to detect from browser information or
  70. # use codes from the 'locales' config section
  71. default_locale: ""
  72. theme_args:
  73. # default style of oscar
  74. oscar_style: logicodev
  75. # style of simple theme: auto, light, dark
  76. simple_style: auto
  77. # Open result links in a new tab by default
  78. # results_on_new_tab: false
  79. # Lock arbitrary settings on the preferences page. To find the ID of the user
  80. # setting you want to lock, check the ID of the form on the page "preferences".
  81. #
  82. # preferences:
  83. # lock:
  84. # - language
  85. # - autocomplete
  86. # - method
  87. # - query_in_title
  88. # searx supports result proxification using an external service:
  89. # https://github.com/asciimoo/morty uncomment below section if you have running
  90. # morty proxy the key is base64 encoded (keep the !!binary notation)
  91. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  92. #
  93. # result_proxy:
  94. # url: http://127.0.0.1:3000/
  95. # key: !!binary "your_morty_proxy_key"
  96. # # [true|false] enable the "proxy" button next to each result
  97. # proxify_results: true
  98. # communication with search engines
  99. #
  100. outgoing:
  101. # default timeout in seconds, can be override by engine
  102. request_timeout: 3.0
  103. # the maximum timeout in seconds
  104. # max_request_timeout: 10.0
  105. # suffix of searx_useragent, could contain informations like an email address
  106. # to the administrator
  107. useragent_suffix: ""
  108. # The maximum number of concurrent connections that may be established.
  109. pool_connections: 100
  110. # Allow the connection pool to maintain keep-alive connections below this
  111. # point.
  112. pool_maxsize: 20
  113. # See https://www.python-httpx.org/http2/
  114. enable_http2: true
  115. # uncomment below section if you want to use a proxyq see: SOCKS proxies
  116. # https://2.python-requests.org/en/latest/user/advanced/#proxies
  117. # are also supported: see
  118. # https://2.python-requests.org/en/latest/user/advanced/#socks
  119. #
  120. # proxies:
  121. # all://:
  122. # - http://proxy1:8080
  123. # - http://proxy2:8080
  124. #
  125. # using_tor_proxy: true
  126. #
  127. # Extra seconds to add in order to account for the time taken by the proxy
  128. #
  129. # extra_proxy_timeout: 10.0
  130. #
  131. # uncomment below section only if you have more than one network interface
  132. # which can be the source of outgoing search requests
  133. #
  134. # source_ips:
  135. # - 1.1.1.1
  136. # - 1.1.1.2
  137. # - fe80::/126
  138. # External plugin configuration, for more details see
  139. # https://docs.searxng.org/dev/plugins.html
  140. #
  141. # plugins:
  142. # - plugin1
  143. # - plugin2
  144. # - ...
  145. # Comment or un-comment plugin to activate / deactivate by default.
  146. #
  147. # enabled_plugins:
  148. # # these plugins are enabled if nothing is configured ..
  149. # - 'Hash plugin'
  150. # - 'Search on category select'
  151. # - 'Self Informations'
  152. # - 'Tracker URL remover'
  153. # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
  154. # # these plugins are disabled if nothing is configured ..
  155. # - 'Hostname replace' # see hostname_replace configuration below
  156. # - 'Infinite scroll'
  157. # - 'Open Access DOI rewrite'
  158. # - 'Vim-like hotkeys'
  159. # Configuration of the "Hostname replace" plugin:
  160. #
  161. # hostname_replace:
  162. # '(.*\.)?youtube\.com$': 'invidious.example.com'
  163. # '(.*\.)?youtu\.be$': 'invidious.example.com'
  164. # '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
  165. # '(.*\.)?reddit\.com$': 'teddit.example.com'
  166. # '(.*\.)?redd\.it$': 'teddit.example.com'
  167. # '(www\.)?twitter\.com$': 'nitter.example.com'
  168. # # to remove matching host names from result list, set value to false
  169. # 'spam\.example\.com': false
  170. checker:
  171. # disable checker when in debug mode
  172. off_when_debug: true
  173. # use "scheduling: false" to disable scheduling
  174. # scheduling: interval or int
  175. # to activate the scheduler:
  176. # * uncomment "scheduling" section
  177. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"
  178. # to your uwsgi.ini
  179. # scheduling:
  180. # start_after: [300, 1800] # delay to start the first run of the checker
  181. # every: [86400, 90000] # how often the checker runs
  182. # additional tests: only for the YAML anchors (see the engines section)
  183. #
  184. additional_tests:
  185. rosebud: &test_rosebud
  186. matrix:
  187. query: rosebud
  188. lang: en
  189. result_container:
  190. - not_empty
  191. - ['one_title_contains', 'citizen kane']
  192. test:
  193. - unique_results
  194. android: &test_android
  195. matrix:
  196. query: ['android']
  197. lang: ['en', 'de', 'fr', 'zh-CN']
  198. result_container:
  199. - not_empty
  200. - ['one_title_contains', 'google']
  201. test:
  202. - unique_results
  203. # tests: only for the YAML anchors (see the engines section)
  204. tests:
  205. infobox: &tests_infobox
  206. infobox:
  207. matrix:
  208. query: ["linux", "new york", "bbc"]
  209. result_container:
  210. - has_infobox
  211. categories_as_tabs:
  212. general:
  213. images:
  214. videos:
  215. news:
  216. map:
  217. music:
  218. it:
  219. science:
  220. files:
  221. social media:
  222. engines:
  223. - name: apk mirror
  224. engine: apkmirror
  225. timeout: 4.0
  226. shortcut: apkm
  227. disabled: true
  228. # Requires Tor
  229. - name: ahmia
  230. engine: ahmia
  231. categories: onions
  232. enable_http: true
  233. shortcut: ah
  234. - name: arch linux wiki
  235. engine: archlinux
  236. shortcut: al
  237. - name: archive is
  238. engine: xpath
  239. search_url: https://archive.is/search/?q={query}
  240. url_xpath: (//div[@class="TEXT-BLOCK"]/a)/@href
  241. title_xpath: (//div[@class="TEXT-BLOCK"]/a)
  242. content_xpath: //div[@class="TEXT-BLOCK"]/ul/li
  243. categories: general
  244. timeout: 7.0
  245. disabled: true
  246. shortcut: ai
  247. soft_max_redirects: 1
  248. about:
  249. website: https://archive.is/
  250. wikidata_id: Q13515725
  251. official_api_documentation: https://mementoweb.org/depot/native/archiveis/
  252. use_official_api: false
  253. require_api_key: false
  254. results: HTML
  255. - name: artic
  256. engine: artic
  257. shortcut: arc
  258. timeout: 4.0
  259. - name: arxiv
  260. engine: arxiv
  261. shortcut: arx
  262. categories: science
  263. timeout: 4.0
  264. # tmp suspended: dh key too small
  265. # - name: base
  266. # engine: base
  267. # shortcut: bs
  268. - name: bandcamp
  269. engine: bandcamp
  270. shortcut: bc
  271. categories: music
  272. - name: wikipedia
  273. engine: wikipedia
  274. shortcut: wp
  275. base_url: 'https://{language}.wikipedia.org/'
  276. - name: bing
  277. engine: bing
  278. shortcut: bi
  279. - name: bing images
  280. engine: bing_images
  281. shortcut: bii
  282. - name: bing news
  283. engine: bing_news
  284. shortcut: bin
  285. - name: bing videos
  286. engine: bing_videos
  287. shortcut: biv
  288. - name: bitbucket
  289. engine: xpath
  290. paging: true
  291. search_url: https://bitbucket.org/repo/all/{pageno}?name={query}
  292. url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  293. title_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]
  294. content_xpath: //article[@class="repo-summary"]/p
  295. categories: [it, repos]
  296. timeout: 4.0
  297. disabled: true
  298. shortcut: bb
  299. about:
  300. website: https://bitbucket.org/
  301. wikidata_id: Q2493781
  302. official_api_documentation: https://developer.atlassian.com/bitbucket
  303. use_official_api: false
  304. require_api_key: false
  305. results: HTML
  306. - name: btdigg
  307. engine: btdigg
  308. shortcut: bt
  309. - name: ccc-tv
  310. engine: xpath
  311. paging: false
  312. search_url: https://media.ccc.de/search/?q={query}
  313. url_xpath: //div[@class="caption"]/h3/a/@href
  314. title_xpath: //div[@class="caption"]/h3/a/text()
  315. content_xpath: //div[@class="caption"]/h4/@title
  316. categories: videos
  317. disabled: true
  318. shortcut: c3tv
  319. about:
  320. website: https://media.ccc.de/
  321. wikidata_id: Q80729951
  322. official_api_documentation: https://github.com/voc/voctoweb
  323. use_official_api: false
  324. require_api_key: false
  325. results: HTML
  326. # We don't set language: de here because media.ccc.de is not just
  327. # for a German audience. It contains many English videos and many
  328. # German videos have English subtitles.
  329. - name: ccengine
  330. engine: ccengine
  331. categories: images
  332. shortcut: cce
  333. # - name: core.ac.uk
  334. # engine: core
  335. # categories: science
  336. # shortcut: cor
  337. # # get your API key from: https://core.ac.uk/api-keys/register/
  338. # api_key: 'unset'
  339. - name: crossref
  340. engine: json_engine
  341. paging: true
  342. search_url: https://search.crossref.org/dois?q={query}&page={pageno}
  343. url_query: doi
  344. title_query: title
  345. title_html_to_text: true
  346. content_query: fullCitation
  347. content_html_to_text: true
  348. categories: science
  349. shortcut: cr
  350. about:
  351. website: https://www.crossref.org/
  352. wikidata_id: Q5188229
  353. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  354. use_official_api: false
  355. require_api_key: false
  356. results: JSON
  357. - name: currency
  358. engine: currency_convert
  359. categories: general
  360. shortcut: cc
  361. - name: deezer
  362. engine: deezer
  363. shortcut: dz
  364. - name: deviantart
  365. engine: deviantart
  366. shortcut: da
  367. timeout: 3.0
  368. - name: ddg definitions
  369. engine: duckduckgo_definitions
  370. shortcut: ddd
  371. weight: 2
  372. disabled: true
  373. tests: *tests_infobox
  374. # cloudflare protected
  375. # - name: digbt
  376. # engine: digbt
  377. # shortcut: dbt
  378. # timeout: 6.0
  379. # disabled: true
  380. - name: docker hub
  381. engine: docker_hub
  382. shortcut: dh
  383. categories: [it, packages]
  384. - name: erowid
  385. engine: xpath
  386. paging: true
  387. first_page_num: 0
  388. page_size: 30
  389. search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
  390. url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  391. title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  392. content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
  393. categories: []
  394. shortcut: ew
  395. disabled: true
  396. about:
  397. website: https://www.erowid.org/
  398. wikidata_id: Q1430691
  399. official_api_documentation:
  400. use_official_api: false
  401. require_api_key: false
  402. results: HTML
  403. # - name: elasticsearch
  404. # shortcut: es
  405. # engine: elasticsearch
  406. # base_url: http://localhost:9200
  407. # username: elastic
  408. # password: changeme
  409. # index: my-index
  410. # # available options: match, simple_query_string, term, terms, custom
  411. # query_type: match
  412. # # if query_type is set to custom, provide your query here
  413. # #custom_query_json: {"query":{"match_all": {}}}
  414. # #show_metadata: false
  415. # disabled: true
  416. - name: wikidata
  417. engine: wikidata
  418. shortcut: wd
  419. timeout: 3.0
  420. weight: 2
  421. tests: *tests_infobox
  422. - name: duckduckgo
  423. engine: duckduckgo
  424. shortcut: ddg
  425. disabled: true
  426. - name: duckduckgo images
  427. engine: duckduckgo_images
  428. shortcut: ddi
  429. timeout: 3.0
  430. disabled: true
  431. - name: etools
  432. engine: etools
  433. shortcut: eto
  434. disabled: true
  435. additional_tests:
  436. rosebud: *test_rosebud
  437. - name: etymonline
  438. engine: xpath
  439. paging: true
  440. search_url: https://etymonline.com/search?page={pageno}&q={query}
  441. url_xpath: //a[contains(@class, "word__name--")]/@href
  442. title_xpath: //a[contains(@class, "word__name--")]
  443. content_xpath: //section[contains(@class, "word__defination")]
  444. first_page_num: 1
  445. shortcut: et
  446. categories: [dictionaries]
  447. disabled: false
  448. about:
  449. website: https://www.etymonline.com/
  450. wikidata_id: Q1188617
  451. official_api_documentation:
  452. use_official_api: false
  453. require_api_key: false
  454. results: HTML
  455. # - name: ebay
  456. # engine: ebay
  457. # shortcut: eb
  458. # disabled: true
  459. # timeout: 5
  460. - name: 1x
  461. engine: www1x
  462. shortcut: 1x
  463. timeout: 3.0
  464. disabled: true
  465. - name: fdroid
  466. engine: fdroid
  467. shortcut: fd
  468. disabled: true
  469. - name: flickr
  470. categories: images
  471. shortcut: fl
  472. # You can use the engine using the official stable API, but you need an API
  473. # key, see: https://www.flickr.com/services/apps/create/
  474. # engine: flickr
  475. # api_key: 'apikey' # required!
  476. # Or you can use the html non-stable engine, activated by default
  477. engine: flickr_noapi
  478. - name: free software directory
  479. engine: mediawiki
  480. shortcut: fsd
  481. categories: [it, software wikis]
  482. base_url: https://directory.fsf.org/
  483. number_of_results: 5
  484. # what part of a page matches the query string: title, text, nearmatch
  485. # * title - query matches title
  486. # * text - query matches the text of page
  487. # * nearmatch - nearmatch in title
  488. search_type: title
  489. timeout: 5.0
  490. disabled: true
  491. about:
  492. website: https://directory.fsf.org/
  493. wikidata_id: Q2470288
  494. # - name: freesound
  495. # engine: freesound
  496. # shortcut: fnd
  497. # disabled: true
  498. # timeout: 15.0
  499. # API key required, see: https://freesound.org/docs/api/overview.html
  500. # api_key: MyAPIkey
  501. - name: frinkiac
  502. engine: frinkiac
  503. shortcut: frk
  504. disabled: true
  505. - name: genius
  506. engine: genius
  507. shortcut: gen
  508. - name: gigablast
  509. engine: gigablast
  510. shortcut: gb
  511. timeout: 4.0
  512. disabled: true
  513. additional_tests:
  514. rosebud: *test_rosebud
  515. - name: gentoo
  516. engine: gentoo
  517. shortcut: ge
  518. - name: gitlab
  519. engine: json_engine
  520. paging: true
  521. search_url: https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  522. url_query: web_url
  523. title_query: name_with_namespace
  524. content_query: description
  525. page_size: 20
  526. categories: [it, repos]
  527. shortcut: gl
  528. timeout: 10.0
  529. disabled: true
  530. about:
  531. website: https://about.gitlab.com/
  532. wikidata_id: Q16639197
  533. official_api_documentation: https://docs.gitlab.com/ee/api/
  534. use_official_api: false
  535. require_api_key: false
  536. results: JSON
  537. - name: github
  538. engine: github
  539. shortcut: gh
  540. # This a Gitea service. If you would like to use a different instance,
  541. # change codeberg.org to URL of the desired Gitea host. Or you can create a
  542. # new engine by copying this and changing the name, shortcut and search_url.
  543. - name: codeberg
  544. engine: json_engine
  545. search_url: https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  546. url_query: html_url
  547. title_query: name
  548. content_query: description
  549. categories: [it, repos]
  550. shortcut: cb
  551. disabled: true
  552. about:
  553. website: https://codeberg.org/
  554. wikidata_id:
  555. official_api_documentation: https://try.gitea.io/api/swagger
  556. use_official_api: false
  557. require_api_key: false
  558. results: JSON
  559. - name: google
  560. engine: google
  561. shortcut: go
  562. # see https://docs.searxng.org/src/searx.engines.google.html#module-searx.engines.google
  563. use_mobile_ui: false
  564. # additional_tests:
  565. # android: *test_android
  566. # - name: google italian
  567. # engine: google
  568. # shortcut: goit
  569. # use_mobile_ui: false
  570. # language: it
  571. # - name: google mobile ui
  572. # engine: google
  573. # shortcut: gomui
  574. # use_mobile_ui: true
  575. - name: google images
  576. engine: google_images
  577. shortcut: goi
  578. # additional_tests:
  579. # android: *test_android
  580. # dali:
  581. # matrix:
  582. # query: ['Dali Christ']
  583. # lang: ['en', 'de', 'fr', 'zh-CN']
  584. # result_container:
  585. # - ['one_title_contains', 'Salvador']
  586. - name: google news
  587. engine: google_news
  588. shortcut: gon
  589. # additional_tests:
  590. # android: *test_android
  591. - name: google videos
  592. engine: google_videos
  593. shortcut: gov
  594. # additional_tests:
  595. # android: *test_android
  596. - name: google scholar
  597. engine: google_scholar
  598. shortcut: gos
  599. - name: google play apps
  600. engine: xpath
  601. search_url: https://play.google.com/store/search?q={query}&c=apps
  602. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  603. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  604. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  605. content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  606. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  607. categories: [files, apps]
  608. shortcut: gpa
  609. disabled: true
  610. about:
  611. website: https://play.google.com/
  612. wikidata_id: Q79576
  613. official_api_documentation:
  614. use_official_api: false
  615. require_api_key: false
  616. results: HTML
  617. - name: google play movies
  618. engine: xpath
  619. search_url: https://play.google.com/store/search?q={query}&c=movies
  620. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  621. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  622. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  623. content_xpath: './/div[@class="kCSSQe"]'
  624. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  625. categories: videos
  626. shortcut: gpm
  627. disabled: true
  628. about:
  629. website: https://play.google.com/
  630. wikidata_id: Q79576
  631. official_api_documentation:
  632. use_official_api: false
  633. require_api_key: false
  634. results: HTML
  635. - name: gpodder
  636. engine: json_engine
  637. shortcut: gpod
  638. timeout: 4.0
  639. paging: false
  640. search_url: https://gpodder.net/search.json?q={query}
  641. url_query: url
  642. title_query: title
  643. content_query: description
  644. page_size: 19
  645. categories: music
  646. disabled: true
  647. about:
  648. website: https://gpodder.net
  649. wikidata_id: Q3093354
  650. official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
  651. use_official_api: false
  652. requires_api_key: false
  653. results: JSON
  654. - name: habrahabr
  655. engine: xpath
  656. paging: true
  657. search_url: https://habrahabr.ru/search/page{pageno}/?q={query}
  658. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  659. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  660. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  661. categories: it
  662. timeout: 4.0
  663. disabled: true
  664. shortcut: habr
  665. about:
  666. website: https://habr.com/
  667. wikidata_id: Q4494434
  668. official_api_documentation: https://habr.com/en/docs/help/api/
  669. use_official_api: false
  670. require_api_key: false
  671. results: HTML
  672. - name: hoogle
  673. engine: xpath
  674. paging: true
  675. search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  676. results_xpath: '//div[@class="result"]'
  677. title_xpath: './/div[@class="ans"]//a'
  678. url_xpath: './/div[@class="ans"]//a/@href'
  679. content_xpath: './/div[@class="from"]'
  680. page_size: 20
  681. categories: [it, packages]
  682. shortcut: ho
  683. about:
  684. website: https://hoogle.haskell.org/
  685. wikidata_id: Q34010
  686. official_api_documentation: https://hackage.haskell.org/api
  687. use_official_api: false
  688. require_api_key: false
  689. results: JSON
  690. - name: imdb
  691. engine: imdb
  692. shortcut: imdb
  693. timeout: 6.0
  694. disabled: true
  695. - name: ina
  696. engine: ina
  697. shortcut: in
  698. timeout: 6.0
  699. disabled: true
  700. - name: invidious
  701. engine: invidious
  702. base_url:
  703. - https://invidious.tube/
  704. - https://invidious.snopyta.org/
  705. shortcut: iv
  706. timeout: 5.0
  707. disabled: true
  708. - name: kickass
  709. engine: kickass
  710. shortcut: kc
  711. timeout: 4.0
  712. disabled: true
  713. - name: library genesis
  714. engine: xpath
  715. search_url: https://libgen.rs/search.php?req={query}
  716. url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
  717. title_xpath: //a[contains(@href,"book/")]/text()[1]
  718. content_xpath: //td/a[1][contains(@href,"=author")]/text()
  719. categories: files
  720. timeout: 7.0
  721. disabled: true
  722. shortcut: lg
  723. about:
  724. website: https://libgen.rs/
  725. wikidata_id: Q22017206
  726. official_api_documentation:
  727. use_official_api: false
  728. require_api_key: false
  729. results: HTML
  730. - name: z-library
  731. engine: zlibrary
  732. shortcut: zlib
  733. categories: files
  734. timeout: 3.0
  735. # choose base_url, otherwise engine will do it at initialization time
  736. # base_url: https://b-ok.cc
  737. # base_url: https://de1lib.org
  738. # base_url: https://booksc.eu # does not have cover preview
  739. # base_url: https://booksc.org # does not have cover preview
  740. - name: library of congress
  741. engine: loc
  742. shortcut: loc
  743. categories: images
  744. - name: lobste.rs
  745. engine: xpath
  746. search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  747. results_xpath: //li[contains(@class, "story")]
  748. url_xpath: .//a[@class="u-url"]/@href
  749. title_xpath: .//a[@class="u-url"]
  750. content_xpath: .//a[@class="domain"]
  751. categories: it
  752. shortcut: lo
  753. timeout: 5.0
  754. disabled: true
  755. about:
  756. website: https://lobste.rs/
  757. wikidata_id: Q60762874
  758. official_api_documentation:
  759. use_official_api: false
  760. require_api_key: false
  761. results: HTML
  762. - name: azlyrics
  763. shortcut: lyrics
  764. engine: xpath
  765. timeout: 4.0
  766. disabled: true
  767. categories: [music, lyrics]
  768. paging: true
  769. search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
  770. url_xpath: //td[@class="text-left visitedlyr"]/a/@href
  771. title_xpath: //span/b/text()
  772. content_xpath: //td[@class="text-left visitedlyr"]/a/small
  773. about:
  774. website: https://azlyrics.com
  775. wikidata_id: Q66372542
  776. official_api_documentation:
  777. use_official_api: false
  778. require_api_key: false
  779. results: HTML
  780. # - name: meilisearch
  781. # engine: meilisearch
  782. # shortcut: mes
  783. # enable_http: true
  784. # base_url: http://localhost:7700
  785. # index: my-index
  786. - name: microsoft academic
  787. engine: microsoft_academic
  788. categories: science
  789. shortcut: ma
  790. timeout: 6.0
  791. - name: mixcloud
  792. engine: mixcloud
  793. shortcut: mc
  794. # MongoDB engine
  795. # Required dependency: pymongo
  796. # - name: mymongo
  797. # engine: mongodb
  798. # shortcut: md
  799. # exact_match_only: false
  800. # host: '127.0.0.1'
  801. # port: 27017
  802. # enable_http: true
  803. # results_per_page: 20
  804. # database: 'business'
  805. # collection: 'reviews' # name of the db collection
  806. # key: 'name' # key in the collection to search for
  807. - name: npm
  808. engine: json_engine
  809. paging: true
  810. first_page_num: 0
  811. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  812. results_query: results
  813. url_query: package/links/npm
  814. title_query: package/name
  815. content_query: package/description
  816. page_size: 25
  817. categories: [it, packages]
  818. disabled: true
  819. timeout: 5.0
  820. shortcut: npm
  821. about:
  822. website: https://npms.io/
  823. wikidata_id: Q7067518
  824. official_api_documentation: https://api-docs.npms.io/
  825. use_official_api: false
  826. require_api_key: false
  827. results: JSON
  828. - name: nyaa
  829. engine: nyaa
  830. shortcut: nt
  831. disabled: true
  832. - name: mankier
  833. engine: json_engine
  834. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  835. results_query: results
  836. url_query: url
  837. title_query: name
  838. content_query: description
  839. categories: it
  840. shortcut: man
  841. about:
  842. website: https://www.mankier.com/
  843. official_api_documentation: https://www.mankier.com/api
  844. use_official_api: true
  845. require_api_key: false
  846. results: JSON
  847. - name: openairedatasets
  848. engine: json_engine
  849. paging: true
  850. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  851. results_query: response/results/result
  852. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  853. title_query: metadata/oaf:entity/oaf:result/title/$
  854. content_query: metadata/oaf:entity/oaf:result/description/$
  855. content_html_to_text: true
  856. categories: science
  857. shortcut: oad
  858. timeout: 5.0
  859. about:
  860. website: https://www.openaire.eu/
  861. wikidata_id: Q25106053
  862. official_api_documentation: https://api.openaire.eu/
  863. use_official_api: false
  864. require_api_key: false
  865. results: JSON
  866. - name: openairepublications
  867. engine: json_engine
  868. paging: true
  869. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  870. results_query: response/results/result
  871. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  872. title_query: metadata/oaf:entity/oaf:result/title/$
  873. content_query: metadata/oaf:entity/oaf:result/description/$
  874. content_html_to_text: true
  875. categories: science
  876. shortcut: oap
  877. timeout: 5.0
  878. about:
  879. website: https://www.openaire.eu/
  880. wikidata_id: Q25106053
  881. official_api_documentation: https://api.openaire.eu/
  882. use_official_api: false
  883. require_api_key: false
  884. results: JSON
  885. # - name: opensemanticsearch
  886. # engine: opensemantic
  887. # shortcut: oss
  888. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  889. - name: openstreetmap
  890. engine: openstreetmap
  891. shortcut: osm
  892. - name: openrepos
  893. engine: xpath
  894. paging: true
  895. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  896. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  897. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  898. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  899. categories: files
  900. timeout: 4.0
  901. disabled: true
  902. shortcut: or
  903. about:
  904. website: https://openrepos.net/
  905. wikidata_id:
  906. official_api_documentation:
  907. use_official_api: false
  908. require_api_key: false
  909. results: HTML
  910. - name: packagist
  911. engine: json_engine
  912. paging: true
  913. search_url: https://packagist.org/search.json?q={query}&page={pageno}
  914. results_query: results
  915. url_query: url
  916. title_query: name
  917. content_query: description
  918. categories: [it, packages]
  919. disabled: true
  920. timeout: 5.0
  921. shortcut: pack
  922. about:
  923. website: https://packagist.org
  924. wikidata_id: Q108311377
  925. official_api_documentation: https://packagist.org/apidoc
  926. use_official_api: true
  927. require_api_key: false
  928. results: JSON
  929. - name: pdbe
  930. engine: pdbe
  931. shortcut: pdb
  932. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  933. # hide_obsolete: false
  934. - name: photon
  935. engine: photon
  936. shortcut: ph
  937. - name: piratebay
  938. engine: piratebay
  939. shortcut: tpb
  940. # You may need to change this URL to a proxy if piratebay is blocked in your
  941. # country
  942. url: https://thepiratebay.org/
  943. timeout: 3.0
  944. # Required dependency: psychopg2
  945. # - name: postgresql
  946. # engine: postgresql
  947. # database: postgres
  948. # username: postgres
  949. # password: postgres
  950. # limit: 10
  951. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  952. # shortcut : psql
  953. - name: pubmed
  954. engine: pubmed
  955. shortcut: pub
  956. categories: science
  957. timeout: 3.0
  958. - name: pypi
  959. shortcut: pypi
  960. engine: xpath
  961. paging: true
  962. search_url: https://pypi.org/search?q={query}&page={pageno}
  963. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  964. url_xpath: ./@href
  965. title_xpath: ./h3/span[@class="package-snippet__name"]
  966. content_xpath: ./p
  967. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  968. first_page_num: 1
  969. categories: [it, packages]
  970. about:
  971. website: https://pypi.org
  972. wikidata_id: Q2984686
  973. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  974. use_official_api: false
  975. require_api_key: false
  976. results: HTML
  977. - name: qwant
  978. engine: qwant
  979. shortcut: qw
  980. categories: [general, web]
  981. disabled: false
  982. additional_tests:
  983. rosebud: *test_rosebud
  984. - name: qwant news
  985. engine: qwant
  986. shortcut: qwn
  987. categories: news
  988. disabled: false
  989. network: qwant
  990. - name: qwant images
  991. engine: qwant
  992. shortcut: qwi
  993. categories: [images, web]
  994. disabled: false
  995. network: qwant
  996. - name: qwant videos
  997. engine: qwant
  998. shortcut: qwv
  999. categories: [videos, web]
  1000. disabled: false
  1001. network: qwant
  1002. # - name: library
  1003. # engine: recoll
  1004. # shortcut: lib
  1005. # base_url: 'https://recoll.example.org/'
  1006. # search_dir: ''
  1007. # mount_prefix: /export
  1008. # dl_prefix: 'https://download.example.org'
  1009. # timeout: 30.0
  1010. # categories: files
  1011. # disabled: true
  1012. # - name: recoll library reference
  1013. # engine: recoll
  1014. # base_url: 'https://recoll.example.org/'
  1015. # search_dir: reference
  1016. # mount_prefix: /export
  1017. # dl_prefix: 'https://download.example.org'
  1018. # shortcut: libr
  1019. # timeout: 30.0
  1020. # categories: files
  1021. # disabled: true
  1022. - name: reddit
  1023. engine: reddit
  1024. shortcut: re
  1025. page_size: 25
  1026. # Required dependency: redis
  1027. # - name: myredis
  1028. # shortcut : rds
  1029. # engine: redis_server
  1030. # exact_match_only: false
  1031. # host: '127.0.0.1'
  1032. # port: 6379
  1033. # enable_http: true
  1034. # password: ''
  1035. # db: 0
  1036. # tmp suspended: bad certificate
  1037. # - name: scanr structures
  1038. # shortcut: scs
  1039. # engine: scanr_structures
  1040. # disabled: true
  1041. - name: sepiasearch
  1042. engine: sepiasearch
  1043. shortcut: sep
  1044. - name: soundcloud
  1045. engine: soundcloud
  1046. shortcut: sc
  1047. - name: stackoverflow
  1048. engine: stackexchange
  1049. shortcut: st
  1050. api_site: 'stackoverflow'
  1051. categories: [it, q&a]
  1052. - name: askubuntu
  1053. engine: stackexchange
  1054. shortcut: ubuntu
  1055. api_site: 'askubuntu'
  1056. categories: [it, q&a]
  1057. - name: superuser
  1058. engine: stackexchange
  1059. shortcut: su
  1060. api_site: 'superuser'
  1061. categories: [it, q&a]
  1062. - name: searchcode code
  1063. engine: searchcode_code
  1064. shortcut: scc
  1065. disabled: true
  1066. - name: framalibre
  1067. engine: framalibre
  1068. shortcut: frl
  1069. disabled: true
  1070. # - name: searx
  1071. # engine: searx_engine
  1072. # shortcut: se
  1073. # instance_urls :
  1074. # - http://127.0.0.1:8888/
  1075. # - ...
  1076. # disabled: true
  1077. - name: semantic scholar
  1078. engine: semantic_scholar
  1079. disabled: true
  1080. shortcut: se
  1081. categories: science
  1082. about:
  1083. website: https://www.semanticscholar.org/
  1084. wikidata_id: Q22908627
  1085. official_api_documentation: https://api.semanticscholar.org/
  1086. use_official_api: false
  1087. require_api_key: false
  1088. results: JSON
  1089. # Spotify needs API credentials
  1090. # - name: spotify
  1091. # engine: spotify
  1092. # shortcut: stf
  1093. # api_client_id: *******
  1094. # api_client_secret: *******
  1095. # - name: solr
  1096. # engine: solr
  1097. # shortcut: slr
  1098. # base_url: http://localhost:8983
  1099. # collection: collection_name
  1100. # sort: '' # sorting: asc or desc
  1101. # field_list: '' # comma separated list of field names to display on the UI
  1102. # default_fields: '' # default field to query
  1103. # query_fields: '' # query fields
  1104. # enable_http: true
  1105. # - name: springer nature
  1106. # engine: springer
  1107. # # get your API key from: https://dev.springernature.com/signup
  1108. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1109. # api_key: 'unset'
  1110. # shortcut: springer
  1111. # categories: science
  1112. # timeout: 6.0
  1113. - name: startpage
  1114. engine: startpage
  1115. shortcut: sp
  1116. timeout: 6.0
  1117. disabled: true
  1118. additional_tests:
  1119. rosebud: *test_rosebud
  1120. - name: tokyotoshokan
  1121. engine: tokyotoshokan
  1122. shortcut: tt
  1123. timeout: 6.0
  1124. disabled: true
  1125. - name: solidtorrents
  1126. engine: solidtorrents
  1127. shortcut: solid
  1128. timeout: 3.0
  1129. disabled: false
  1130. # For this demo of the sqlite engine download:
  1131. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  1132. # and unpack into searx/data/filmliste-v2.db
  1133. # Query to test: "!demo concert"
  1134. #
  1135. # - name: demo
  1136. # engine: sqlite
  1137. # shortcut: demo
  1138. # categories: general
  1139. # result_template: default.html
  1140. # database: searx/data/filmliste-v2.db
  1141. # query_str: >-
  1142. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  1143. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  1144. # description AS content
  1145. # FROM film
  1146. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  1147. # ORDER BY duration DESC
  1148. # disabled: false
  1149. # Requires Tor
  1150. - name: torch
  1151. engine: xpath
  1152. paging: true
  1153. search_url:
  1154. http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1155. results_xpath: //table//tr
  1156. url_xpath: ./td[2]/a
  1157. title_xpath: ./td[2]/b
  1158. content_xpath: ./td[2]/small
  1159. categories: onions
  1160. enable_http: true
  1161. shortcut: tch
  1162. # torznab engine lets you query any torznab compatible indexer. Using this
  1163. # engine in combination with Jackett (https://github.com/Jackett/Jackett)
  1164. # opens the possibility to query a lot of public and private indexers directly
  1165. # from SearXNG.
  1166. # - name: torznab
  1167. # engine: torznab
  1168. # shortcut: trz
  1169. # base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab
  1170. # enable_http: true # if using localhost
  1171. # api_key: xxxxxxxxxxxxxxx
  1172. # # https://github.com/Jackett/Jackett/wiki/Jackett-Categories
  1173. # torznab_categories: # optional
  1174. # - 2000
  1175. # - 5000
  1176. # maybe in a fun category
  1177. # - name: uncyclopedia
  1178. # engine: mediawiki
  1179. # shortcut: unc
  1180. # base_url: https://uncyclopedia.wikia.com/
  1181. # number_of_results: 5
  1182. # tmp suspended - too slow, too many errors
  1183. # - name: urbandictionary
  1184. # engine : xpath
  1185. # search_url : https://www.urbandictionary.com/define.php?term={query}
  1186. # url_xpath : //*[@class="word"]/@href
  1187. # title_xpath : //*[@class="def-header"]
  1188. # content_xpath: //*[@class="meaning"]
  1189. # shortcut: ud
  1190. - name: unsplash
  1191. engine: unsplash
  1192. shortcut: us
  1193. - name: yahoo
  1194. engine: yahoo
  1195. shortcut: yh
  1196. disabled: true
  1197. - name: yahoo news
  1198. engine: yahoo_news
  1199. shortcut: yhn
  1200. - name: youtube
  1201. shortcut: yt
  1202. # You can use the engine using the official stable API, but you need an API
  1203. # key See: https://console.developers.google.com/project
  1204. #
  1205. # engine: youtube_api
  1206. # api_key: 'apikey' # required!
  1207. #
  1208. # Or you can use the html non-stable engine, activated by default
  1209. engine: youtube_noapi
  1210. - name: dailymotion
  1211. engine: dailymotion
  1212. shortcut: dm
  1213. - name: vimeo
  1214. engine: vimeo
  1215. shortcut: vm
  1216. - name: wiby
  1217. engine: json_engine
  1218. search_url: https://wiby.me/json/?q={query}
  1219. url_query: URL
  1220. title_query: Title
  1221. content_query: Snippet
  1222. categories: [general, web]
  1223. shortcut: wib
  1224. disabled: true
  1225. about:
  1226. website: https://wiby.me/
  1227. - name: wikibooks
  1228. engine: mediawiki
  1229. shortcut: wb
  1230. categories: general
  1231. base_url: "https://{language}.wikibooks.org/"
  1232. number_of_results: 5
  1233. search_type: text
  1234. disabled: true
  1235. about:
  1236. website: https://www.wikibooks.org/
  1237. wikidata_id: Q367
  1238. - name: wikinews
  1239. engine: mediawiki
  1240. shortcut: wn
  1241. categories: news
  1242. base_url: "https://{language}.wikinews.org/"
  1243. number_of_results: 5
  1244. search_type: text
  1245. disabled: true
  1246. about:
  1247. website: https://www.wikinews.org/
  1248. wikidata_id: Q964
  1249. - name: wikiquote
  1250. engine: mediawiki
  1251. shortcut: wq
  1252. categories: general
  1253. base_url: "https://{language}.wikiquote.org/"
  1254. number_of_results: 5
  1255. search_type: text
  1256. disabled: true
  1257. additional_tests:
  1258. rosebud: *test_rosebud
  1259. about:
  1260. website: https://www.wikiquote.org/
  1261. wikidata_id: Q369
  1262. - name: wikisource
  1263. engine: mediawiki
  1264. shortcut: ws
  1265. categories: general
  1266. base_url: "https://{language}.wikisource.org/"
  1267. number_of_results: 5
  1268. search_type: text
  1269. disabled: true
  1270. about:
  1271. website: https://www.wikisource.org/
  1272. wikidata_id: Q263
  1273. - name: wiktionary
  1274. engine: mediawiki
  1275. shortcut: wt
  1276. categories: [dictionaries]
  1277. base_url: "https://{language}.wiktionary.org/"
  1278. number_of_results: 5
  1279. search_type: text
  1280. disabled: false
  1281. about:
  1282. website: https://www.wiktionary.org/
  1283. wikidata_id: Q151
  1284. - name: wikiversity
  1285. engine: mediawiki
  1286. shortcut: wv
  1287. categories: general
  1288. base_url: "https://{language}.wikiversity.org/"
  1289. number_of_results: 5
  1290. search_type: text
  1291. disabled: true
  1292. about:
  1293. website: https://www.wikiversity.org/
  1294. wikidata_id: Q370
  1295. - name: wikivoyage
  1296. engine: mediawiki
  1297. shortcut: wy
  1298. categories: general
  1299. base_url: "https://{language}.wikivoyage.org/"
  1300. number_of_results: 5
  1301. search_type: text
  1302. disabled: true
  1303. about:
  1304. website: https://www.wikivoyage.org/
  1305. wikidata_id: Q373
  1306. - name: wolframalpha
  1307. shortcut: wa
  1308. # You can use the engine using the official stable API, but you need an API
  1309. # key. See: https://products.wolframalpha.com/api/
  1310. #
  1311. # engine: wolframalpha_api
  1312. # api_key: ''
  1313. #
  1314. # Or you can use the html non-stable engine, activated by default
  1315. engine: wolframalpha_noapi
  1316. timeout: 6.0
  1317. categories: science
  1318. - name: dictzone
  1319. engine: dictzone
  1320. shortcut: dc
  1321. - name: mymemory translated
  1322. engine: translated
  1323. shortcut: tl
  1324. timeout: 5.0
  1325. disabled: false
  1326. # You can use without an API key, but you are limited to 1000 words/day
  1327. # See: https://mymemory.translated.net/doc/usagelimits.php
  1328. # api_key: ''
  1329. # Required dependency: mysql-connector-python
  1330. # - name: mysql
  1331. # engine: mysql_server
  1332. # database: mydatabase
  1333. # username: user
  1334. # password: pass
  1335. # limit: 10
  1336. # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
  1337. # shortcut: mysql
  1338. - name: 1337x
  1339. engine: 1337x
  1340. shortcut: 1337x
  1341. disabled: true
  1342. - name: duden
  1343. engine: duden
  1344. shortcut: du
  1345. disabled: true
  1346. - name: seznam
  1347. shortcut: szn
  1348. engine: seznam
  1349. disabled: true
  1350. - name: mojeek
  1351. shortcut: mjk
  1352. engine: xpath
  1353. paging: true
  1354. categories: [general, web]
  1355. search_url: https://www.mojeek.com/search?q={query}&s={pageno}
  1356. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1357. url_xpath: ./h2/a/@href
  1358. title_xpath: ./h2
  1359. content_xpath: ./p[@class="s"]
  1360. suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1361. first_page_num: 0
  1362. page_size: 10
  1363. disabled: true
  1364. about:
  1365. website: https://www.mojeek.com/
  1366. wikidata_id: Q60747299
  1367. official_api_documentation: https://www.mojeek.com/services/api.html/
  1368. use_official_api: false
  1369. require_api_key: false
  1370. results: HTML
  1371. - name: naver
  1372. shortcut: nvr
  1373. categories: [general, web]
  1374. engine: xpath
  1375. paging: true
  1376. search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1377. url_xpath: //a[@class="link_tit"]/@href
  1378. title_xpath: //a[@class="link_tit"]
  1379. content_xpath: //a[@class="total_dsc"]/div
  1380. first_page_num: 1
  1381. page_size: 10
  1382. disabled: true
  1383. about:
  1384. website: https://www.naver.com/
  1385. wikidata_id: Q485639
  1386. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1387. use_official_api: false
  1388. require_api_key: false
  1389. results: HTML
  1390. language: ko
  1391. - name: rubygems
  1392. shortcut: rbg
  1393. engine: xpath
  1394. paging: true
  1395. search_url: https://rubygems.org/search?page={pageno}&query={query}
  1396. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1397. url_xpath: ./@href
  1398. title_xpath: ./span/h2
  1399. content_xpath: ./span/p
  1400. suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
  1401. first_page_num: 1
  1402. categories: [it, packages]
  1403. disabled: true
  1404. about:
  1405. website: https://rubygems.org/
  1406. wikidata_id: Q1853420
  1407. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1408. use_official_api: false
  1409. require_api_key: false
  1410. results: HTML
  1411. - name: peertube
  1412. engine: peertube
  1413. shortcut: ptb
  1414. paging: true
  1415. base_url: https://peer.tube/
  1416. categories: videos
  1417. disabled: true
  1418. - name: mediathekviewweb
  1419. engine: mediathekviewweb
  1420. shortcut: mvw
  1421. disabled: true
  1422. # - name: yacy
  1423. # engine: yacy
  1424. # shortcut: ya
  1425. # base_url: 'http://localhost:8090
  1426. # required if you aren't using HTTPS for your local yacy instance'
  1427. # enable_http: true
  1428. # number_of_results: 5
  1429. # timeout: 3.0
  1430. - name: rumble
  1431. engine: rumble
  1432. shortcut: ru
  1433. base_url: https://rumble.com/
  1434. paging: true
  1435. categories: videos
  1436. disabled: true
  1437. - name: wordnik
  1438. engine: wordnik
  1439. shortcut: def
  1440. base_url: https://www.wordnik.com/
  1441. categories: [dictionaries]
  1442. timeout: 5.0
  1443. disabled: false
  1444. - name: woxikon.de synonyme
  1445. engine: xpath
  1446. shortcut: woxi
  1447. categories: [dictionaries]
  1448. timeout: 5.0
  1449. disabled: true
  1450. search_url: https://synonyme.woxikon.de/synonyme/{query}.php
  1451. url_xpath: //div[@class="upper-synonyms"]/a/@href
  1452. content_xpath: //div[@class="synonyms-list-group"]
  1453. title_xpath: //div[@class="upper-synonyms"]/a
  1454. about:
  1455. website: https://www.woxikon.de/
  1456. wikidata_id: # No Wikidata ID
  1457. use_official_api: false
  1458. require_api_key: false
  1459. results: HTML
  1460. language: de
  1461. - name: słownik języka polskiego
  1462. engine: sjp
  1463. shortcut: sjp
  1464. base_url: https://sjp.pwn.pl/
  1465. timeout: 5.0
  1466. disabled: true
  1467. # wikimini: online encyclopedia for children
  1468. # The fulltext and title parameter is necessary for Wikimini because
  1469. # sometimes it will not show the results and redirect instead
  1470. - name: wikimini
  1471. engine: xpath
  1472. shortcut: wkmn
  1473. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1474. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1475. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1476. content_xpath: //li/div[@class="searchresult"]
  1477. categories: general
  1478. disabled: true
  1479. about:
  1480. website: https://wikimini.org/
  1481. wikidata_id: Q3568032
  1482. use_official_api: false
  1483. require_api_key: false
  1484. results: HTML
  1485. language: fr
  1486. - name: brave
  1487. shortcut: brave
  1488. engine: xpath
  1489. paging: false
  1490. search_url: https://search.brave.com/search?q={query}
  1491. url_xpath: //div[@class="snippet fdb"]/a/@href
  1492. title_xpath: //span[@class="snippet-title"]
  1493. content_xpath: //p[1][@class="snippet-description"]
  1494. suggestion_xpath: //div[@class="text-gray h6"]/a
  1495. categories: [general, web]
  1496. about:
  1497. website: https://brave.com/search/
  1498. wikidata_id: Q107355971
  1499. use_official_api: false
  1500. require_api_key: false
  1501. results: HTML
  1502. # Doku engine lets you access to any Doku wiki instance:
  1503. # A public one or a privete/corporate one.
  1504. # - name: ubuntuwiki
  1505. # engine: doku
  1506. # shortcut: uw
  1507. # base_url: 'https://doc.ubuntu-fr.org'
  1508. # Be careful when enabling this engine if you are
  1509. # running a public instance. Do not expose any sensitive
  1510. # information. You can restrict access by configuring a list
  1511. # of access tokens under tokens.
  1512. # - name: git grep
  1513. # engine: command
  1514. # command: ['git', 'grep', '{{QUERY}}']
  1515. # shortcut: gg
  1516. # tokens: []
  1517. # disabled: true
  1518. # delimiter:
  1519. # chars: ':'
  1520. # keys: ['filepath', 'code']
  1521. # Be careful when enabling this engine if you are
  1522. # running a public instance. Do not expose any sensitive
  1523. # information. You can restrict access by configuring a list
  1524. # of access tokens under tokens.
  1525. # - name: locate
  1526. # engine: command
  1527. # command: ['locate', '{{QUERY}}']
  1528. # shortcut: loc
  1529. # tokens: []
  1530. # disabled: true
  1531. # delimiter:
  1532. # chars: ' '
  1533. # keys: ['line']
  1534. # Be careful when enabling this engine if you are
  1535. # running a public instance. Do not expose any sensitive
  1536. # information. You can restrict access by configuring a list
  1537. # of access tokens under tokens.
  1538. # - name: find
  1539. # engine: command
  1540. # command: ['find', '.', '-name', '{{QUERY}}']
  1541. # query_type: path
  1542. # shortcut: fnd
  1543. # tokens: []
  1544. # disabled: true
  1545. # delimiter:
  1546. # chars: ' '
  1547. # keys: ['line']
  1548. # Be careful when enabling this engine if you are
  1549. # running a public instance. Do not expose any sensitive
  1550. # information. You can restrict access by configuring a list
  1551. # of access tokens under tokens.
  1552. # - name: pattern search in files
  1553. # engine: command
  1554. # command: ['fgrep', '{{QUERY}}']
  1555. # shortcut: fgr
  1556. # tokens: []
  1557. # disabled: true
  1558. # delimiter:
  1559. # chars: ' '
  1560. # keys: ['line']
  1561. # Be careful when enabling this engine if you are
  1562. # running a public instance. Do not expose any sensitive
  1563. # information. You can restrict access by configuring a list
  1564. # of access tokens under tokens.
  1565. # - name: regex search in files
  1566. # engine: command
  1567. # command: ['grep', '{{QUERY}}']
  1568. # shortcut: gr
  1569. # tokens: []
  1570. # disabled: true
  1571. # delimiter:
  1572. # chars: ' '
  1573. # keys: ['line']
  1574. doi_resolvers:
  1575. oadoi.org: 'https://oadoi.org/'
  1576. doi.org: 'https://doi.org/'
  1577. doai.io: 'https://dissem.in/'
  1578. sci-hub.se: 'https://sci-hub.se/'
  1579. sci-hub.do: 'https://sci-hub.do/'
  1580. scihubtw.tw: 'https://scihubtw.tw/'
  1581. sci-hub.st: 'https://sci-hub.st/'
  1582. sci-hub.bar: 'https://sci-hub.bar/'
  1583. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1584. default_doi_resolver: 'oadoi.org'