settings.yml 46 KB

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