settings.yml 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763
  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. limiter: false # rate limit the number of request on the instance, block some bots
  44. # If your instance owns a /etc/searxng/settings.yml file, then set the following
  45. # values there.
  46. secret_key: "ultrasecretkey" # change this!
  47. # Proxying image results through searx
  48. image_proxy: false
  49. # 1.0 and 1.1 are supported
  50. http_protocol_version: "1.0"
  51. # POST queries are more secure as they don't show up in history but may cause
  52. # problems when using Firefox containers
  53. method: "POST"
  54. default_http_headers:
  55. X-Content-Type-Options: nosniff
  56. X-XSS-Protection: 1; mode=block
  57. X-Download-Options: noopen
  58. X-Robots-Tag: noindex, nofollow
  59. Referrer-Policy: no-referrer
  60. redis:
  61. # https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
  62. url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
  63. ui:
  64. # Custom static path - leave it blank if you didn't change
  65. static_path: ""
  66. # Custom templates path - leave it blank if you didn't change
  67. templates_path: ""
  68. # query_in_title: When true, the result page's titles contains the query
  69. # it decreases the privacy, since the browser can records the page titles.
  70. query_in_title: false
  71. # ui theme
  72. default_theme: simple
  73. # Default interface locale - leave blank to detect from browser information or
  74. # use codes from the 'locales' config section
  75. default_locale: ""
  76. theme_args:
  77. # default style of oscar
  78. oscar_style: logicodev
  79. # style of simple theme: auto, light, dark
  80. simple_style: auto
  81. # Open result links in a new tab by default
  82. # results_on_new_tab: false
  83. # Lock arbitrary settings on the preferences page. To find the ID of the user
  84. # setting you want to lock, check the ID of the form on the page "preferences".
  85. #
  86. # preferences:
  87. # lock:
  88. # - language
  89. # - autocomplete
  90. # - method
  91. # - query_in_title
  92. # searx supports result proxification using an external service:
  93. # https://github.com/asciimoo/morty uncomment below section if you have running
  94. # morty proxy the key is base64 encoded (keep the !!binary notation)
  95. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  96. #
  97. # result_proxy:
  98. # url: http://127.0.0.1:3000/
  99. # key: !!binary "your_morty_proxy_key"
  100. # # [true|false] enable the "proxy" button next to each result
  101. # proxify_results: true
  102. # communication with search engines
  103. #
  104. outgoing:
  105. # default timeout in seconds, can be override by engine
  106. request_timeout: 3.0
  107. # the maximum timeout in seconds
  108. # max_request_timeout: 10.0
  109. # suffix of searx_useragent, could contain informations like an email address
  110. # to the administrator
  111. useragent_suffix: ""
  112. # The maximum number of concurrent connections that may be established.
  113. pool_connections: 100
  114. # Allow the connection pool to maintain keep-alive connections below this
  115. # point.
  116. pool_maxsize: 20
  117. # See https://www.python-httpx.org/http2/
  118. enable_http2: true
  119. # uncomment below section if you want to use a proxyq see: SOCKS proxies
  120. # https://2.python-requests.org/en/latest/user/advanced/#proxies
  121. # are also supported: see
  122. # https://2.python-requests.org/en/latest/user/advanced/#socks
  123. #
  124. # proxies:
  125. # all://:
  126. # - http://proxy1:8080
  127. # - http://proxy2:8080
  128. #
  129. # using_tor_proxy: true
  130. #
  131. # Extra seconds to add in order to account for the time taken by the proxy
  132. #
  133. # extra_proxy_timeout: 10.0
  134. #
  135. # uncomment below section only if you have more than one network interface
  136. # which can be the source of outgoing search requests
  137. #
  138. # source_ips:
  139. # - 1.1.1.1
  140. # - 1.1.1.2
  141. # - fe80::/126
  142. # External plugin configuration, for more details see
  143. # https://docs.searxng.org/dev/plugins.html
  144. #
  145. # plugins:
  146. # - plugin1
  147. # - plugin2
  148. # - ...
  149. # Comment or un-comment plugin to activate / deactivate by default.
  150. #
  151. # enabled_plugins:
  152. # # these plugins are enabled if nothing is configured ..
  153. # - 'Hash plugin'
  154. # - 'Search on category select'
  155. # - 'Self Informations'
  156. # - 'Tracker URL remover'
  157. # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
  158. # # these plugins are disabled if nothing is configured ..
  159. # - 'Hostname replace' # see hostname_replace configuration below
  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. disabled: true
  368. - name: deviantart
  369. engine: deviantart
  370. shortcut: da
  371. timeout: 3.0
  372. - name: ddg definitions
  373. engine: duckduckgo_definitions
  374. shortcut: ddd
  375. weight: 2
  376. disabled: true
  377. tests: *tests_infobox
  378. # cloudflare protected
  379. # - name: digbt
  380. # engine: digbt
  381. # shortcut: dbt
  382. # timeout: 6.0
  383. # disabled: true
  384. - name: docker hub
  385. engine: docker_hub
  386. shortcut: dh
  387. categories: [it, packages]
  388. - name: erowid
  389. engine: xpath
  390. paging: true
  391. first_page_num: 0
  392. page_size: 30
  393. search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
  394. url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  395. title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  396. content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
  397. categories: []
  398. shortcut: ew
  399. disabled: true
  400. about:
  401. website: https://www.erowid.org/
  402. wikidata_id: Q1430691
  403. official_api_documentation:
  404. use_official_api: false
  405. require_api_key: false
  406. results: HTML
  407. # - name: elasticsearch
  408. # shortcut: es
  409. # engine: elasticsearch
  410. # base_url: http://localhost:9200
  411. # username: elastic
  412. # password: changeme
  413. # index: my-index
  414. # # available options: match, simple_query_string, term, terms, custom
  415. # query_type: match
  416. # # if query_type is set to custom, provide your query here
  417. # #custom_query_json: {"query":{"match_all": {}}}
  418. # #show_metadata: false
  419. # disabled: true
  420. - name: wikidata
  421. engine: wikidata
  422. shortcut: wd
  423. timeout: 3.0
  424. weight: 2
  425. tests: *tests_infobox
  426. - name: duckduckgo
  427. engine: duckduckgo
  428. shortcut: ddg
  429. disabled: true
  430. - name: duckduckgo images
  431. engine: duckduckgo_images
  432. shortcut: ddi
  433. timeout: 3.0
  434. disabled: true
  435. - name: tineye
  436. engine: tineye
  437. shortcut: tin
  438. timeout: 9.0
  439. - name: etymonline
  440. engine: xpath
  441. paging: true
  442. search_url: https://etymonline.com/search?page={pageno}&q={query}
  443. url_xpath: //a[contains(@class, "word__name--")]/@href
  444. title_xpath: //a[contains(@class, "word__name--")]
  445. content_xpath: //section[contains(@class, "word__defination")]
  446. first_page_num: 1
  447. shortcut: et
  448. categories: [dictionaries]
  449. disabled: false
  450. about:
  451. website: https://www.etymonline.com/
  452. wikidata_id: Q1188617
  453. official_api_documentation:
  454. use_official_api: false
  455. require_api_key: false
  456. results: HTML
  457. # - name: ebay
  458. # engine: ebay
  459. # shortcut: eb
  460. # disabled: true
  461. # timeout: 5
  462. - name: 1x
  463. engine: www1x
  464. shortcut: 1x
  465. timeout: 3.0
  466. disabled: true
  467. - name: fdroid
  468. engine: fdroid
  469. shortcut: fd
  470. disabled: true
  471. - name: flickr
  472. categories: images
  473. shortcut: fl
  474. # You can use the engine using the official stable API, but you need an API
  475. # key, see: https://www.flickr.com/services/apps/create/
  476. # engine: flickr
  477. # api_key: 'apikey' # required!
  478. # Or you can use the html non-stable engine, activated by default
  479. engine: flickr_noapi
  480. - name: free software directory
  481. engine: mediawiki
  482. shortcut: fsd
  483. categories: [it, software wikis]
  484. base_url: https://directory.fsf.org/
  485. number_of_results: 5
  486. # what part of a page matches the query string: title, text, nearmatch
  487. # * title - query matches title
  488. # * text - query matches the text of page
  489. # * nearmatch - nearmatch in title
  490. search_type: title
  491. timeout: 5.0
  492. disabled: true
  493. about:
  494. website: https://directory.fsf.org/
  495. wikidata_id: Q2470288
  496. # - name: freesound
  497. # engine: freesound
  498. # shortcut: fnd
  499. # disabled: true
  500. # timeout: 15.0
  501. # API key required, see: https://freesound.org/docs/api/overview.html
  502. # api_key: MyAPIkey
  503. - name: frinkiac
  504. engine: frinkiac
  505. shortcut: frk
  506. disabled: true
  507. - name: genius
  508. engine: genius
  509. shortcut: gen
  510. - name: gigablast
  511. engine: gigablast
  512. shortcut: gb
  513. timeout: 4.0
  514. disabled: true
  515. additional_tests:
  516. rosebud: *test_rosebud
  517. - name: gentoo
  518. engine: gentoo
  519. shortcut: ge
  520. - name: gitlab
  521. engine: json_engine
  522. paging: true
  523. search_url: https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  524. url_query: web_url
  525. title_query: name_with_namespace
  526. content_query: description
  527. page_size: 20
  528. categories: [it, repos]
  529. shortcut: gl
  530. timeout: 10.0
  531. disabled: true
  532. about:
  533. website: https://about.gitlab.com/
  534. wikidata_id: Q16639197
  535. official_api_documentation: https://docs.gitlab.com/ee/api/
  536. use_official_api: false
  537. require_api_key: false
  538. results: JSON
  539. - name: github
  540. engine: github
  541. shortcut: gh
  542. # This a Gitea service. If you would like to use a different instance,
  543. # change codeberg.org to URL of the desired Gitea host. Or you can create a
  544. # new engine by copying this and changing the name, shortcut and search_url.
  545. - name: codeberg
  546. engine: json_engine
  547. search_url: https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  548. url_query: html_url
  549. title_query: name
  550. content_query: description
  551. categories: [it, repos]
  552. shortcut: cb
  553. disabled: true
  554. about:
  555. website: https://codeberg.org/
  556. wikidata_id:
  557. official_api_documentation: https://try.gitea.io/api/swagger
  558. use_official_api: false
  559. require_api_key: false
  560. results: JSON
  561. - name: google
  562. engine: google
  563. shortcut: go
  564. # see https://docs.searxng.org/src/searx.engines.google.html#module-searx.engines.google
  565. use_mobile_ui: false
  566. # additional_tests:
  567. # android: *test_android
  568. # - name: google italian
  569. # engine: google
  570. # shortcut: goit
  571. # use_mobile_ui: false
  572. # language: it
  573. # - name: google mobile ui
  574. # engine: google
  575. # shortcut: gomui
  576. # use_mobile_ui: true
  577. - name: google images
  578. engine: google_images
  579. shortcut: goi
  580. # additional_tests:
  581. # android: *test_android
  582. # dali:
  583. # matrix:
  584. # query: ['Dali Christ']
  585. # lang: ['en', 'de', 'fr', 'zh-CN']
  586. # result_container:
  587. # - ['one_title_contains', 'Salvador']
  588. - name: google news
  589. engine: google_news
  590. shortcut: gon
  591. # additional_tests:
  592. # android: *test_android
  593. - name: google videos
  594. engine: google_videos
  595. shortcut: gov
  596. # additional_tests:
  597. # android: *test_android
  598. - name: google scholar
  599. engine: google_scholar
  600. shortcut: gos
  601. - name: google play apps
  602. engine: xpath
  603. search_url: https://play.google.com/store/search?q={query}&c=apps
  604. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  605. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  606. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  607. content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  608. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  609. categories: [files, apps]
  610. shortcut: gpa
  611. disabled: true
  612. about:
  613. website: https://play.google.com/
  614. wikidata_id: Q79576
  615. official_api_documentation:
  616. use_official_api: false
  617. require_api_key: false
  618. results: HTML
  619. - name: google play movies
  620. engine: xpath
  621. search_url: https://play.google.com/store/search?q={query}&c=movies
  622. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  623. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  624. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  625. content_xpath: './/div[@class="kCSSQe"]'
  626. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  627. categories: videos
  628. shortcut: gpm
  629. disabled: true
  630. about:
  631. website: https://play.google.com/
  632. wikidata_id: Q79576
  633. official_api_documentation:
  634. use_official_api: false
  635. require_api_key: false
  636. results: HTML
  637. - name: gpodder
  638. engine: json_engine
  639. shortcut: gpod
  640. timeout: 4.0
  641. paging: false
  642. search_url: https://gpodder.net/search.json?q={query}
  643. url_query: url
  644. title_query: title
  645. content_query: description
  646. page_size: 19
  647. categories: music
  648. disabled: true
  649. about:
  650. website: https://gpodder.net
  651. wikidata_id: Q3093354
  652. official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
  653. use_official_api: false
  654. requires_api_key: false
  655. results: JSON
  656. - name: habrahabr
  657. engine: xpath
  658. paging: true
  659. search_url: https://habrahabr.ru/search/page{pageno}/?q={query}
  660. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  661. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  662. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  663. categories: it
  664. timeout: 4.0
  665. disabled: true
  666. shortcut: habr
  667. about:
  668. website: https://habr.com/
  669. wikidata_id: Q4494434
  670. official_api_documentation: https://habr.com/en/docs/help/api/
  671. use_official_api: false
  672. require_api_key: false
  673. results: HTML
  674. - name: hoogle
  675. engine: xpath
  676. paging: true
  677. search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  678. results_xpath: '//div[@class="result"]'
  679. title_xpath: './/div[@class="ans"]//a'
  680. url_xpath: './/div[@class="ans"]//a/@href'
  681. content_xpath: './/div[@class="from"]'
  682. page_size: 20
  683. categories: [it, packages]
  684. shortcut: ho
  685. about:
  686. website: https://hoogle.haskell.org/
  687. wikidata_id: Q34010
  688. official_api_documentation: https://hackage.haskell.org/api
  689. use_official_api: false
  690. require_api_key: false
  691. results: JSON
  692. - name: imdb
  693. engine: imdb
  694. shortcut: imdb
  695. timeout: 6.0
  696. disabled: true
  697. - name: ina
  698. engine: ina
  699. shortcut: in
  700. timeout: 6.0
  701. disabled: true
  702. - name: invidious
  703. engine: invidious
  704. # Instanes will be selected randomly, see https://api.invidious.io/ for
  705. # instances that are stable (good uptime) and close to you.
  706. base_url:
  707. - https://invidious.snopyta.org
  708. - https://vid.puffyan.us
  709. # - https://invidious.kavin.rocks # Error 1020 // Access denied by Cloudflare
  710. - https://invidio.xamh.de
  711. - https://inv.riverside.rocks
  712. shortcut: iv
  713. timeout: 3.0
  714. disabled: true
  715. - name: kickass
  716. engine: kickass
  717. shortcut: kc
  718. timeout: 4.0
  719. disabled: true
  720. - name: library genesis
  721. engine: xpath
  722. search_url: https://libgen.rs/search.php?req={query}
  723. url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
  724. title_xpath: //a[contains(@href,"book/")]/text()[1]
  725. content_xpath: //td/a[1][contains(@href,"=author")]/text()
  726. categories: files
  727. timeout: 7.0
  728. disabled: true
  729. shortcut: lg
  730. about:
  731. website: https://libgen.rs/
  732. wikidata_id: Q22017206
  733. official_api_documentation:
  734. use_official_api: false
  735. require_api_key: false
  736. results: HTML
  737. - name: z-library
  738. engine: zlibrary
  739. shortcut: zlib
  740. categories: files
  741. timeout: 3.0
  742. # choose base_url, otherwise engine will do it at initialization time
  743. # base_url: https://b-ok.cc
  744. # base_url: https://de1lib.org
  745. # base_url: https://booksc.eu # does not have cover preview
  746. # base_url: https://booksc.org # does not have cover preview
  747. - name: library of congress
  748. engine: loc
  749. shortcut: loc
  750. categories: images
  751. - name: lobste.rs
  752. engine: xpath
  753. search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  754. results_xpath: //li[contains(@class, "story")]
  755. url_xpath: .//a[@class="u-url"]/@href
  756. title_xpath: .//a[@class="u-url"]
  757. content_xpath: .//a[@class="domain"]
  758. categories: it
  759. shortcut: lo
  760. timeout: 5.0
  761. disabled: true
  762. about:
  763. website: https://lobste.rs/
  764. wikidata_id: Q60762874
  765. official_api_documentation:
  766. use_official_api: false
  767. require_api_key: false
  768. results: HTML
  769. - name: azlyrics
  770. shortcut: lyrics
  771. engine: xpath
  772. timeout: 4.0
  773. disabled: true
  774. categories: [music, lyrics]
  775. paging: true
  776. search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
  777. url_xpath: //td[@class="text-left visitedlyr"]/a/@href
  778. title_xpath: //span/b/text()
  779. content_xpath: //td[@class="text-left visitedlyr"]/a/small
  780. about:
  781. website: https://azlyrics.com
  782. wikidata_id: Q66372542
  783. official_api_documentation:
  784. use_official_api: false
  785. require_api_key: false
  786. results: HTML
  787. # - name: meilisearch
  788. # engine: meilisearch
  789. # shortcut: mes
  790. # enable_http: true
  791. # base_url: http://localhost:7700
  792. # index: my-index
  793. - name: mixcloud
  794. engine: mixcloud
  795. shortcut: mc
  796. # MongoDB engine
  797. # Required dependency: pymongo
  798. # - name: mymongo
  799. # engine: mongodb
  800. # shortcut: md
  801. # exact_match_only: false
  802. # host: '127.0.0.1'
  803. # port: 27017
  804. # enable_http: true
  805. # results_per_page: 20
  806. # database: 'business'
  807. # collection: 'reviews' # name of the db collection
  808. # key: 'name' # key in the collection to search for
  809. - name: npm
  810. engine: json_engine
  811. paging: true
  812. first_page_num: 0
  813. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  814. results_query: results
  815. url_query: package/links/npm
  816. title_query: package/name
  817. content_query: package/description
  818. page_size: 25
  819. categories: [it, packages]
  820. disabled: true
  821. timeout: 5.0
  822. shortcut: npm
  823. about:
  824. website: https://npms.io/
  825. wikidata_id: Q7067518
  826. official_api_documentation: https://api-docs.npms.io/
  827. use_official_api: false
  828. require_api_key: false
  829. results: JSON
  830. - name: nyaa
  831. engine: nyaa
  832. shortcut: nt
  833. disabled: true
  834. - name: mankier
  835. engine: json_engine
  836. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  837. results_query: results
  838. url_query: url
  839. title_query: name
  840. content_query: description
  841. categories: it
  842. shortcut: man
  843. about:
  844. website: https://www.mankier.com/
  845. official_api_documentation: https://www.mankier.com/api
  846. use_official_api: true
  847. require_api_key: false
  848. results: JSON
  849. - name: openairedatasets
  850. engine: json_engine
  851. paging: true
  852. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  853. results_query: response/results/result
  854. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  855. title_query: metadata/oaf:entity/oaf:result/title/$
  856. content_query: metadata/oaf:entity/oaf:result/description/$
  857. content_html_to_text: true
  858. categories: science
  859. shortcut: oad
  860. timeout: 5.0
  861. about:
  862. website: https://www.openaire.eu/
  863. wikidata_id: Q25106053
  864. official_api_documentation: https://api.openaire.eu/
  865. use_official_api: false
  866. require_api_key: false
  867. results: JSON
  868. - name: openairepublications
  869. engine: json_engine
  870. paging: true
  871. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  872. results_query: response/results/result
  873. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  874. title_query: metadata/oaf:entity/oaf:result/title/$
  875. content_query: metadata/oaf:entity/oaf:result/description/$
  876. content_html_to_text: true
  877. categories: science
  878. shortcut: oap
  879. timeout: 5.0
  880. about:
  881. website: https://www.openaire.eu/
  882. wikidata_id: Q25106053
  883. official_api_documentation: https://api.openaire.eu/
  884. use_official_api: false
  885. require_api_key: false
  886. results: JSON
  887. # - name: opensemanticsearch
  888. # engine: opensemantic
  889. # shortcut: oss
  890. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  891. - name: openstreetmap
  892. engine: openstreetmap
  893. shortcut: osm
  894. - name: openrepos
  895. engine: xpath
  896. paging: true
  897. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  898. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  899. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  900. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  901. categories: files
  902. timeout: 4.0
  903. disabled: true
  904. shortcut: or
  905. about:
  906. website: https://openrepos.net/
  907. wikidata_id:
  908. official_api_documentation:
  909. use_official_api: false
  910. require_api_key: false
  911. results: HTML
  912. - name: packagist
  913. engine: json_engine
  914. paging: true
  915. search_url: https://packagist.org/search.json?q={query}&page={pageno}
  916. results_query: results
  917. url_query: url
  918. title_query: name
  919. content_query: description
  920. categories: [it, packages]
  921. disabled: true
  922. timeout: 5.0
  923. shortcut: pack
  924. about:
  925. website: https://packagist.org
  926. wikidata_id: Q108311377
  927. official_api_documentation: https://packagist.org/apidoc
  928. use_official_api: true
  929. require_api_key: false
  930. results: JSON
  931. - name: pdbe
  932. engine: pdbe
  933. shortcut: pdb
  934. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  935. # hide_obsolete: false
  936. - name: photon
  937. engine: photon
  938. shortcut: ph
  939. - name: piratebay
  940. engine: piratebay
  941. shortcut: tpb
  942. # You may need to change this URL to a proxy if piratebay is blocked in your
  943. # country
  944. url: https://thepiratebay.org/
  945. timeout: 3.0
  946. # Required dependency: psychopg2
  947. # - name: postgresql
  948. # engine: postgresql
  949. # database: postgres
  950. # username: postgres
  951. # password: postgres
  952. # limit: 10
  953. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  954. # shortcut : psql
  955. - name: pubmed
  956. engine: pubmed
  957. shortcut: pub
  958. categories: science
  959. timeout: 3.0
  960. - name: pypi
  961. shortcut: pypi
  962. engine: xpath
  963. paging: true
  964. search_url: https://pypi.org/search?q={query}&page={pageno}
  965. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  966. url_xpath: ./@href
  967. title_xpath: ./h3/span[@class="package-snippet__name"]
  968. content_xpath: ./p
  969. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  970. first_page_num: 1
  971. categories: [it, packages]
  972. about:
  973. website: https://pypi.org
  974. wikidata_id: Q2984686
  975. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  976. use_official_api: false
  977. require_api_key: false
  978. results: HTML
  979. - name: qwant
  980. engine: qwant
  981. shortcut: qw
  982. categories: [general, web]
  983. disabled: false
  984. additional_tests:
  985. rosebud: *test_rosebud
  986. - name: qwant news
  987. engine: qwant
  988. shortcut: qwn
  989. categories: news
  990. disabled: false
  991. network: qwant
  992. - name: qwant images
  993. engine: qwant
  994. shortcut: qwi
  995. categories: [images, web]
  996. disabled: false
  997. network: qwant
  998. - name: qwant videos
  999. engine: qwant
  1000. shortcut: qwv
  1001. categories: [videos, web]
  1002. disabled: false
  1003. network: qwant
  1004. # - name: library
  1005. # engine: recoll
  1006. # shortcut: lib
  1007. # base_url: 'https://recoll.example.org/'
  1008. # search_dir: ''
  1009. # mount_prefix: /export
  1010. # dl_prefix: 'https://download.example.org'
  1011. # timeout: 30.0
  1012. # categories: files
  1013. # disabled: true
  1014. # - name: recoll library reference
  1015. # engine: recoll
  1016. # base_url: 'https://recoll.example.org/'
  1017. # search_dir: reference
  1018. # mount_prefix: /export
  1019. # dl_prefix: 'https://download.example.org'
  1020. # shortcut: libr
  1021. # timeout: 30.0
  1022. # categories: files
  1023. # disabled: true
  1024. - name: reddit
  1025. engine: reddit
  1026. shortcut: re
  1027. page_size: 25
  1028. # Required dependency: redis
  1029. # - name: myredis
  1030. # shortcut : rds
  1031. # engine: redis_server
  1032. # exact_match_only: false
  1033. # host: '127.0.0.1'
  1034. # port: 6379
  1035. # enable_http: true
  1036. # password: ''
  1037. # db: 0
  1038. # tmp suspended: bad certificate
  1039. # - name: scanr structures
  1040. # shortcut: scs
  1041. # engine: scanr_structures
  1042. # disabled: true
  1043. - name: sepiasearch
  1044. engine: sepiasearch
  1045. shortcut: sep
  1046. - name: soundcloud
  1047. engine: soundcloud
  1048. shortcut: sc
  1049. - name: stackoverflow
  1050. engine: stackexchange
  1051. shortcut: st
  1052. api_site: 'stackoverflow'
  1053. categories: [it, q&a]
  1054. - name: askubuntu
  1055. engine: stackexchange
  1056. shortcut: ubuntu
  1057. api_site: 'askubuntu'
  1058. categories: [it, q&a]
  1059. - name: superuser
  1060. engine: stackexchange
  1061. shortcut: su
  1062. api_site: 'superuser'
  1063. categories: [it, q&a]
  1064. - name: searchcode code
  1065. engine: searchcode_code
  1066. shortcut: scc
  1067. disabled: true
  1068. - name: framalibre
  1069. engine: framalibre
  1070. shortcut: frl
  1071. disabled: true
  1072. # - name: searx
  1073. # engine: searx_engine
  1074. # shortcut: se
  1075. # instance_urls :
  1076. # - http://127.0.0.1:8888/
  1077. # - ...
  1078. # disabled: true
  1079. - name: semantic scholar
  1080. engine: semantic_scholar
  1081. disabled: true
  1082. shortcut: se
  1083. categories: science
  1084. # Spotify needs API credentials
  1085. # - name: spotify
  1086. # engine: spotify
  1087. # shortcut: stf
  1088. # api_client_id: *******
  1089. # api_client_secret: *******
  1090. # - name: solr
  1091. # engine: solr
  1092. # shortcut: slr
  1093. # base_url: http://localhost:8983
  1094. # collection: collection_name
  1095. # sort: '' # sorting: asc or desc
  1096. # field_list: '' # comma separated list of field names to display on the UI
  1097. # default_fields: '' # default field to query
  1098. # query_fields: '' # query fields
  1099. # enable_http: true
  1100. # - name: springer nature
  1101. # engine: springer
  1102. # # get your API key from: https://dev.springernature.com/signup
  1103. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1104. # api_key: 'unset'
  1105. # shortcut: springer
  1106. # categories: science
  1107. # timeout: 6.0
  1108. - name: startpage
  1109. engine: startpage
  1110. shortcut: sp
  1111. timeout: 6.0
  1112. disabled: true
  1113. additional_tests:
  1114. rosebud: *test_rosebud
  1115. - name: tokyotoshokan
  1116. engine: tokyotoshokan
  1117. shortcut: tt
  1118. timeout: 6.0
  1119. disabled: true
  1120. - name: solidtorrents
  1121. engine: solidtorrents
  1122. shortcut: solid
  1123. timeout: 4.0
  1124. disabled: false
  1125. base_url:
  1126. - https://solidtorrents.net
  1127. - https://solidtorrents.eu
  1128. - https://solidtorrents.to
  1129. - https://bitsearch.to
  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: []
  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. # https://instances.joinpeertube.org/instances
  1416. base_url: https://peertube.biz/
  1417. # base_url: https://tube.tardis.world/
  1418. categories: videos
  1419. disabled: true
  1420. timeout: 6.0
  1421. - name: mediathekviewweb
  1422. engine: mediathekviewweb
  1423. shortcut: mvw
  1424. disabled: true
  1425. # - name: yacy
  1426. # engine: yacy
  1427. # shortcut: ya
  1428. # base_url: 'http://localhost:8090
  1429. # required if you aren't using HTTPS for your local yacy instance'
  1430. # enable_http: true
  1431. # number_of_results: 5
  1432. # timeout: 3.0
  1433. - name: rumble
  1434. engine: rumble
  1435. shortcut: ru
  1436. base_url: https://rumble.com/
  1437. paging: true
  1438. categories: videos
  1439. disabled: true
  1440. - name: wordnik
  1441. engine: wordnik
  1442. shortcut: def
  1443. base_url: https://www.wordnik.com/
  1444. categories: [dictionaries]
  1445. timeout: 5.0
  1446. disabled: false
  1447. - name: woxikon.de synonyme
  1448. engine: xpath
  1449. shortcut: woxi
  1450. categories: [dictionaries]
  1451. timeout: 5.0
  1452. disabled: true
  1453. search_url: https://synonyme.woxikon.de/synonyme/{query}.php
  1454. url_xpath: //div[@class="upper-synonyms"]/a/@href
  1455. content_xpath: //div[@class="synonyms-list-group"]
  1456. title_xpath: //div[@class="upper-synonyms"]/a
  1457. about:
  1458. website: https://www.woxikon.de/
  1459. wikidata_id: # No Wikidata ID
  1460. use_official_api: false
  1461. require_api_key: false
  1462. results: HTML
  1463. language: de
  1464. - name: słownik języka polskiego
  1465. engine: sjp
  1466. shortcut: sjp
  1467. base_url: https://sjp.pwn.pl/
  1468. timeout: 5.0
  1469. disabled: true
  1470. # wikimini: online encyclopedia for children
  1471. # The fulltext and title parameter is necessary for Wikimini because
  1472. # sometimes it will not show the results and redirect instead
  1473. - name: wikimini
  1474. engine: xpath
  1475. shortcut: wkmn
  1476. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1477. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1478. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1479. content_xpath: //li/div[@class="searchresult"]
  1480. categories: general
  1481. disabled: true
  1482. about:
  1483. website: https://wikimini.org/
  1484. wikidata_id: Q3568032
  1485. use_official_api: false
  1486. require_api_key: false
  1487. results: HTML
  1488. language: fr
  1489. - name: brave
  1490. shortcut: brave
  1491. engine: xpath
  1492. paging: false
  1493. search_url: https://search.brave.com/search?q={query}
  1494. url_xpath: //div[@class="snippet fdb"]/a/@href
  1495. title_xpath: //span[@class="snippet-title"]
  1496. content_xpath: //p[1][@class="snippet-description"]
  1497. suggestion_xpath: //div[@class="text-gray h6"]/a
  1498. categories: [general, web]
  1499. about:
  1500. website: https://brave.com/search/
  1501. wikidata_id: Q107355971
  1502. use_official_api: false
  1503. require_api_key: false
  1504. results: HTML
  1505. # Doku engine lets you access to any Doku wiki instance:
  1506. # A public one or a privete/corporate one.
  1507. # - name: ubuntuwiki
  1508. # engine: doku
  1509. # shortcut: uw
  1510. # base_url: 'https://doc.ubuntu-fr.org'
  1511. # Be careful when enabling this engine if you are
  1512. # running a public instance. Do not expose any sensitive
  1513. # information. You can restrict access by configuring a list
  1514. # of access tokens under tokens.
  1515. # - name: git grep
  1516. # engine: command
  1517. # command: ['git', 'grep', '{{QUERY}}']
  1518. # shortcut: gg
  1519. # tokens: []
  1520. # disabled: true
  1521. # delimiter:
  1522. # chars: ':'
  1523. # keys: ['filepath', 'code']
  1524. # Be careful when enabling this engine if you are
  1525. # running a public instance. Do not expose any sensitive
  1526. # information. You can restrict access by configuring a list
  1527. # of access tokens under tokens.
  1528. # - name: locate
  1529. # engine: command
  1530. # command: ['locate', '{{QUERY}}']
  1531. # shortcut: loc
  1532. # tokens: []
  1533. # disabled: true
  1534. # delimiter:
  1535. # chars: ' '
  1536. # keys: ['line']
  1537. # Be careful when enabling this engine if you are
  1538. # running a public instance. Do not expose any sensitive
  1539. # information. You can restrict access by configuring a list
  1540. # of access tokens under tokens.
  1541. # - name: find
  1542. # engine: command
  1543. # command: ['find', '.', '-name', '{{QUERY}}']
  1544. # query_type: path
  1545. # shortcut: fnd
  1546. # tokens: []
  1547. # disabled: true
  1548. # delimiter:
  1549. # chars: ' '
  1550. # keys: ['line']
  1551. # Be careful when enabling this engine if you are
  1552. # running a public instance. Do not expose any sensitive
  1553. # information. You can restrict access by configuring a list
  1554. # of access tokens under tokens.
  1555. # - name: pattern search in files
  1556. # engine: command
  1557. # command: ['fgrep', '{{QUERY}}']
  1558. # shortcut: fgr
  1559. # tokens: []
  1560. # disabled: true
  1561. # delimiter:
  1562. # chars: ' '
  1563. # keys: ['line']
  1564. # Be careful when enabling this engine if you are
  1565. # running a public instance. Do not expose any sensitive
  1566. # information. You can restrict access by configuring a list
  1567. # of access tokens under tokens.
  1568. # - name: regex search in files
  1569. # engine: command
  1570. # command: ['grep', '{{QUERY}}']
  1571. # shortcut: gr
  1572. # tokens: []
  1573. # disabled: true
  1574. # delimiter:
  1575. # chars: ' '
  1576. # keys: ['line']
  1577. doi_resolvers:
  1578. oadoi.org: 'https://oadoi.org/'
  1579. doi.org: 'https://doi.org/'
  1580. doai.io: 'https://dissem.in/'
  1581. sci-hub.se: 'https://sci-hub.se/'
  1582. sci-hub.do: 'https://sci-hub.do/'
  1583. scihubtw.tw: 'https://scihubtw.tw/'
  1584. sci-hub.st: 'https://sci-hub.st/'
  1585. sci-hub.bar: 'https://sci-hub.bar/'
  1586. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1587. default_doi_resolver: 'oadoi.org'