settings.yml 46 KB

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