settings.yml 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729
  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: stackexchange
  1014. shortcut: st
  1015. api_site: 'stackoverflow'
  1016. categories: it
  1017. - name: askubuntu
  1018. engine: stackexchange
  1019. shortcut: ubuntu
  1020. api_site: 'askubuntu'
  1021. categories: it
  1022. - name: superuser
  1023. engine: stackexchange
  1024. shortcut: su
  1025. api_site: 'superuser'
  1026. categories: it
  1027. - name: searchcode code
  1028. engine: searchcode_code
  1029. shortcut: scc
  1030. disabled: true
  1031. - name: framalibre
  1032. engine: framalibre
  1033. shortcut: frl
  1034. disabled: true
  1035. # - name: searx
  1036. # engine: searx_engine
  1037. # shortcut: se
  1038. # instance_urls :
  1039. # - http://127.0.0.1:8888/
  1040. # - ...
  1041. # disabled: true
  1042. - name: semantic scholar
  1043. engine: semantic_scholar
  1044. disabled: true
  1045. shortcut: se
  1046. categories: science
  1047. about:
  1048. website: https://www.semanticscholar.org/
  1049. wikidata_id: Q22908627
  1050. official_api_documentation: https://api.semanticscholar.org/
  1051. use_official_api: false
  1052. require_api_key: false
  1053. results: JSON
  1054. # Spotify needs API credentials
  1055. # - name: spotify
  1056. # engine: spotify
  1057. # shortcut: stf
  1058. # api_client_id: *******
  1059. # api_client_secret: *******
  1060. # - name: solr
  1061. # engine: solr
  1062. # shortcut: slr
  1063. # base_url: http://localhost:8983
  1064. # collection: collection_name
  1065. # sort: '' # sorting: asc or desc
  1066. # field_list: '' # comma separated list of field names to display on the UI
  1067. # default_fields: '' # default field to query
  1068. # query_fields: '' # query fields
  1069. # enable_http: true
  1070. # - name: springer nature
  1071. # engine: springer
  1072. # # get your API key from: https://dev.springernature.com/signup
  1073. # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1074. # api_key: 'unset'
  1075. # shortcut: springer
  1076. # categories: science
  1077. # timeout: 6.0
  1078. - name: startpage
  1079. engine: startpage
  1080. shortcut: sp
  1081. timeout: 6.0
  1082. disabled: true
  1083. additional_tests:
  1084. rosebud: *test_rosebud
  1085. - name: tokyotoshokan
  1086. engine: tokyotoshokan
  1087. shortcut: tt
  1088. timeout: 6.0
  1089. disabled: true
  1090. - name: solidtorrents
  1091. engine: solidtorrents
  1092. shortcut: solid
  1093. timeout: 3.0
  1094. disabled: false
  1095. # For this demo of the sqlite engine download:
  1096. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  1097. # and unpack into searx/data/filmliste-v2.db
  1098. # Query to test: "!demo concert"
  1099. #
  1100. # - name: demo
  1101. # engine: sqlite
  1102. # shortcut: demo
  1103. # categories: general
  1104. # result_template: default.html
  1105. # database: searx/data/filmliste-v2.db
  1106. # query_str: >-
  1107. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  1108. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  1109. # description AS content
  1110. # FROM film
  1111. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  1112. # ORDER BY duration DESC
  1113. # disabled: false
  1114. # Requires Tor
  1115. - name: torch
  1116. engine: xpath
  1117. paging: true
  1118. search_url:
  1119. http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1120. results_xpath: //table//tr
  1121. url_xpath: ./td[2]/a
  1122. title_xpath: ./td[2]/b
  1123. content_xpath: ./td[2]/small
  1124. categories: onions
  1125. enable_http: true
  1126. shortcut: tch
  1127. # maybe in a fun category
  1128. # - name: uncyclopedia
  1129. # engine: mediawiki
  1130. # shortcut: unc
  1131. # base_url: https://uncyclopedia.wikia.com/
  1132. # number_of_results: 5
  1133. # tmp suspended - too slow, too many errors
  1134. # - name: urbandictionary
  1135. # engine : xpath
  1136. # search_url : https://www.urbandictionary.com/define.php?term={query}
  1137. # url_xpath : //*[@class="word"]/@href
  1138. # title_xpath : //*[@class="def-header"]
  1139. # content_xpath: //*[@class="meaning"]
  1140. # shortcut: ud
  1141. - name: unsplash
  1142. engine: unsplash
  1143. shortcut: us
  1144. - name: yahoo
  1145. engine: yahoo
  1146. shortcut: yh
  1147. disabled: true
  1148. - name: yahoo news
  1149. engine: yahoo_news
  1150. shortcut: yhn
  1151. - name: youtube
  1152. shortcut: yt
  1153. # You can use the engine using the official stable API, but you need an API
  1154. # key See: https://console.developers.google.com/project
  1155. #
  1156. # engine: youtube_api
  1157. # api_key: 'apikey' # required!
  1158. #
  1159. # Or you can use the html non-stable engine, activated by default
  1160. engine: youtube_noapi
  1161. - name: yggtorrent
  1162. engine: yggtorrent
  1163. shortcut: ygg
  1164. url: https://www4.yggtorrent.li/
  1165. disabled: true
  1166. timeout: 4.0
  1167. - name: dailymotion
  1168. engine: dailymotion
  1169. shortcut: dm
  1170. - name: vimeo
  1171. engine: vimeo
  1172. shortcut: vm
  1173. - name: wiby
  1174. engine: json_engine
  1175. search_url: https://wiby.me/json/?q={query}
  1176. url_query: URL
  1177. title_query: Title
  1178. content_query: Snippet
  1179. categories: general
  1180. shortcut: wib
  1181. disabled: true
  1182. - name: wikibooks
  1183. engine: mediawiki
  1184. shortcut: wb
  1185. categories: general
  1186. base_url: "https://{language}.wikibooks.org/"
  1187. number_of_results: 5
  1188. search_type: text
  1189. disabled: true
  1190. about:
  1191. website: https://www.wikibooks.org/
  1192. wikidata_id: Q367
  1193. - name: wikinews
  1194. engine: mediawiki
  1195. shortcut: wn
  1196. categories: news
  1197. base_url: "https://{language}.wikinews.org/"
  1198. number_of_results: 5
  1199. search_type: text
  1200. disabled: true
  1201. about:
  1202. website: https://www.wikinews.org/
  1203. wikidata_id: Q964
  1204. - name: wikiquote
  1205. engine: mediawiki
  1206. shortcut: wq
  1207. categories: general
  1208. base_url: "https://{language}.wikiquote.org/"
  1209. number_of_results: 5
  1210. search_type: text
  1211. disabled: true
  1212. additional_tests:
  1213. rosebud: *test_rosebud
  1214. about:
  1215. website: https://www.wikiquote.org/
  1216. wikidata_id: Q369
  1217. - name: wikisource
  1218. engine: mediawiki
  1219. shortcut: ws
  1220. categories: general
  1221. base_url: "https://{language}.wikisource.org/"
  1222. number_of_results: 5
  1223. search_type: text
  1224. disabled: true
  1225. about:
  1226. website: https://www.wikisource.org/
  1227. wikidata_id: Q263
  1228. - name: wiktionary
  1229. engine: mediawiki
  1230. shortcut: wt
  1231. categories: general
  1232. base_url: "https://{language}.wiktionary.org/"
  1233. number_of_results: 5
  1234. search_type: text
  1235. disabled: true
  1236. about:
  1237. website: https://www.wiktionary.org/
  1238. wikidata_id: Q151
  1239. - name: wikiversity
  1240. engine: mediawiki
  1241. shortcut: wv
  1242. categories: general
  1243. base_url: "https://{language}.wikiversity.org/"
  1244. number_of_results: 5
  1245. search_type: text
  1246. disabled: true
  1247. about:
  1248. website: https://www.wikiversity.org/
  1249. wikidata_id: Q370
  1250. - name: wikivoyage
  1251. engine: mediawiki
  1252. shortcut: wy
  1253. categories: general
  1254. base_url: "https://{language}.wikivoyage.org/"
  1255. number_of_results: 5
  1256. search_type: text
  1257. disabled: true
  1258. about:
  1259. website: https://www.wikivoyage.org/
  1260. wikidata_id: Q373
  1261. - name: wolframalpha
  1262. shortcut: wa
  1263. # You can use the engine using the official stable API, but you need an API
  1264. # key. See: https://products.wolframalpha.com/api/
  1265. #
  1266. # engine: wolframalpha_api
  1267. # api_key: ''
  1268. #
  1269. # Or you can use the html non-stable engine, activated by default
  1270. engine: wolframalpha_noapi
  1271. timeout: 6.0
  1272. categories: science
  1273. - name: dictzone
  1274. engine: dictzone
  1275. shortcut: dc
  1276. - name: mymemory translated
  1277. engine: translated
  1278. shortcut: tl
  1279. timeout: 5.0
  1280. disabled: true
  1281. # You can use without an API key, but you are limited to 1000 words/day
  1282. # See: https://mymemory.translated.net/doc/usagelimits.php
  1283. # api_key: ''
  1284. # Required dependency: mysql-connector-python
  1285. # - name: mysql
  1286. # engine: mysql_server
  1287. # database: mydatabase
  1288. # username: user
  1289. # password: pass
  1290. # limit: 10
  1291. # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
  1292. # shortcut: mysql
  1293. - name: 1337x
  1294. engine: 1337x
  1295. shortcut: 1337x
  1296. disabled: true
  1297. - name: duden
  1298. engine: duden
  1299. shortcut: du
  1300. disabled: true
  1301. - name: seznam
  1302. shortcut: szn
  1303. engine: seznam
  1304. disabled: true
  1305. - name: mojeek
  1306. shortcut: mjk
  1307. engine: xpath
  1308. paging: true
  1309. search_url: https://www.mojeek.com/search?q={query}&s={pageno}
  1310. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1311. url_xpath: ./h2/a/@href
  1312. title_xpath: ./h2
  1313. content_xpath: ./p[@class="s"]
  1314. suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1315. first_page_num: 0
  1316. page_size: 10
  1317. disabled: true
  1318. about:
  1319. website: https://www.mojeek.com/
  1320. wikidata_id: Q60747299
  1321. official_api_documentation: https://www.mojeek.com/services/api.html/
  1322. use_official_api: false
  1323. require_api_key: false
  1324. results: HTML
  1325. - name: whaleslide
  1326. shortcut: whale
  1327. engine: json_engine
  1328. paging: true
  1329. # This API Token is needed to work
  1330. search_url:
  1331. https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm
  1332. url_query: url
  1333. title_query: title
  1334. title_html_to_text: true
  1335. content_query: abstract
  1336. content_html_to_text: true
  1337. categories: general
  1338. disabled: true
  1339. about:
  1340. website: https://whaleslide.com/
  1341. wikidata_id: # No Wikidata page
  1342. official_api_documentation: false
  1343. use_official_api: false
  1344. require_api_key: false
  1345. results: JSON
  1346. - name: naver
  1347. shortcut: nvr
  1348. engine: xpath
  1349. paging: true
  1350. search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1351. url_xpath: //a[@class="link_tit"]/@href
  1352. title_xpath: //a[@class="link_tit"]
  1353. content_xpath: //a[@class="total_dsc"]/div
  1354. first_page_num: 1
  1355. page_size: 10
  1356. disabled: true
  1357. about:
  1358. website: https://www.naver.com/
  1359. wikidata_id: Q485639
  1360. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1361. use_official_api: false
  1362. require_api_key: false
  1363. results: HTML
  1364. - name: rubygems
  1365. shortcut: rbg
  1366. engine: xpath
  1367. paging: true
  1368. search_url: https://rubygems.org/search?page={pageno}&query={query}
  1369. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1370. url_xpath: ./@href
  1371. title_xpath: ./span/h2
  1372. content_xpath: ./span/p
  1373. suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
  1374. first_page_num: 1
  1375. categories: it
  1376. disabled: true
  1377. about:
  1378. website: https://rubygems.org/
  1379. wikidata_id: Q1853420
  1380. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1381. use_official_api: false
  1382. require_api_key: false
  1383. results: HTML
  1384. - name: peertube
  1385. engine: peertube
  1386. shortcut: ptb
  1387. paging: true
  1388. base_url: https://peer.tube/
  1389. categories: videos
  1390. disabled: true
  1391. - name: mediathekviewweb
  1392. engine: mediathekviewweb
  1393. shortcut: mvw
  1394. # - name: yacy
  1395. # engine: yacy
  1396. # shortcut: ya
  1397. # base_url: 'http://localhost:8090
  1398. # required if you aren't using HTTPS for your local yacy instance'
  1399. # enable_http: true
  1400. # number_of_results: 5
  1401. # timeout: 3.0
  1402. - name: rumble
  1403. engine: rumble
  1404. shortcut: ru
  1405. base_url: https://rumble.com/
  1406. paging: true
  1407. categories: videos
  1408. disabled: true
  1409. - name: wordnik
  1410. engine: wordnik
  1411. shortcut: def
  1412. base_url: https://www.wordnik.com/
  1413. categories: general
  1414. timeout: 5.0
  1415. disabled: true
  1416. - name: woxikon.de synonyme
  1417. engine: xpath
  1418. shortcut: woxi
  1419. categories: general
  1420. timeout: 5.0
  1421. disabled: true
  1422. search_url: https://synonyme.woxikon.de/synonyme/{query}.php
  1423. url_xpath: //div[@class="upper-synonyms"]/a/@href
  1424. content_xpath: //div[@class="synonyms-list-group"]
  1425. title_xpath: //div[@class="upper-synonyms"]/a
  1426. about:
  1427. website: https://www.woxikon.de/
  1428. wikidata_id: # No Wikidata ID
  1429. use_official_api: false
  1430. require_api_key: false
  1431. results: HTML
  1432. - name: słownik języka polskiego
  1433. engine: sjp
  1434. shortcut: sjp
  1435. base_url: https://sjp.pwn.pl/
  1436. categories: general
  1437. timeout: 5.0
  1438. disabled: true
  1439. # wikimini: online encyclopedia for children
  1440. # The fulltext and title parameter is necessary for Wikimini because
  1441. # sometimes it will not show the results and redirect instead
  1442. - name: wikimini
  1443. engine: xpath
  1444. shortcut: wkmn
  1445. search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1446. url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
  1447. title_xpath: //li//div[@class="mw-search-result-heading"]/a
  1448. content_xpath: //li/div[@class="searchresult"]
  1449. categories: general
  1450. disabled: true
  1451. about:
  1452. website: https://wikimini.org/
  1453. wikidata_id: Q3568032
  1454. use_official_api: false
  1455. require_api_key: false
  1456. results: HTML
  1457. - name: brave
  1458. shortcut: brave
  1459. engine: xpath
  1460. paging: false
  1461. search_url: https://search.brave.com/search?q={query}
  1462. url_xpath: //div[@class="snippet fdb"]/a/@href
  1463. title_xpath: //span[@class="snippet-title"]
  1464. content_xpath: //p[1][@class="snippet-description"]
  1465. suggestion_xpath: //div[@class="text-gray h6"]/a
  1466. categories: general
  1467. about:
  1468. website: https://brave.com/search/
  1469. wikidata_id: Q107355971
  1470. use_official_api: false
  1471. require_api_key: false
  1472. results: HTML
  1473. # Doku engine lets you access to any Doku wiki instance:
  1474. # A public one or a privete/corporate one.
  1475. # - name: ubuntuwiki
  1476. # engine: doku
  1477. # shortcut: uw
  1478. # base_url: 'https://doc.ubuntu-fr.org'
  1479. # Be careful when enabling this engine if you are
  1480. # running a public instance. Do not expose any sensitive
  1481. # information. You can restrict access by configuring a list
  1482. # of access tokens under tokens.
  1483. # - name: git grep
  1484. # engine: command
  1485. # command: ['git', 'grep', '{{QUERY}}']
  1486. # shortcut: gg
  1487. # tokens: []
  1488. # disabled: true
  1489. # delimiter:
  1490. # chars: ':'
  1491. # keys: ['filepath', 'code']
  1492. # Be careful when enabling this engine if you are
  1493. # running a public instance. Do not expose any sensitive
  1494. # information. You can restrict access by configuring a list
  1495. # of access tokens under tokens.
  1496. # - name: locate
  1497. # engine: command
  1498. # command: ['locate', '{{QUERY}}']
  1499. # shortcut: loc
  1500. # tokens: []
  1501. # disabled: true
  1502. # delimiter:
  1503. # chars: ' '
  1504. # keys: ['line']
  1505. # Be careful when enabling this engine if you are
  1506. # running a public instance. Do not expose any sensitive
  1507. # information. You can restrict access by configuring a list
  1508. # of access tokens under tokens.
  1509. # - name: find
  1510. # engine: command
  1511. # command: ['find', '.', '-name', '{{QUERY}}']
  1512. # query_type: path
  1513. # shortcut: fnd
  1514. # tokens: []
  1515. # disabled: true
  1516. # delimiter:
  1517. # chars: ' '
  1518. # keys: ['line']
  1519. # Be careful when enabling this engine if you are
  1520. # running a public instance. Do not expose any sensitive
  1521. # information. You can restrict access by configuring a list
  1522. # of access tokens under tokens.
  1523. # - name: pattern search in files
  1524. # engine: command
  1525. # command: ['fgrep', '{{QUERY}}']
  1526. # shortcut: fgr
  1527. # tokens: []
  1528. # disabled: true
  1529. # delimiter:
  1530. # chars: ' '
  1531. # keys: ['line']
  1532. # Be careful when enabling this engine if you are
  1533. # running a public instance. Do not expose any sensitive
  1534. # information. You can restrict access by configuring a list
  1535. # of access tokens under tokens.
  1536. # - name: regex search in files
  1537. # engine: command
  1538. # command: ['grep', '{{QUERY}}']
  1539. # shortcut: gr
  1540. # tokens: []
  1541. # disabled: true
  1542. # delimiter:
  1543. # chars: ' '
  1544. # keys: ['line']
  1545. doi_resolvers:
  1546. oadoi.org: 'https://oadoi.org/'
  1547. doi.org: 'https://doi.org/'
  1548. doai.io: 'https://dissem.in/'
  1549. sci-hub.se: 'https://sci-hub.se/'
  1550. sci-hub.do: 'https://sci-hub.do/'
  1551. scihubtw.tw: 'https://scihubtw.tw/'
  1552. sci-hub.st: 'https://sci-hub.st/'
  1553. sci-hub.bar: 'https://sci-hub.bar/'
  1554. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  1555. default_doi_resolver: 'oadoi.org'