settings.yml 44 KB

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