settings.yml 45 KB

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