settings.yml 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640
  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. # additional_tests:
  523. # android: *test_android
  524. - name: google images
  525. engine: google_images
  526. shortcut: goi
  527. # additional_tests:
  528. # android: *test_android
  529. # dali:
  530. # matrix:
  531. # query: ['Dali Christ']
  532. # lang: ['en', 'de', 'fr', 'zh-CN']
  533. # result_container:
  534. # - ['one_title_contains', 'Salvador']
  535. - name: google news
  536. engine: google_news
  537. shortcut: gon
  538. # additional_tests:
  539. # android: *test_android
  540. - name: google videos
  541. engine: google_videos
  542. shortcut: gov
  543. # additional_tests:
  544. # android: *test_android
  545. - name: google scholar
  546. engine: google_scholar
  547. shortcut: gos
  548. - name: google play apps
  549. engine: xpath
  550. search_url: https://play.google.com/store/search?q={query}&c=apps
  551. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  552. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  553. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  554. content_xpath: './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  555. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  556. categories: files
  557. shortcut: gpa
  558. disabled: true
  559. about:
  560. website: https://play.google.com/
  561. wikidata_id: Q79576
  562. official_api_documentation:
  563. use_official_api: false
  564. require_api_key: false
  565. results: HTML
  566. - name: google play movies
  567. engine: xpath
  568. search_url: https://play.google.com/store/search?q={query}&c=movies
  569. results_xpath: '//div[@class="ImZGtf mpg5gc"]'
  570. title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  571. url_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  572. content_xpath: './/div[@class="kCSSQe"]'
  573. thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  574. categories: videos
  575. shortcut: gpm
  576. disabled: true
  577. about:
  578. website: https://play.google.com/
  579. wikidata_id: Q79576
  580. official_api_documentation:
  581. use_official_api: false
  582. require_api_key: false
  583. results: HTML
  584. - name: geektimes
  585. engine: xpath
  586. paging: true
  587. search_url: https://habr.com/en/search/page{pageno}/?q={query}
  588. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  589. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  590. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  591. categories: it
  592. timeout: 4.0
  593. disabled: true
  594. shortcut: gt
  595. about:
  596. website: https://geektimes.ru/
  597. wikidata_id: Q50572423
  598. official_api_documentation:
  599. use_official_api: false
  600. require_api_key: false
  601. results: HTML
  602. - name: habrahabr
  603. engine: xpath
  604. paging: true
  605. search_url: https://habrahabr.ru/search/page{pageno}/?q={query}
  606. url_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  607. title_xpath: //article[contains(@class, "post")]//a[@class="post__title_link"]
  608. content_xpath: //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  609. categories: it
  610. timeout: 4.0
  611. disabled: true
  612. shortcut: habr
  613. about:
  614. website: https://habr.com/
  615. wikidata_id: Q4494434
  616. official_api_documentation: https://habr.com/en/docs/help/api/
  617. use_official_api: false
  618. require_api_key: false
  619. results: HTML
  620. - name: hoogle
  621. engine: xpath
  622. paging: true
  623. search_url: https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  624. results_xpath: '//div[@class="result"]'
  625. title_xpath: './/div[@class="ans"]//a'
  626. url_xpath: './/div[@class="ans"]//a/@href'
  627. content_xpath: './/div[@class="from"]'
  628. page_size: 20
  629. categories: it
  630. shortcut: ho
  631. about:
  632. website: https://www.haskell.org/
  633. wikidata_id: Q34010
  634. official_api_documentation: https://hackage.haskell.org/api
  635. use_official_api: false
  636. require_api_key: false
  637. results: JSON
  638. - name: ina
  639. engine: ina
  640. shortcut: in
  641. timeout: 6.0
  642. disabled: true
  643. - name: invidious
  644. engine: invidious
  645. base_url:
  646. - https://invidious.tube/
  647. - https://invidious.snopyta.org/
  648. shortcut: iv
  649. timeout: 5.0
  650. disabled: true
  651. - name: kickass
  652. engine: kickass
  653. shortcut: kc
  654. timeout: 4.0
  655. disabled: true
  656. - name: library genesis
  657. engine: xpath
  658. enable_http: true
  659. search_url: http://libgen.rs/search.php?req={query}
  660. url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
  661. title_xpath: //a[contains(@href,"book/")]/text()[1]
  662. content_xpath: //td/a[1][contains(@href,"=author")]/text()
  663. categories: general
  664. timeout: 7.0
  665. disabled: true
  666. shortcut: lg
  667. about:
  668. website: http://libgen.rs/
  669. wikidata_id: Q22017206
  670. official_api_documentation:
  671. use_official_api: false
  672. require_api_key: false
  673. results: HTML
  674. - name: library of congress
  675. engine: loc
  676. shortcut: loc
  677. categories: images
  678. - name: lobste.rs
  679. engine: xpath
  680. search_url: https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  681. results_xpath: //li[contains(@class, "story")]
  682. url_xpath: .//a[@class="u-url"]/@href
  683. title_xpath: .//a[@class="u-url"]
  684. content_xpath: .//a[@class="domain"]
  685. categories: it
  686. shortcut: lo
  687. timeout: 5.0
  688. disabled: true
  689. about:
  690. website: https://lobste.rs/
  691. wikidata_id: Q60762874
  692. official_api_documentation:
  693. use_official_api: false
  694. require_api_key: false
  695. results: HTML
  696. # - name: meilisearch
  697. # engine: meilisearch
  698. # shortcut: mes
  699. # enable_http: true
  700. # base_url: http://localhost:7700
  701. # index: my-index
  702. - name: microsoft academic
  703. engine: microsoft_academic
  704. categories: science
  705. shortcut: ma
  706. - name: mixcloud
  707. engine: mixcloud
  708. shortcut: mc
  709. - name: npm
  710. engine: json_engine
  711. paging: true
  712. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  713. results_query: results
  714. url_query: package/links/npm
  715. title_query: package/name
  716. content_query: package/description
  717. page_size: 25
  718. categories: it
  719. disabled: true
  720. timeout: 5.0
  721. shortcut: npm
  722. about:
  723. website: https://npms.io/
  724. wikidata_id: Q7067518
  725. official_api_documentation: https://api-docs.npms.io/
  726. use_official_api: false
  727. require_api_key: false
  728. results: JSON
  729. # Requires Tor
  730. - name: not evil
  731. engine: not_evil
  732. categories: onions
  733. enable_http: true
  734. shortcut: ne
  735. - name: nyaa
  736. engine: nyaa
  737. shortcut: nt
  738. disabled: true
  739. - name: mankier
  740. engine: json_engine
  741. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  742. results_query: results
  743. url_query: url
  744. title_query: name
  745. content_query: description
  746. categories: it
  747. shortcut: man
  748. about:
  749. website: https://www.mankier.com/
  750. official_api_documentation: https://www.mankier.com/api
  751. use_official_api: true
  752. require_api_key: false
  753. results: JSON
  754. - name: openairedatasets
  755. engine: json_engine
  756. paging: true
  757. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  758. results_query: response/results/result
  759. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  760. title_query: metadata/oaf:entity/oaf:result/title/$
  761. content_query: metadata/oaf:entity/oaf:result/description/$
  762. content_html_to_text: true
  763. categories: science
  764. shortcut: oad
  765. timeout: 5.0
  766. about:
  767. website: https://www.openaire.eu/
  768. wikidata_id: Q25106053
  769. official_api_documentation: https://api.openaire.eu/
  770. use_official_api: false
  771. require_api_key: false
  772. results: JSON
  773. - name: openairepublications
  774. engine: json_engine
  775. paging: true
  776. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  777. results_query: response/results/result
  778. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  779. title_query: metadata/oaf:entity/oaf:result/title/$
  780. content_query: metadata/oaf:entity/oaf:result/description/$
  781. content_html_to_text: true
  782. categories: science
  783. shortcut: oap
  784. timeout: 5.0
  785. about:
  786. website: https://www.openaire.eu/
  787. wikidata_id: Q25106053
  788. official_api_documentation: https://api.openaire.eu/
  789. use_official_api: false
  790. require_api_key: false
  791. results: JSON
  792. # - name: opensemanticsearch
  793. # engine: opensemantic
  794. # shortcut: oss
  795. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  796. - name: openstreetmap
  797. engine: openstreetmap
  798. shortcut: osm
  799. - name: openrepos
  800. engine: xpath
  801. paging: true
  802. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  803. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  804. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  805. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  806. categories: files
  807. timeout: 4.0
  808. disabled: true
  809. shortcut: or
  810. about:
  811. website: https://openrepos.net/
  812. wikidata_id:
  813. official_api_documentation:
  814. use_official_api: false
  815. require_api_key: false
  816. results: HTML
  817. - name: pdbe
  818. engine: pdbe
  819. shortcut: pdb
  820. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  821. # hide_obsolete: false
  822. - name: photon
  823. engine: photon
  824. shortcut: ph
  825. - name: piratebay
  826. engine: piratebay
  827. shortcut: tpb
  828. # You may need to change this URL to a proxy if piratebay is blocked in your
  829. # country
  830. url: https://thepiratebay.org/
  831. timeout: 3.0
  832. # Required dependency: psychopg2
  833. # - name: postgresql
  834. # engine: postgresql
  835. # database: postgres
  836. # username: postgres
  837. # password: postgres
  838. # limit: 10
  839. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  840. # shortcut : psql
  841. - name: pubmed
  842. engine: pubmed
  843. shortcut: pub
  844. categories: science
  845. timeout: 3.0
  846. - name: pypi
  847. shortcut: pypi
  848. engine: xpath
  849. paging: true
  850. search_url: https://pypi.org/search?q={query}&page={pageno}
  851. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  852. url_xpath: ./@href
  853. title_xpath: ./h3/span[@class="package-snippet__name"]
  854. content_xpath: ./p
  855. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  856. first_page_num: 1
  857. categories: it
  858. about:
  859. website: https://pypi.org
  860. wikidata_id: Q2984686
  861. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  862. use_official_api: false
  863. require_api_key: false
  864. results: HTML
  865. - name: qwant
  866. engine: qwant
  867. shortcut: qw
  868. categories: general
  869. disabled: true
  870. additional_tests:
  871. rosebud: *test_rosebud
  872. - name: qwant images
  873. engine: qwant
  874. shortcut: qwi
  875. categories: images
  876. network: qwant
  877. - name: qwant news
  878. engine: qwant
  879. shortcut: qwn
  880. categories: news
  881. network: qwant
  882. # - name: library
  883. # engine: recoll
  884. # shortcut: lib
  885. # base_url: 'https://recoll.example.org/'
  886. # search_dir: ''
  887. # mount_prefix: /export
  888. # dl_prefix: 'https://download.example.org'
  889. # timeout: 30.0
  890. # categories: files
  891. # disabled: true
  892. # - name: recoll library reference
  893. # engine: recoll
  894. # base_url: 'https://recoll.example.org/'
  895. # search_dir: reference
  896. # mount_prefix: /export
  897. # dl_prefix: 'https://download.example.org'
  898. # shortcut: libr
  899. # timeout: 30.0
  900. # categories: files
  901. # disabled: true
  902. - name: reddit
  903. engine: reddit
  904. shortcut: re
  905. page_size: 25
  906. timeout: 10.0
  907. disabled: true
  908. # Required dependency: redis
  909. # - name: myredis
  910. # engine: redis_server
  911. # exact_match_only: False
  912. # host: '127.0.0.1'
  913. # port: 6379
  914. # password: ''
  915. # db: 0
  916. # tmp suspended: bad certificate
  917. # - name: scanr structures
  918. # shortcut: scs
  919. # engine: scanr_structures
  920. # disabled: true
  921. - name: sepiasearch
  922. engine: sepiasearch
  923. shortcut: sep
  924. - name: soundcloud
  925. engine: soundcloud
  926. shortcut: sc
  927. - name: stackoverflow
  928. engine: stackoverflow
  929. shortcut: st
  930. - name: searchcode code
  931. engine: searchcode_code
  932. shortcut: scc
  933. disabled: true
  934. - name: framalibre
  935. engine: framalibre
  936. shortcut: frl
  937. disabled: true
  938. # - name: searx
  939. # engine: searx_engine
  940. # shortcut: se
  941. # instance_urls :
  942. # - http://127.0.0.1:8888/
  943. # - ...
  944. # disabled: true
  945. - name: semantic scholar
  946. engine: semantic_scholar
  947. disabled: true
  948. shortcut: se
  949. categories: science
  950. about:
  951. website: https://www.semanticscholar.org/
  952. wikidata_id: Q22908627
  953. official_api_documentation: https://api.semanticscholar.org/
  954. use_official_api: false
  955. require_api_key: false
  956. results: JSON
  957. # Spotify needs API credentials
  958. # - name: spotify
  959. # engine: spotify
  960. # shortcut: stf
  961. # api_client_id: *******
  962. # api_client_secret: *******
  963. # - name: solr
  964. # engine: solr
  965. # shortcut: slr
  966. # base_url: http://localhost:8983
  967. # collection: collection_name
  968. # sort: '' # sorting: asc or desc
  969. # field_list: '' # comma separated list of field names to display on the UI
  970. # default_fields: '' # default field to query
  971. # query_fields: '' # query fields
  972. # enable_http: true
  973. # - name: springer nature
  974. # engine: springer
  975. # # get your API key from: https://dev.springernature.com/signup
  976. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  977. # api_key: 'unset'
  978. # shortcut: springer
  979. # categories: science
  980. # timeout: 6.0
  981. - name: startpage
  982. engine: startpage
  983. shortcut: sp
  984. timeout: 6.0
  985. disabled: true
  986. additional_tests:
  987. rosebud: *test_rosebud
  988. - name: tokyotoshokan
  989. engine: tokyotoshokan
  990. shortcut: tt
  991. timeout: 6.0
  992. disabled: true
  993. - name: solidtorrents
  994. engine: solidtorrents
  995. shortcut: solid
  996. timeout: 3.0
  997. disabled: true
  998. # For this demo of the sqlite engine download:
  999. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  1000. # and unpack into searx/data/filmliste-v2.db
  1001. # Query to test: "!demo concert"
  1002. #
  1003. # - name: demo
  1004. # engine: sqlite
  1005. # shortcut: demo
  1006. # categories: general
  1007. # result_template: default.html
  1008. # database: searx/data/filmliste-v2.db
  1009. # query_str: >-
  1010. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  1011. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  1012. # description AS content
  1013. # FROM film
  1014. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  1015. # ORDER BY duration DESC
  1016. # disabled: false
  1017. - name: torrentz
  1018. engine: torrentz
  1019. shortcut: tor
  1020. url: https://torrentz2.eu/
  1021. timeout: 3.0
  1022. # Requires Tor
  1023. - name: torch
  1024. engine: xpath
  1025. paging: true
  1026. search_url:
  1027. http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1028. results_xpath: //table//tr
  1029. url_xpath: ./td[2]/a
  1030. title_xpath: ./td[2]/b
  1031. content_xpath: ./td[2]/small
  1032. categories: onions
  1033. enable_http: true
  1034. shortcut: tch
  1035. # maybe in a fun category
  1036. # - name: uncyclopedia
  1037. # engine: mediawiki
  1038. # shortcut: unc
  1039. # base_url: https://uncyclopedia.wikia.com/
  1040. # number_of_results: 5
  1041. # tmp suspended - too slow, too many errors
  1042. # - name: urbandictionary
  1043. # engine : xpath
  1044. # search_url : http://www.urbandictionary.com/define.php?term={query}
  1045. # url_xpath : //*[@class="word"]/@href
  1046. # title_xpath : //*[@class="def-header"]
  1047. # content_xpath: //*[@class="meaning"]
  1048. # shortcut: ud
  1049. - name: unsplash
  1050. engine: unsplash
  1051. shortcut: us
  1052. - name: yahoo
  1053. engine: yahoo
  1054. shortcut: yh
  1055. disabled: true
  1056. - name: yahoo news
  1057. engine: yahoo_news
  1058. shortcut: yhn
  1059. - name: youtube
  1060. shortcut: yt
  1061. # You can use the engine using the official stable API, but you need an API
  1062. # key See: https://console.developers.google.com/project
  1063. #
  1064. # engine: youtube_api
  1065. # api_key: 'apikey' # required!
  1066. #
  1067. # Or you can use the html non-stable engine, activated by default
  1068. engine: youtube_noapi
  1069. - name: yggtorrent
  1070. engine: yggtorrent
  1071. shortcut: ygg
  1072. url: https://www4.yggtorrent.li/
  1073. disabled: true
  1074. timeout: 4.0
  1075. - name: dailymotion
  1076. engine: dailymotion
  1077. shortcut: dm
  1078. - name: vimeo
  1079. engine: vimeo
  1080. shortcut: vm
  1081. - name: wiby
  1082. engine: json_engine
  1083. search_url: https://wiby.me/json/?q={query}
  1084. url_query: URL
  1085. title_query: Title
  1086. content_query: Snippet
  1087. categories: general
  1088. shortcut: wib
  1089. disabled: true
  1090. - name: wikibooks
  1091. engine: mediawiki
  1092. shortcut: wb
  1093. categories: general
  1094. base_url: "https://{language}.wikibooks.org/"
  1095. number_of_results: 5
  1096. search_type: text
  1097. disabled: true
  1098. about:
  1099. website: https://www.wikibooks.org/
  1100. wikidata_id: Q367
  1101. - name: wikinews
  1102. engine: mediawiki
  1103. shortcut: wn
  1104. categories: news
  1105. base_url: "https://{language}.wikinews.org/"
  1106. number_of_results: 5
  1107. search_type: text
  1108. disabled: true
  1109. about:
  1110. website: https://www.wikinews.org/
  1111. wikidata_id: Q964
  1112. - name: wikiquote
  1113. engine: mediawiki
  1114. shortcut: wq
  1115. categories: general
  1116. base_url: "https://{language}.wikiquote.org/"
  1117. number_of_results: 5
  1118. search_type: text
  1119. disabled: true
  1120. additional_tests:
  1121. rosebud: *test_rosebud
  1122. about:
  1123. website: https://www.wikiquote.org/
  1124. wikidata_id: Q369
  1125. - name: wikisource
  1126. engine: mediawiki
  1127. shortcut: ws
  1128. categories: general
  1129. base_url: "https://{language}.wikisource.org/"
  1130. number_of_results: 5
  1131. search_type: text
  1132. disabled: true
  1133. about:
  1134. website: https://www.wikisource.org/
  1135. wikidata_id: Q263
  1136. - name: wiktionary
  1137. engine: mediawiki
  1138. shortcut: wt
  1139. categories: general
  1140. base_url: "https://{language}.wiktionary.org/"
  1141. number_of_results: 5
  1142. search_type: text
  1143. disabled: true
  1144. about:
  1145. website: https://www.wiktionary.org/
  1146. wikidata_id: Q151
  1147. - name: wikiversity
  1148. engine: mediawiki
  1149. shortcut: wv
  1150. categories: general
  1151. base_url: "https://{language}.wikiversity.org/"
  1152. number_of_results: 5
  1153. search_type: text
  1154. disabled: true
  1155. about:
  1156. website: https://www.wikiversity.org/
  1157. wikidata_id: Q370
  1158. - name: wikivoyage
  1159. engine: mediawiki
  1160. shortcut: wy
  1161. categories: general
  1162. base_url: "https://{language}.wikivoyage.org/"
  1163. number_of_results: 5
  1164. search_type: text
  1165. disabled: true
  1166. about:
  1167. website: https://www.wikivoyage.org/
  1168. wikidata_id: Q373
  1169. - name: wolframalpha
  1170. shortcut: wa
  1171. # You can use the engine using the official stable API, but you need an API
  1172. # key. See: http://products.wolframalpha.com/api/
  1173. #
  1174. # engine: wolframalpha_api
  1175. # api_key: ''
  1176. #
  1177. # Or you can use the html non-stable engine, activated by default
  1178. engine: wolframalpha_noapi
  1179. timeout: 6.0
  1180. categories: science
  1181. - name: dictzone
  1182. engine: dictzone
  1183. shortcut: dc
  1184. - name: mymemory translated
  1185. engine: translated
  1186. shortcut: tl
  1187. timeout: 5.0
  1188. disabled: true
  1189. # You can use without an API key, but you are limited to 1000 words/day
  1190. # See: http://mymemory.translated.net/doc/usagelimits.php
  1191. # api_key: ''
  1192. # Required dependency: mysql-connector-python
  1193. # - name: mysql
  1194. # engine: mysql_server
  1195. # database: mydatabase
  1196. # username: user
  1197. # password: pass
  1198. # limit: 10
  1199. # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
  1200. # shortcut: mysql
  1201. - name: 1337x
  1202. engine: 1337x
  1203. shortcut: 1337x
  1204. disabled: true
  1205. - name: duden
  1206. engine: duden
  1207. shortcut: du
  1208. disabled: true
  1209. - name: seznam
  1210. shortcut: szn
  1211. engine: seznam
  1212. disabled: true
  1213. - name: mojeek
  1214. shortcut: mjk
  1215. engine: xpath
  1216. paging: true
  1217. search_url: https://www.mojeek.com/search?q={query}&s={pageno}
  1218. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1219. url_xpath: ./h2/a/@href
  1220. title_xpath: ./h2
  1221. content_xpath: ./p[@class="s"]
  1222. suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1223. first_page_num: 0
  1224. page_size: 10
  1225. disabled: true
  1226. about:
  1227. website: https://www.mojeek.com/
  1228. wikidata_id: Q60747299
  1229. official_api_documentation: https://www.mojeek.com/services/api.html/
  1230. use_official_api: false
  1231. require_api_key: false
  1232. results: HTML
  1233. - name: naver
  1234. shortcut: nvr
  1235. engine: xpath
  1236. paging: true
  1237. search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1238. url_xpath: //a[@class="link_tit"]/@href
  1239. title_xpath: //a[@class="link_tit"]
  1240. content_xpath: //a[@class="total_dsc"]/div
  1241. first_page_num: 1
  1242. page_size: 10
  1243. disabled: true
  1244. about:
  1245. website: https://www.naver.com/
  1246. wikidata_id: Q485639
  1247. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1248. use_official_api: false
  1249. require_api_key: false
  1250. results: HTML
  1251. - name: rubygems
  1252. shortcut: rbg
  1253. engine: xpath
  1254. paging: true
  1255. search_url: https://rubygems.org/search?page={pageno}&query={query}
  1256. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1257. url_xpath: ./@href
  1258. title_xpath: ./span/h2
  1259. content_xpath: ./span/p
  1260. suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
  1261. first_page_num: 1
  1262. categories: it
  1263. disabled: true
  1264. about:
  1265. website: https://rubygems.org/
  1266. wikidata_id: Q1853420
  1267. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1268. use_official_api: false
  1269. require_api_key: false
  1270. results: HTML
  1271. - name: peertube
  1272. engine: peertube
  1273. shortcut: ptb
  1274. paging: true
  1275. base_url: https://peer.tube/
  1276. categories: videos
  1277. disabled: true
  1278. - name: mediathekviewweb
  1279. engine: mediathekviewweb
  1280. shortcut: mvw
  1281. # - name: yacy
  1282. # engine: yacy
  1283. # shortcut: ya
  1284. # base_url: 'http://localhost:8090
  1285. # required if you aren't using HTTPS for your local yacy instance'
  1286. # enable_http: true
  1287. # number_of_results: 5
  1288. # timeout: 3.0
  1289. - name: rumble
  1290. engine: rumble
  1291. shortcut: ru
  1292. base_url: https://rumble.com/
  1293. paging: true
  1294. categories: videos
  1295. disabled: true
  1296. - name: wordnik
  1297. engine: wordnik
  1298. shortcut: def
  1299. base_url: https://www.wordnik.com/
  1300. categories: general
  1301. timeout: 5.0
  1302. disabled: true
  1303. - name: słownik języka polskiego
  1304. engine: sjp
  1305. shortcut: sjp
  1306. base_url: https://sjp.pwn.pl/
  1307. categories: general
  1308. timeout: 5.0
  1309. disabled: true
  1310. # wikimini: online encyclopedia for children
  1311. # The fulltext and title parameter is necessary for Wikimini because
  1312. # sometimes it will not show the results and redirect instead
  1313. - name: wikimini
  1314. engine: xpath
  1315. shortcut: wkmn
  1316. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1317. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1318. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1319. content_xpath: //li/div[@class="searchresult"]
  1320. categories: general
  1321. disabled: true
  1322. about:
  1323. website: https://wikimini.org/
  1324. wikidata_id: Q3568032
  1325. use_official_api: false
  1326. require_api_key: false
  1327. results: HTML
  1328. - name: dogpile
  1329. shortcut: dp
  1330. engine: xpath
  1331. paging: true
  1332. page_size: 9
  1333. # Doesn't work without the 'sc' parameter
  1334. search_url: https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20
  1335. url_xpath: //span[@class="web-bing__url"]
  1336. title_xpath: //a[@class="web-bing__title"]
  1337. content_xpath: //span[@class="web-bing__description"]
  1338. categories: general
  1339. timeout: 3.0
  1340. disabled: true
  1341. about:
  1342. website: https://www.dogpile.com
  1343. wikidata_id: Q3595363
  1344. use_official_api: false
  1345. require_api_key: false
  1346. results: html
  1347. # Doku engine lets you access to any Doku wiki instance:
  1348. # A public one or a privete/corporate one.
  1349. # - name: ubuntuwiki
  1350. # engine: doku
  1351. # shortcut: uw
  1352. # base_url: 'http://doc.ubuntu-fr.org'
  1353. # Be careful when enabling this engine if you are
  1354. # running a public instance. Do not expose any sensitive
  1355. # information. You can restrict access by configuring a list
  1356. # of access tokens under tokens.
  1357. # - name: git grep
  1358. # engine: command
  1359. # command: ['git', 'grep', '{{QUERY}}']
  1360. # shortcut: gg
  1361. # tokens: []
  1362. # disabled: true
  1363. # delimiter:
  1364. # chars: ':'
  1365. # keys: ['filepath', 'code']
  1366. # Be careful when enabling this engine if you are
  1367. # running a public instance. Do not expose any sensitive
  1368. # information. You can restrict access by configuring a list
  1369. # of access tokens under tokens.
  1370. # - name: locate
  1371. # engine: command
  1372. # command: ['locate', '{{QUERY}}']
  1373. # shortcut: loc
  1374. # tokens: []
  1375. # disabled: true
  1376. # delimiter:
  1377. # chars: ' '
  1378. # keys: ['line']
  1379. # Be careful when enabling this engine if you are
  1380. # running a public instance. Do not expose any sensitive
  1381. # information. You can restrict access by configuring a list
  1382. # of access tokens under tokens.
  1383. # - name: find
  1384. # engine: command
  1385. # command: ['find', '.', '-name', '{{QUERY}}']
  1386. # query_type: path
  1387. # shortcut: fnd
  1388. # tokens: []
  1389. # disabled: true
  1390. # delimiter:
  1391. # chars: ' '
  1392. # keys: ['line']
  1393. # Be careful when enabling this engine if you are
  1394. # running a public instance. Do not expose any sensitive
  1395. # information. You can restrict access by configuring a list
  1396. # of access tokens under tokens.
  1397. # - name: pattern search in files
  1398. # engine: command
  1399. # command: ['fgrep', '{{QUERY}}']
  1400. # shortcut: fgr
  1401. # tokens: []
  1402. # disabled: true
  1403. # delimiter:
  1404. # chars: ' '
  1405. # keys: ['line']
  1406. # Be careful when enabling this engine if you are
  1407. # running a public instance. Do not expose any sensitive
  1408. # information. You can restrict access by configuring a list
  1409. # of access tokens under tokens.
  1410. # - name: regex search in files
  1411. # engine: command
  1412. # command: ['grep', '{{QUERY}}']
  1413. # shortcut: gr
  1414. # tokens: []
  1415. # disabled: true
  1416. # delimiter:
  1417. # chars: ' '
  1418. # keys: ['line']
  1419. locales:
  1420. en: English
  1421. ar: العَرَبِيَّة (Arabic)
  1422. bg: Български (Bulgarian)
  1423. bo: བོད་སྐད་ (Tibetian)
  1424. ca: Català (Catalan)
  1425. cs: Čeština (Czech)
  1426. cy: Cymraeg (Welsh)
  1427. da: Dansk (Danish)
  1428. de: Deutsch (German)
  1429. el_GR: Ελληνικά (Greek_Greece)
  1430. eo: Esperanto (Esperanto)
  1431. es: Español (Spanish)
  1432. et: Eesti (Estonian)
  1433. eu: Euskara (Basque)
  1434. fa_IR: (fārsī) فارسى (Persian)
  1435. fi: Suomi (Finnish)
  1436. fil: Wikang Filipino (Filipino)
  1437. fr: Français (French)
  1438. gl: Galego (Galician)
  1439. he: עברית (Hebrew)
  1440. hr: Hrvatski (Croatian)
  1441. hu: Magyar (Hungarian)
  1442. ia: Interlingua (Interlingua)
  1443. it: Italiano (Italian)
  1444. ja: 日本語 (Japanese)
  1445. lt: Lietuvių (Lithuanian)
  1446. nl: Nederlands (Dutch)
  1447. nl_BE: Vlaams (Dutch_Belgium)
  1448. oc: Lenga D'òc (Occitan)
  1449. pl: Polski (Polish)
  1450. pt: Português (Portuguese)
  1451. pt_BR: Português (Portuguese_Brazil)
  1452. ro: Română (Romanian)
  1453. ru: Русский (Russian)
  1454. sk: Slovenčina (Slovak)
  1455. sl: Slovenski (Slovene)
  1456. sr: српски (Serbian)
  1457. sv: Svenska (Swedish)
  1458. te: తెలుగు (telugu)
  1459. ta: தமிழ் (Tamil)
  1460. tr: Türkçe (Turkish)
  1461. uk: українська мова (Ukrainian)
  1462. vi: tiếng việt (Vietnamese)
  1463. zh: 中文 (Chinese)
  1464. zh_TW: 國語 (Taiwanese Mandarin)
  1465. doi_resolvers:
  1466. oadoi.org: 'https://oadoi.org/'
  1467. doi.org: 'https://doi.org/'
  1468. doai.io: 'https://dissem.in/'
  1469. sci-hub.se: 'https://sci-hub.se/'
  1470. sci-hub.do: 'https://sci-hub.do/'
  1471. scihubtw.tw: 'https://scihubtw.tw/'
  1472. sci-hub.st: 'https://sci-hub.st/'
  1473. sci-hub.bar: 'https://sci-hub.bar/'
  1474. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1475. default_doi_resolver: 'oadoi.org'