settings.yml 44 KB

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