settings.yml 43 KB

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