settings.yml 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706
  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. # MongoDB engine
  731. # Required dependency: pymongo
  732. # - name: mymongo
  733. # engine: mongodb
  734. # shortcut: md
  735. # exact_match_only: false
  736. # host: '127.0.0.1'
  737. # port: 27017
  738. # results_per_page: 20
  739. # database: 'business'
  740. # collection: 'reviews' # name of the db collection
  741. # key: 'name' # key in the collection to search for
  742. - name: npm
  743. engine: json_engine
  744. paging: true
  745. search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  746. results_query: results
  747. url_query: package/links/npm
  748. title_query: package/name
  749. content_query: package/description
  750. page_size: 25
  751. categories: it
  752. disabled: true
  753. timeout: 5.0
  754. shortcut: npm
  755. about:
  756. website: https://npms.io/
  757. wikidata_id: Q7067518
  758. official_api_documentation: https://api-docs.npms.io/
  759. use_official_api: false
  760. require_api_key: false
  761. results: JSON
  762. - name: nyaa
  763. engine: nyaa
  764. shortcut: nt
  765. disabled: true
  766. - name: mankier
  767. engine: json_engine
  768. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  769. results_query: results
  770. url_query: url
  771. title_query: name
  772. content_query: description
  773. categories: it
  774. shortcut: man
  775. about:
  776. website: https://www.mankier.com/
  777. official_api_documentation: https://www.mankier.com/api
  778. use_official_api: true
  779. require_api_key: false
  780. results: JSON
  781. - name: openairedatasets
  782. engine: json_engine
  783. paging: true
  784. search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  785. results_query: response/results/result
  786. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  787. title_query: metadata/oaf:entity/oaf:result/title/$
  788. content_query: metadata/oaf:entity/oaf:result/description/$
  789. content_html_to_text: true
  790. categories: science
  791. shortcut: oad
  792. timeout: 5.0
  793. about:
  794. website: https://www.openaire.eu/
  795. wikidata_id: Q25106053
  796. official_api_documentation: https://api.openaire.eu/
  797. use_official_api: false
  798. require_api_key: false
  799. results: JSON
  800. - name: openairepublications
  801. engine: json_engine
  802. paging: true
  803. search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  804. results_query: response/results/result
  805. url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  806. title_query: metadata/oaf:entity/oaf:result/title/$
  807. content_query: metadata/oaf:entity/oaf:result/description/$
  808. content_html_to_text: true
  809. categories: science
  810. shortcut: oap
  811. timeout: 5.0
  812. about:
  813. website: https://www.openaire.eu/
  814. wikidata_id: Q25106053
  815. official_api_documentation: https://api.openaire.eu/
  816. use_official_api: false
  817. require_api_key: false
  818. results: JSON
  819. # - name: opensemanticsearch
  820. # engine: opensemantic
  821. # shortcut: oss
  822. # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
  823. - name: openstreetmap
  824. engine: openstreetmap
  825. shortcut: osm
  826. - name: openrepos
  827. engine: xpath
  828. paging: true
  829. search_url: https://openrepos.net/search/node/{query}?page={pageno}
  830. url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
  831. title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
  832. content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  833. categories: files
  834. timeout: 4.0
  835. disabled: true
  836. shortcut: or
  837. about:
  838. website: https://openrepos.net/
  839. wikidata_id:
  840. official_api_documentation:
  841. use_official_api: false
  842. require_api_key: false
  843. results: HTML
  844. - name: pdbe
  845. engine: pdbe
  846. shortcut: pdb
  847. # Hide obsolete PDB entries. Default is not to hide obsolete structures
  848. # hide_obsolete: false
  849. - name: photon
  850. engine: photon
  851. shortcut: ph
  852. - name: piratebay
  853. engine: piratebay
  854. shortcut: tpb
  855. # You may need to change this URL to a proxy if piratebay is blocked in your
  856. # country
  857. url: https://thepiratebay.org/
  858. timeout: 3.0
  859. # Required dependency: psychopg2
  860. # - name: postgresql
  861. # engine: postgresql
  862. # database: postgres
  863. # username: postgres
  864. # password: postgres
  865. # limit: 10
  866. # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
  867. # shortcut : psql
  868. - name: pubmed
  869. engine: pubmed
  870. shortcut: pub
  871. categories: science
  872. timeout: 3.0
  873. - name: pypi
  874. shortcut: pypi
  875. engine: xpath
  876. paging: true
  877. search_url: https://pypi.org/search?q={query}&page={pageno}
  878. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  879. url_xpath: ./@href
  880. title_xpath: ./h3/span[@class="package-snippet__name"]
  881. content_xpath: ./p
  882. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  883. first_page_num: 1
  884. categories: it
  885. about:
  886. website: https://pypi.org
  887. wikidata_id: Q2984686
  888. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  889. use_official_api: false
  890. require_api_key: false
  891. results: HTML
  892. - name: qwant
  893. engine: qwant
  894. shortcut: qw
  895. categories: general
  896. disabled: false
  897. additional_tests:
  898. rosebud: *test_rosebud
  899. - name: qwant news
  900. engine: qwant
  901. shortcut: qwn
  902. categories: news
  903. disabled: false
  904. network: qwant
  905. - name: qwant images
  906. engine: qwant
  907. shortcut: qwi
  908. categories: images
  909. disabled: false
  910. network: qwant
  911. - name: qwant videos
  912. engine: qwant
  913. shortcut: qwv
  914. categories: videos
  915. disabled: false
  916. network: qwant
  917. # - name: library
  918. # engine: recoll
  919. # shortcut: lib
  920. # base_url: 'https://recoll.example.org/'
  921. # search_dir: ''
  922. # mount_prefix: /export
  923. # dl_prefix: 'https://download.example.org'
  924. # timeout: 30.0
  925. # categories: files
  926. # disabled: true
  927. # - name: recoll library reference
  928. # engine: recoll
  929. # base_url: 'https://recoll.example.org/'
  930. # search_dir: reference
  931. # mount_prefix: /export
  932. # dl_prefix: 'https://download.example.org'
  933. # shortcut: libr
  934. # timeout: 30.0
  935. # categories: files
  936. # disabled: true
  937. - name: reddit
  938. engine: reddit
  939. shortcut: re
  940. page_size: 25
  941. timeout: 10.0
  942. disabled: true
  943. # Required dependency: redis
  944. # - name: myredis
  945. # engine: redis_server
  946. # exact_match_only: False
  947. # host: '127.0.0.1'
  948. # port: 6379
  949. # password: ''
  950. # db: 0
  951. # tmp suspended: bad certificate
  952. # - name: scanr structures
  953. # shortcut: scs
  954. # engine: scanr_structures
  955. # disabled: true
  956. - name: sepiasearch
  957. engine: sepiasearch
  958. shortcut: sep
  959. - name: soundcloud
  960. engine: soundcloud
  961. shortcut: sc
  962. - name: stackoverflow
  963. engine: stackoverflow
  964. shortcut: st
  965. - name: searchcode code
  966. engine: searchcode_code
  967. shortcut: scc
  968. disabled: true
  969. - name: framalibre
  970. engine: framalibre
  971. shortcut: frl
  972. disabled: true
  973. # - name: searx
  974. # engine: searx_engine
  975. # shortcut: se
  976. # instance_urls :
  977. # - http://127.0.0.1:8888/
  978. # - ...
  979. # disabled: true
  980. - name: semantic scholar
  981. engine: semantic_scholar
  982. disabled: true
  983. shortcut: se
  984. categories: science
  985. about:
  986. website: https://www.semanticscholar.org/
  987. wikidata_id: Q22908627
  988. official_api_documentation: https://api.semanticscholar.org/
  989. use_official_api: false
  990. require_api_key: false
  991. results: JSON
  992. # Spotify needs API credentials
  993. # - name: spotify
  994. # engine: spotify
  995. # shortcut: stf
  996. # api_client_id: *******
  997. # api_client_secret: *******
  998. # - name: solr
  999. # engine: solr
  1000. # shortcut: slr
  1001. # base_url: http://localhost:8983
  1002. # collection: collection_name
  1003. # sort: '' # sorting: asc or desc
  1004. # field_list: '' # comma separated list of field names to display on the UI
  1005. # default_fields: '' # default field to query
  1006. # query_fields: '' # query fields
  1007. # enable_http: true
  1008. # - name: springer nature
  1009. # engine: springer
  1010. # # get your API key from: https://dev.springernature.com/signup
  1011. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1012. # api_key: 'unset'
  1013. # shortcut: springer
  1014. # categories: science
  1015. # timeout: 6.0
  1016. - name: startpage
  1017. engine: startpage
  1018. shortcut: sp
  1019. timeout: 6.0
  1020. disabled: true
  1021. additional_tests:
  1022. rosebud: *test_rosebud
  1023. - name: tokyotoshokan
  1024. engine: tokyotoshokan
  1025. shortcut: tt
  1026. timeout: 6.0
  1027. disabled: true
  1028. - name: solidtorrents
  1029. engine: solidtorrents
  1030. shortcut: solid
  1031. timeout: 3.0
  1032. disabled: false
  1033. # For this demo of the sqlite engine download:
  1034. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  1035. # and unpack into searx/data/filmliste-v2.db
  1036. # Query to test: "!demo concert"
  1037. #
  1038. # - name: demo
  1039. # engine: sqlite
  1040. # shortcut: demo
  1041. # categories: general
  1042. # result_template: default.html
  1043. # database: searx/data/filmliste-v2.db
  1044. # query_str: >-
  1045. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  1046. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  1047. # description AS content
  1048. # FROM film
  1049. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  1050. # ORDER BY duration DESC
  1051. # disabled: false
  1052. # Requires Tor
  1053. - name: torch
  1054. engine: xpath
  1055. paging: true
  1056. search_url:
  1057. http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1058. results_xpath: //table//tr
  1059. url_xpath: ./td[2]/a
  1060. title_xpath: ./td[2]/b
  1061. content_xpath: ./td[2]/small
  1062. categories: onions
  1063. enable_http: true
  1064. shortcut: tch
  1065. # maybe in a fun category
  1066. # - name: uncyclopedia
  1067. # engine: mediawiki
  1068. # shortcut: unc
  1069. # base_url: https://uncyclopedia.wikia.com/
  1070. # number_of_results: 5
  1071. # tmp suspended - too slow, too many errors
  1072. # - name: urbandictionary
  1073. # engine : xpath
  1074. # search_url : http://www.urbandictionary.com/define.php?term={query}
  1075. # url_xpath : //*[@class="word"]/@href
  1076. # title_xpath : //*[@class="def-header"]
  1077. # content_xpath: //*[@class="meaning"]
  1078. # shortcut: ud
  1079. - name: unsplash
  1080. engine: unsplash
  1081. shortcut: us
  1082. - name: yahoo
  1083. engine: yahoo
  1084. shortcut: yh
  1085. disabled: true
  1086. - name: yahoo news
  1087. engine: yahoo_news
  1088. shortcut: yhn
  1089. - name: youtube
  1090. shortcut: yt
  1091. # You can use the engine using the official stable API, but you need an API
  1092. # key See: https://console.developers.google.com/project
  1093. #
  1094. # engine: youtube_api
  1095. # api_key: 'apikey' # required!
  1096. #
  1097. # Or you can use the html non-stable engine, activated by default
  1098. engine: youtube_noapi
  1099. - name: yggtorrent
  1100. engine: yggtorrent
  1101. shortcut: ygg
  1102. url: https://www4.yggtorrent.li/
  1103. disabled: true
  1104. timeout: 4.0
  1105. - name: dailymotion
  1106. engine: dailymotion
  1107. shortcut: dm
  1108. - name: vimeo
  1109. engine: vimeo
  1110. shortcut: vm
  1111. - name: wiby
  1112. engine: json_engine
  1113. search_url: https://wiby.me/json/?q={query}
  1114. url_query: URL
  1115. title_query: Title
  1116. content_query: Snippet
  1117. categories: general
  1118. shortcut: wib
  1119. disabled: true
  1120. - name: wikibooks
  1121. engine: mediawiki
  1122. shortcut: wb
  1123. categories: general
  1124. base_url: "https://{language}.wikibooks.org/"
  1125. number_of_results: 5
  1126. search_type: text
  1127. disabled: true
  1128. about:
  1129. website: https://www.wikibooks.org/
  1130. wikidata_id: Q367
  1131. - name: wikinews
  1132. engine: mediawiki
  1133. shortcut: wn
  1134. categories: news
  1135. base_url: "https://{language}.wikinews.org/"
  1136. number_of_results: 5
  1137. search_type: text
  1138. disabled: true
  1139. about:
  1140. website: https://www.wikinews.org/
  1141. wikidata_id: Q964
  1142. - name: wikiquote
  1143. engine: mediawiki
  1144. shortcut: wq
  1145. categories: general
  1146. base_url: "https://{language}.wikiquote.org/"
  1147. number_of_results: 5
  1148. search_type: text
  1149. disabled: true
  1150. additional_tests:
  1151. rosebud: *test_rosebud
  1152. about:
  1153. website: https://www.wikiquote.org/
  1154. wikidata_id: Q369
  1155. - name: wikisource
  1156. engine: mediawiki
  1157. shortcut: ws
  1158. categories: general
  1159. base_url: "https://{language}.wikisource.org/"
  1160. number_of_results: 5
  1161. search_type: text
  1162. disabled: true
  1163. about:
  1164. website: https://www.wikisource.org/
  1165. wikidata_id: Q263
  1166. - name: wiktionary
  1167. engine: mediawiki
  1168. shortcut: wt
  1169. categories: general
  1170. base_url: "https://{language}.wiktionary.org/"
  1171. number_of_results: 5
  1172. search_type: text
  1173. disabled: true
  1174. about:
  1175. website: https://www.wiktionary.org/
  1176. wikidata_id: Q151
  1177. - name: wikiversity
  1178. engine: mediawiki
  1179. shortcut: wv
  1180. categories: general
  1181. base_url: "https://{language}.wikiversity.org/"
  1182. number_of_results: 5
  1183. search_type: text
  1184. disabled: true
  1185. about:
  1186. website: https://www.wikiversity.org/
  1187. wikidata_id: Q370
  1188. - name: wikivoyage
  1189. engine: mediawiki
  1190. shortcut: wy
  1191. categories: general
  1192. base_url: "https://{language}.wikivoyage.org/"
  1193. number_of_results: 5
  1194. search_type: text
  1195. disabled: true
  1196. about:
  1197. website: https://www.wikivoyage.org/
  1198. wikidata_id: Q373
  1199. - name: wolframalpha
  1200. shortcut: wa
  1201. # You can use the engine using the official stable API, but you need an API
  1202. # key. See: http://products.wolframalpha.com/api/
  1203. #
  1204. # engine: wolframalpha_api
  1205. # api_key: ''
  1206. #
  1207. # Or you can use the html non-stable engine, activated by default
  1208. engine: wolframalpha_noapi
  1209. timeout: 6.0
  1210. categories: science
  1211. - name: dictzone
  1212. engine: dictzone
  1213. shortcut: dc
  1214. - name: mymemory translated
  1215. engine: translated
  1216. shortcut: tl
  1217. timeout: 5.0
  1218. disabled: true
  1219. # You can use without an API key, but you are limited to 1000 words/day
  1220. # See: http://mymemory.translated.net/doc/usagelimits.php
  1221. # api_key: ''
  1222. # Required dependency: mysql-connector-python
  1223. # - name: mysql
  1224. # engine: mysql_server
  1225. # database: mydatabase
  1226. # username: user
  1227. # password: pass
  1228. # limit: 10
  1229. # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
  1230. # shortcut: mysql
  1231. - name: 1337x
  1232. engine: 1337x
  1233. shortcut: 1337x
  1234. disabled: true
  1235. - name: duden
  1236. engine: duden
  1237. shortcut: du
  1238. disabled: true
  1239. - name: seznam
  1240. shortcut: szn
  1241. engine: seznam
  1242. disabled: true
  1243. - name: mojeek
  1244. shortcut: mjk
  1245. engine: xpath
  1246. paging: true
  1247. search_url: https://www.mojeek.com/search?q={query}&s={pageno}
  1248. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1249. url_xpath: ./h2/a/@href
  1250. title_xpath: ./h2
  1251. content_xpath: ./p[@class="s"]
  1252. suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1253. first_page_num: 0
  1254. page_size: 10
  1255. disabled: true
  1256. about:
  1257. website: https://www.mojeek.com/
  1258. wikidata_id: Q60747299
  1259. official_api_documentation: https://www.mojeek.com/services/api.html/
  1260. use_official_api: false
  1261. require_api_key: false
  1262. results: HTML
  1263. - name: whaleslide
  1264. shortcut: whale
  1265. engine: json_engine
  1266. paging: true
  1267. # This API Token is needed to work
  1268. search_url:
  1269. https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm
  1270. url_query: url
  1271. title_query: title
  1272. title_html_to_text: true
  1273. content_query: abstract
  1274. content_html_to_text: true
  1275. categories: general
  1276. disabled: true
  1277. about:
  1278. website: https://whaleslide.com/
  1279. wikidata_id: # No Wikidata page
  1280. official_api_documentation: false
  1281. use_official_api: false
  1282. require_api_key: false
  1283. results: JSON
  1284. - name: naver
  1285. shortcut: nvr
  1286. engine: xpath
  1287. paging: true
  1288. search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1289. url_xpath: //a[@class="link_tit"]/@href
  1290. title_xpath: //a[@class="link_tit"]
  1291. content_xpath: //a[@class="total_dsc"]/div
  1292. first_page_num: 1
  1293. page_size: 10
  1294. disabled: true
  1295. about:
  1296. website: https://www.naver.com/
  1297. wikidata_id: Q485639
  1298. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1299. use_official_api: false
  1300. require_api_key: false
  1301. results: HTML
  1302. - name: rubygems
  1303. shortcut: rbg
  1304. engine: xpath
  1305. paging: true
  1306. search_url: https://rubygems.org/search?page={pageno}&query={query}
  1307. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1308. url_xpath: ./@href
  1309. title_xpath: ./span/h2
  1310. content_xpath: ./span/p
  1311. suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
  1312. first_page_num: 1
  1313. categories: it
  1314. disabled: true
  1315. about:
  1316. website: https://rubygems.org/
  1317. wikidata_id: Q1853420
  1318. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1319. use_official_api: false
  1320. require_api_key: false
  1321. results: HTML
  1322. - name: peertube
  1323. engine: peertube
  1324. shortcut: ptb
  1325. paging: true
  1326. base_url: https://peer.tube/
  1327. categories: videos
  1328. disabled: true
  1329. - name: mediathekviewweb
  1330. engine: mediathekviewweb
  1331. shortcut: mvw
  1332. # - name: yacy
  1333. # engine: yacy
  1334. # shortcut: ya
  1335. # base_url: 'http://localhost:8090
  1336. # required if you aren't using HTTPS for your local yacy instance'
  1337. # enable_http: true
  1338. # number_of_results: 5
  1339. # timeout: 3.0
  1340. - name: rumble
  1341. engine: rumble
  1342. shortcut: ru
  1343. base_url: https://rumble.com/
  1344. paging: true
  1345. categories: videos
  1346. disabled: true
  1347. - name: wordnik
  1348. engine: wordnik
  1349. shortcut: def
  1350. base_url: https://www.wordnik.com/
  1351. categories: general
  1352. timeout: 5.0
  1353. disabled: true
  1354. - name: woxikon.de synonyme
  1355. engine: xpath
  1356. shortcut: woxi
  1357. categories: general
  1358. timeout: 5.0
  1359. disabled: true
  1360. search_url: https://synonyme.woxikon.de/synonyme/{query}.php
  1361. url_xpath: //div[@class="upper-synonyms"]/a/@href
  1362. content_xpath: //div[@class="synonyms-list-group"]
  1363. title_xpath: //div[@class="upper-synonyms"]/a
  1364. about:
  1365. website: https://www.woxikon.de/
  1366. wikidata_id: # No Wikidata ID
  1367. use_official_api: false
  1368. require_api_key: false
  1369. results: HTML
  1370. - name: słownik języka polskiego
  1371. engine: sjp
  1372. shortcut: sjp
  1373. base_url: https://sjp.pwn.pl/
  1374. categories: general
  1375. timeout: 5.0
  1376. disabled: true
  1377. # wikimini: online encyclopedia for children
  1378. # The fulltext and title parameter is necessary for Wikimini because
  1379. # sometimes it will not show the results and redirect instead
  1380. - name: wikimini
  1381. engine: xpath
  1382. shortcut: wkmn
  1383. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1384. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1385. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1386. content_xpath: //li/div[@class="searchresult"]
  1387. categories: general
  1388. disabled: true
  1389. about:
  1390. website: https://wikimini.org/
  1391. wikidata_id: Q3568032
  1392. use_official_api: false
  1393. require_api_key: false
  1394. results: HTML
  1395. - name: brave
  1396. shortcut: brave
  1397. engine: xpath
  1398. paging: false
  1399. search_url: https://search.brave.com/search?q={query}
  1400. url_xpath: //div[@class="snippet fdb"]/a/@href
  1401. title_xpath: //span[@class="snippet-title"]
  1402. content_xpath: //p[1][@class="snippet-description"]
  1403. categories: general
  1404. about:
  1405. website: https://brave.com/search/
  1406. wikidata_id: Q22906900
  1407. use_official_api: false
  1408. require_api_key: false
  1409. results: HTML
  1410. # Doku engine lets you access to any Doku wiki instance:
  1411. # A public one or a privete/corporate one.
  1412. # - name: ubuntuwiki
  1413. # engine: doku
  1414. # shortcut: uw
  1415. # base_url: 'http://doc.ubuntu-fr.org'
  1416. # Be careful when enabling this engine if you are
  1417. # running a public instance. Do not expose any sensitive
  1418. # information. You can restrict access by configuring a list
  1419. # of access tokens under tokens.
  1420. # - name: git grep
  1421. # engine: command
  1422. # command: ['git', 'grep', '{{QUERY}}']
  1423. # shortcut: gg
  1424. # tokens: []
  1425. # disabled: true
  1426. # delimiter:
  1427. # chars: ':'
  1428. # keys: ['filepath', 'code']
  1429. # Be careful when enabling this engine if you are
  1430. # running a public instance. Do not expose any sensitive
  1431. # information. You can restrict access by configuring a list
  1432. # of access tokens under tokens.
  1433. # - name: locate
  1434. # engine: command
  1435. # command: ['locate', '{{QUERY}}']
  1436. # shortcut: loc
  1437. # tokens: []
  1438. # disabled: true
  1439. # delimiter:
  1440. # chars: ' '
  1441. # keys: ['line']
  1442. # Be careful when enabling this engine if you are
  1443. # running a public instance. Do not expose any sensitive
  1444. # information. You can restrict access by configuring a list
  1445. # of access tokens under tokens.
  1446. # - name: find
  1447. # engine: command
  1448. # command: ['find', '.', '-name', '{{QUERY}}']
  1449. # query_type: path
  1450. # shortcut: fnd
  1451. # tokens: []
  1452. # disabled: true
  1453. # delimiter:
  1454. # chars: ' '
  1455. # keys: ['line']
  1456. # Be careful when enabling this engine if you are
  1457. # running a public instance. Do not expose any sensitive
  1458. # information. You can restrict access by configuring a list
  1459. # of access tokens under tokens.
  1460. # - name: pattern search in files
  1461. # engine: command
  1462. # command: ['fgrep', '{{QUERY}}']
  1463. # shortcut: fgr
  1464. # tokens: []
  1465. # disabled: true
  1466. # delimiter:
  1467. # chars: ' '
  1468. # keys: ['line']
  1469. # Be careful when enabling this engine if you are
  1470. # running a public instance. Do not expose any sensitive
  1471. # information. You can restrict access by configuring a list
  1472. # of access tokens under tokens.
  1473. # - name: regex search in files
  1474. # engine: command
  1475. # command: ['grep', '{{QUERY}}']
  1476. # shortcut: gr
  1477. # tokens: []
  1478. # disabled: true
  1479. # delimiter:
  1480. # chars: ' '
  1481. # keys: ['line']
  1482. locales:
  1483. en: English
  1484. ar: العَرَبِيَّة (Arabic)
  1485. bg: Български (Bulgarian)
  1486. bo: བོད་སྐད་ (Tibetian)
  1487. ca: Català (Catalan)
  1488. cs: Čeština (Czech)
  1489. cy: Cymraeg (Welsh)
  1490. da: Dansk (Danish)
  1491. de: Deutsch (German)
  1492. el_GR: Ελληνικά (Greek_Greece)
  1493. eo: Esperanto (Esperanto)
  1494. es: Español (Spanish)
  1495. et: Eesti (Estonian)
  1496. eu: Euskara (Basque)
  1497. fa_IR: (fārsī) فارسى (Persian)
  1498. fi: Suomi (Finnish)
  1499. fil: Wikang Filipino (Filipino)
  1500. fr: Français (French)
  1501. gl: Galego (Galician)
  1502. he: עברית (Hebrew)
  1503. hr: Hrvatski (Croatian)
  1504. hu: Magyar (Hungarian)
  1505. ia: Interlingua (Interlingua)
  1506. it: Italiano (Italian)
  1507. ja: 日本語 (Japanese)
  1508. lt: Lietuvių (Lithuanian)
  1509. nl: Nederlands (Dutch)
  1510. nl_BE: Vlaams (Dutch_Belgium)
  1511. oc: Lenga D'òc (Occitan)
  1512. pl: Polski (Polish)
  1513. pt: Português (Portuguese)
  1514. pt_BR: Português (Portuguese_Brazil)
  1515. ro: Română (Romanian)
  1516. ru: Русский (Russian)
  1517. sk: Slovenčina (Slovak)
  1518. sl: Slovenski (Slovene)
  1519. sr: српски (Serbian)
  1520. sv: Svenska (Swedish)
  1521. te: తెలుగు (telugu)
  1522. ta: தமிழ் (Tamil)
  1523. tr: Türkçe (Turkish)
  1524. uk: українська мова (Ukrainian)
  1525. vi: tiếng việt (Vietnamese)
  1526. zh: 中文 (Chinese)
  1527. zh_TW: 國語 (Taiwanese Mandarin)
  1528. doi_resolvers:
  1529. oadoi.org: 'https://oadoi.org/'
  1530. doi.org: 'https://doi.org/'
  1531. doai.io: 'https://dissem.in/'
  1532. sci-hub.se: 'https://sci-hub.se/'
  1533. sci-hub.do: 'https://sci-hub.do/'
  1534. scihubtw.tw: 'https://scihubtw.tw/'
  1535. sci-hub.st: 'https://sci-hub.st/'
  1536. sci-hub.bar: 'https://sci-hub.bar/'
  1537. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1538. default_doi_resolver: 'oadoi.org'