settings.yml 45 KB

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