settings.yml 45 KB

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