settings.yml 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. git_url: https://github.com/searx/searx
  5. git_branch: master
  6. issue_url: https://github.com/searx/searx/issues
  7. docs_url: https://searx.github.io/searx
  8. public_instances: https://searx.space
  9. contact_url: False # mailto:contact@example.com
  10. wiki_url: https://github.com/searx/searx/wiki
  11. twitter_url: https://twitter.com/Searx_engine
  12. search:
  13. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  14. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  15. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  16. ban_time_on_fail : 5 # ban time in seconds after engine errors
  17. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  18. server:
  19. port : 8888
  20. bind_address : "127.0.0.1" # address to listen on
  21. secret_key : "ultrasecretkey" # change this!
  22. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  23. image_proxy : False # Proxying image results through searx
  24. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  25. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  26. default_http_headers:
  27. X-Content-Type-Options : nosniff
  28. X-XSS-Protection : 1; mode=block
  29. X-Download-Options : noopen
  30. X-Robots-Tag : noindex, nofollow
  31. Referrer-Policy : no-referrer
  32. ui:
  33. static_path : "" # Custom static path - leave it blank if you didn't change
  34. templates_path : "" # Custom templates path - leave it blank if you didn't change
  35. default_theme : oscar # ui theme
  36. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  37. theme_args :
  38. oscar_style : logicodev # default style of oscar
  39. # results_on_new_tab: False # Open result links in a new tab by default
  40. # categories_order :
  41. # - general
  42. # - files
  43. # - map
  44. # - it
  45. # - science
  46. # Lock arbitrary settings on the preferences page.
  47. # To find the ID of the user setting you want to lock, check
  48. # the ID of the form on the page "preferences".
  49. #preferences:
  50. # lock:
  51. # - language
  52. # - autocomplete
  53. # - method
  54. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  55. # uncomment below section if you have running morty proxy
  56. # the key is base64 encoded (keep the !!binary notation)
  57. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  58. #result_proxy:
  59. # url : http://127.0.0.1:3000/
  60. # key : !!binary "your_morty_proxy_key"
  61. outgoing: # communication with search engines
  62. request_timeout : 2.0 # default timeout in seconds, can be override by engine
  63. # max_request_timeout: 10.0 # the maximum timeout in seconds
  64. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  65. pool_connections : 100 # Number of different hosts
  66. pool_maxsize : 10 # Number of simultaneous requests by host
  67. # uncomment below section if you want to use a proxy
  68. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  69. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  70. # proxies:
  71. # http:
  72. # - http://proxy1:8080
  73. # - http://proxy2:8080
  74. # https:
  75. # - http://proxy1:8080
  76. # - http://proxy2:8080
  77. # uncomment below section only if you have more than one network interface
  78. # which can be the source of outgoing search requests
  79. # source_ips:
  80. # - 1.1.1.1
  81. # - 1.1.1.2
  82. # External plugin configuration
  83. # See http://searx.github.io/searx/dev/plugins.html for more details
  84. #
  85. # plugins:
  86. # - plugin1
  87. # - plugin2
  88. # - ...
  89. # uncomment below section if you want to configure which plugin is enabled by default
  90. #
  91. # enabled_plugins:
  92. # - "HTTPS rewrite"
  93. # - ...
  94. engines:
  95. - name: apk mirror
  96. engine: apkmirror
  97. timeout: 4.0
  98. shortcut: apkm
  99. disabled: True
  100. # Requires Tor
  101. - name : ahmia
  102. engine : ahmia
  103. categories : onions
  104. shortcut : ah
  105. - name : arch linux wiki
  106. engine : archlinux
  107. shortcut : al
  108. - name : archive is
  109. engine : xpath
  110. search_url : https://archive.is/{query}
  111. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  112. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  113. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  114. categories : general
  115. timeout : 7.0
  116. disabled : True
  117. shortcut : ai
  118. - name : arxiv
  119. engine : arxiv
  120. shortcut : arx
  121. categories : science
  122. timeout : 4.0
  123. # tmp suspended: dh key too small
  124. # - name : base
  125. # engine : base
  126. # shortcut : bs
  127. - name : wikipedia
  128. engine : wikipedia
  129. shortcut : wp
  130. base_url : 'https://{language}.wikipedia.org/'
  131. - name : bing
  132. engine : bing
  133. shortcut : bi
  134. - name : bing images
  135. engine : bing_images
  136. shortcut : bii
  137. - name : bing news
  138. engine : bing_news
  139. shortcut : bin
  140. - name : bing videos
  141. engine : bing_videos
  142. shortcut : biv
  143. - name : bitbucket
  144. engine : xpath
  145. paging : True
  146. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  147. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  148. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  149. content_xpath : //article[@class="repo-summary"]/p
  150. categories : it
  151. timeout : 4.0
  152. disabled : True
  153. shortcut : bb
  154. - name : btdigg
  155. engine : btdigg
  156. shortcut : bt
  157. - name : ccc-tv
  158. engine : xpath
  159. paging : False
  160. search_url : https://media.ccc.de/search/?q={query}
  161. url_xpath : //div[@class="caption"]/h3/a/@href
  162. title_xpath : //div[@class="caption"]/h3/a/text()
  163. content_xpath : //div[@class="caption"]/h4/@title
  164. categories : videos
  165. disabled : True
  166. shortcut : c3tv
  167. - name : crossref
  168. engine : json_engine
  169. paging : True
  170. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  171. url_query : doi
  172. title_query : title
  173. content_query : fullCitation
  174. categories : science
  175. shortcut : cr
  176. - name : currency
  177. engine : currency_convert
  178. categories : general
  179. shortcut : cc
  180. - name : deezer
  181. engine : deezer
  182. shortcut : dz
  183. - name : deviantart
  184. engine : deviantart
  185. shortcut : da
  186. timeout : 3.0
  187. - name : ddg definitions
  188. engine : duckduckgo_definitions
  189. shortcut : ddd
  190. weight : 2
  191. disabled : True
  192. # cloudflare protected
  193. # - name : digbt
  194. # engine : digbt
  195. # shortcut : dbt
  196. # timeout : 6.0
  197. # disabled : True
  198. - name : digg
  199. engine : digg
  200. shortcut : dg
  201. - name : erowid
  202. engine : xpath
  203. paging : True
  204. first_page_num : 0
  205. page_size : 30
  206. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  207. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  208. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  209. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  210. categories : general
  211. shortcut : ew
  212. disabled : True
  213. # - name : elasticsearch
  214. # shortcut : es
  215. # engine : elasticsearch
  216. # base_url : http://localhost:9200
  217. # username : elastic
  218. # password : changeme
  219. # index : my-index
  220. # # available options: match, simple_query_string, term, terms, custom
  221. # query_type : match
  222. # # if query_type is set to custom, provide your query here
  223. # #custom_query_json: {"query":{"match_all": {}}}
  224. # #show_metadata: False
  225. # disabled : True
  226. - name : wikidata
  227. engine : wikidata
  228. shortcut : wd
  229. timeout : 3.0
  230. weight : 2
  231. - name : duckduckgo
  232. engine : duckduckgo
  233. shortcut : ddg
  234. disabled : True
  235. - name : duckduckgo images
  236. engine : duckduckgo_images
  237. shortcut : ddi
  238. timeout: 3.0
  239. disabled : True
  240. - name : etools
  241. engine : etools
  242. shortcut : eto
  243. disabled : True
  244. - name : etymonline
  245. engine : xpath
  246. paging : True
  247. search_url : https://etymonline.com/search?page={pageno}&q={query}
  248. url_xpath : //a[contains(@class, "word__name--")]/@href
  249. title_xpath : //a[contains(@class, "word__name--")]
  250. content_xpath : //section[contains(@class, "word__defination")]
  251. first_page_num : 1
  252. shortcut : et
  253. disabled : True
  254. # - name : ebay
  255. # engine : ebay
  256. # shortcut : eb
  257. # disabled : True
  258. # timeout: 5
  259. - name : 1x
  260. engine : www1x
  261. shortcut : 1x
  262. timeout : 3.0
  263. disabled : True
  264. - name : fdroid
  265. engine : fdroid
  266. shortcut : fd
  267. disabled : True
  268. - name : flickr
  269. categories : images
  270. shortcut : fl
  271. # You can use the engine using the official stable API, but you need an API key
  272. # See : https://www.flickr.com/services/apps/create/
  273. # engine : flickr
  274. # api_key: 'apikey' # required!
  275. # Or you can use the html non-stable engine, activated by default
  276. engine : flickr_noapi
  277. - name : free software directory
  278. engine : mediawiki
  279. shortcut : fsd
  280. categories : it
  281. base_url : https://directory.fsf.org/
  282. number_of_results : 5
  283. # what part of a page matches the query string: title, text, nearmatch
  284. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  285. search_type : title
  286. timeout : 5.0
  287. disabled : True
  288. - name : frinkiac
  289. engine : frinkiac
  290. shortcut : frk
  291. disabled : True
  292. - name : genius
  293. engine : genius
  294. shortcut : gen
  295. - name : gigablast
  296. engine : gigablast
  297. shortcut : gb
  298. timeout : 3.0
  299. disabled: True
  300. - name : gentoo
  301. engine : gentoo
  302. shortcut : ge
  303. - name : gitlab
  304. engine : json_engine
  305. paging : True
  306. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  307. url_query : web_url
  308. title_query : name_with_namespace
  309. content_query : description
  310. page_size : 20
  311. categories : it
  312. shortcut : gl
  313. timeout : 10.0
  314. disabled : True
  315. - name : github
  316. engine : github
  317. shortcut : gh
  318. # This a Gitea service. If you would like to use a different instance,
  319. # change codeberg.org to URL of the desired Gitea host. Or you can create
  320. # a new engine by copying this and changing the name, shortcut and search_url.
  321. - name : codeberg
  322. engine : json_engine
  323. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  324. url_query : html_url
  325. title_query : name
  326. content_query : description
  327. categories : it
  328. shortcut : cb
  329. disabled : True
  330. - name : google
  331. engine : google
  332. shortcut : go
  333. - name : google images
  334. engine : google_images
  335. shortcut : goi
  336. - name : google news
  337. engine : google_news
  338. shortcut : gon
  339. - name : google videos
  340. engine : google_videos
  341. shortcut : gov
  342. - name : google scholar
  343. engine : xpath
  344. paging : True
  345. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  346. results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
  347. url_xpath : .//h3/a/@href
  348. title_xpath : .//h3/a
  349. content_xpath : .//div[@class="gs_rs"]
  350. suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
  351. page_size : 10
  352. first_page_num : 0
  353. categories : science
  354. shortcut : gos
  355. - name : google play apps
  356. engine : xpath
  357. search_url : https://play.google.com/store/search?q={query}&c=apps
  358. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  359. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  360. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  361. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  362. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  363. categories : files
  364. shortcut : gpa
  365. disabled : True
  366. - name : google play movies
  367. engine : xpath
  368. search_url : https://play.google.com/store/search?q={query}&c=movies
  369. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  370. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  371. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  372. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  373. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  374. categories : videos
  375. shortcut : gpm
  376. disabled : True
  377. - name : google play music
  378. engine : xpath
  379. search_url : https://play.google.com/store/search?q={query}&c=music
  380. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  381. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  382. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  383. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  384. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  385. categories : music
  386. shortcut : gps
  387. disabled : True
  388. - name : geektimes
  389. engine : xpath
  390. paging : True
  391. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  392. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  393. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  394. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  395. categories : it
  396. timeout : 4.0
  397. disabled : True
  398. shortcut : gt
  399. - name : habrahabr
  400. engine : xpath
  401. paging : True
  402. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  403. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  404. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  405. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  406. categories : it
  407. timeout : 4.0
  408. disabled : True
  409. shortcut : habr
  410. - name : hoogle
  411. engine : json_engine
  412. paging : True
  413. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  414. results_query : results
  415. url_query : location
  416. title_query : self
  417. content_query : docs
  418. page_size : 20
  419. categories : it
  420. shortcut : ho
  421. - name : ina
  422. engine : ina
  423. shortcut : in
  424. timeout : 6.0
  425. disabled : True
  426. - name : invidious
  427. engine : invidious
  428. base_url : 'https://invidio.us/'
  429. shortcut: iv
  430. timeout : 5.0
  431. disabled : True
  432. - name: kickass
  433. engine : kickass
  434. shortcut : kc
  435. timeout : 4.0
  436. disabled : True
  437. - name : library genesis
  438. engine : xpath
  439. search_url : http://libgen.rs/search.php?req={query}
  440. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  441. title_xpath : //a[contains(@href,"book/")]/text()[1]
  442. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  443. categories : general
  444. timeout : 7.0
  445. disabled : True
  446. shortcut : lg
  447. - name : lobste.rs
  448. engine : xpath
  449. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  450. results_xpath : //li[contains(@class, "story")]
  451. url_xpath : .//a[@class="u-url"]/@href
  452. title_xpath : .//a[@class="u-url"]
  453. content_xpath : .//a[@class="domain"]
  454. categories : it
  455. shortcut : lo
  456. timeout : 3.0
  457. disabled: True
  458. - name : metager
  459. engine : xpath
  460. paging : False
  461. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  462. url_xpath : //div[@class="result-subheadline"]/a/@href
  463. title_xpath : //div[@class="result-headline"]/h2/@title
  464. content_xpath : //div[@class="result-description"]/text()
  465. categories : general
  466. shortcut : mg
  467. disabled : True
  468. - name : microsoft academic
  469. engine : microsoft_academic
  470. categories : science
  471. shortcut : ma
  472. - name : mixcloud
  473. engine : mixcloud
  474. shortcut : mc
  475. - name : npm
  476. engine : json_engine
  477. paging : True
  478. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  479. results_query : results
  480. url_query : package/links/npm
  481. title_query : package/name
  482. content_query : package/description
  483. page_size : 25
  484. categories : it
  485. disabled: True
  486. timeout: 5.0
  487. shortcut : npm
  488. # Requires Tor
  489. - name : not evil
  490. engine : not_evil
  491. shortcut : ne
  492. - name : nyaa
  493. engine : nyaa
  494. shortcut : nt
  495. disabled : True
  496. - name : acgsou
  497. engine : acgsou
  498. shortcut : acg
  499. disabled : True
  500. timeout: 5.0
  501. - name : openairedatasets
  502. engine : json_engine
  503. paging : True
  504. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  505. results_query : response/results/result
  506. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  507. title_query : metadata/oaf:entity/oaf:result/title/$
  508. content_query : metadata/oaf:entity/oaf:result/description/$
  509. categories : science
  510. shortcut : oad
  511. timeout: 5.0
  512. - name : openairepublications
  513. engine : json_engine
  514. paging : True
  515. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  516. results_query : response/results/result
  517. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  518. title_query : metadata/oaf:entity/oaf:result/title/$
  519. content_query : metadata/oaf:entity/oaf:result/description/$
  520. categories : science
  521. shortcut : oap
  522. timeout: 5.0
  523. # - name : opensemanticsearch
  524. # engine : opensemantic
  525. # shortcut : oss
  526. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  527. - name : openstreetmap
  528. engine : openstreetmap
  529. shortcut : osm
  530. - name : openrepos
  531. engine : xpath
  532. paging : True
  533. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  534. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  535. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  536. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  537. categories : files
  538. timeout : 4.0
  539. disabled : True
  540. shortcut : or
  541. - name : pdbe
  542. engine : pdbe
  543. shortcut : pdb
  544. # Hide obsolete PDB entries.
  545. # Default is not to hide obsolete structures
  546. # hide_obsolete : False
  547. - name : photon
  548. engine : photon
  549. shortcut : ph
  550. - name : piratebay
  551. engine : piratebay
  552. shortcut : tpb
  553. # You may need to change this URL to a proxy if piratebay is blocked in your country
  554. url: https://thepiratebay.org/
  555. timeout : 3.0
  556. - name : pubmed
  557. engine : pubmed
  558. shortcut : pub
  559. categories: science
  560. timeout : 3.0
  561. - name : qwant
  562. engine : qwant
  563. shortcut : qw
  564. categories : general
  565. disabled : True
  566. - name : qwant images
  567. engine : qwant
  568. shortcut : qwi
  569. categories : images
  570. - name : qwant news
  571. engine : qwant
  572. shortcut : qwn
  573. categories : news
  574. # - name: library
  575. # engine: recoll
  576. # shortcut: lib
  577. # base_url: 'https://recoll.example.org/'
  578. # search_dir: ''
  579. # mount_prefix: /export
  580. # dl_prefix: 'https://download.example.org'
  581. # timeout: 30.0
  582. # categories: files
  583. # disabled: True
  584. # - name: recoll library reference
  585. # engine: recoll
  586. # base_url: 'https://recoll.example.org/'
  587. # search_dir: reference
  588. # mount_prefix: /export
  589. # dl_prefix: 'https://download.example.org'
  590. # shortcut: libr
  591. # timeout: 30.0
  592. # categories: files
  593. # disabled: True
  594. - name : reddit
  595. engine : reddit
  596. shortcut : re
  597. page_size : 25
  598. timeout : 10.0
  599. disabled : True
  600. # tmp suspended: bad certificate
  601. # - name : scanr structures
  602. # shortcut: scs
  603. # engine : scanr_structures
  604. # disabled : True
  605. - name: sepiasearch
  606. engine: sepiasearch
  607. shortcut: sep
  608. - name : soundcloud
  609. engine : soundcloud
  610. shortcut : sc
  611. - name : stackoverflow
  612. engine : stackoverflow
  613. shortcut : st
  614. - name : searchcode code
  615. engine : searchcode_code
  616. shortcut : scc
  617. disabled : True
  618. - name : framalibre
  619. engine : framalibre
  620. shortcut : frl
  621. disabled : True
  622. # - name : searx
  623. # engine : searx_engine
  624. # shortcut : se
  625. # instance_urls :
  626. # - http://127.0.0.1:8888/
  627. # - ...
  628. # disabled : True
  629. - name : semantic scholar
  630. engine : xpath
  631. paging : True
  632. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  633. results_xpath : //article
  634. url_xpath : .//div[@class="search-result-title"]/a/@href
  635. title_xpath : .//div[@class="search-result-title"]/a
  636. content_xpath : .//div[@class="search-result-abstract"]
  637. shortcut : se
  638. categories : science
  639. # Spotify needs API credentials
  640. # - name : spotify
  641. # engine : spotify
  642. # shortcut : stf
  643. # api_client_id : *******
  644. # api_client_secret : *******
  645. - name : startpage
  646. engine : startpage
  647. shortcut : sp
  648. timeout : 6.0
  649. disabled : True
  650. - name : tokyotoshokan
  651. engine : tokyotoshokan
  652. shortcut : tt
  653. timeout : 6.0
  654. disabled : True
  655. - name : torrentz
  656. engine : torrentz
  657. shortcut : tor
  658. url: https://torrentz2.eu/
  659. timeout : 3.0
  660. # Requires Tor
  661. - name : torch
  662. engine : xpath
  663. paging : True
  664. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  665. results_xpath : //table//tr
  666. url_xpath : ./td[2]/a
  667. title_xpath : ./td[2]/b
  668. content_xpath : ./td[2]/small
  669. categories : onions
  670. shortcut : tch
  671. # maybe in a fun category
  672. # - name : uncyclopedia
  673. # engine : mediawiki
  674. # shortcut : unc
  675. # base_url : https://uncyclopedia.wikia.com/
  676. # number_of_results : 5
  677. # tmp suspended - too slow, too many errors
  678. # - name : urbandictionary
  679. # engine : xpath
  680. # search_url : http://www.urbandictionary.com/define.php?term={query}
  681. # url_xpath : //*[@class="word"]/@href
  682. # title_xpath : //*[@class="def-header"]
  683. # content_xpath : //*[@class="meaning"]
  684. # shortcut : ud
  685. - name : unsplash
  686. engine : unsplash
  687. disabled: True
  688. shortcut : us
  689. - name : yahoo
  690. engine : yahoo
  691. shortcut : yh
  692. disabled : True
  693. - name : yandex
  694. engine : yandex
  695. shortcut : yn
  696. disabled : True
  697. - name : yahoo news
  698. engine : yahoo_news
  699. shortcut : yhn
  700. - name : youtube
  701. shortcut : yt
  702. # You can use the engine using the official stable API, but you need an API key
  703. # See : https://console.developers.google.com/project
  704. # engine : youtube_api
  705. # api_key: 'apikey' # required!
  706. # Or you can use the html non-stable engine, activated by default
  707. engine : youtube_noapi
  708. # tmp suspended: Cloudflare CAPTCHA
  709. #- name : yggtorrent
  710. # engine : yggtorrent
  711. # shortcut : ygg
  712. # url: https://www2.yggtorrent.si/
  713. # disabled : True
  714. # timeout : 4.0
  715. - name : dailymotion
  716. engine : dailymotion
  717. shortcut : dm
  718. - name : vimeo
  719. engine : vimeo
  720. shortcut : vm
  721. - name : wikibooks
  722. engine : mediawiki
  723. shortcut : wb
  724. categories : general
  725. base_url : "https://{language}.wikibooks.org/"
  726. number_of_results : 5
  727. search_type : text
  728. disabled : True
  729. - name : wikinews
  730. engine : mediawiki
  731. shortcut : wn
  732. categories : news
  733. base_url : "https://{language}.wikinews.org/"
  734. number_of_results : 5
  735. search_type : text
  736. disabled : True
  737. - name : wikiquote
  738. engine : mediawiki
  739. shortcut : wq
  740. categories : general
  741. base_url : "https://{language}.wikiquote.org/"
  742. number_of_results : 5
  743. search_type : text
  744. disabled : True
  745. - name : wikisource
  746. engine : mediawiki
  747. shortcut : ws
  748. categories : general
  749. base_url : "https://{language}.wikisource.org/"
  750. number_of_results : 5
  751. search_type : text
  752. disabled : True
  753. - name : wiktionary
  754. engine : mediawiki
  755. shortcut : wt
  756. categories : general
  757. base_url : "https://{language}.wiktionary.org/"
  758. number_of_results : 5
  759. search_type : text
  760. disabled : True
  761. - name : wikiversity
  762. engine : mediawiki
  763. shortcut : wv
  764. categories : general
  765. base_url : "https://{language}.wikiversity.org/"
  766. number_of_results : 5
  767. search_type : text
  768. disabled : True
  769. - name : wikivoyage
  770. engine : mediawiki
  771. shortcut : wy
  772. categories : general
  773. base_url : "https://{language}.wikivoyage.org/"
  774. number_of_results : 5
  775. search_type : text
  776. disabled : True
  777. - name : wolframalpha
  778. shortcut : wa
  779. # You can use the engine using the official stable API, but you need an API key
  780. # See : http://products.wolframalpha.com/api/
  781. # engine : wolframalpha_api
  782. # api_key: '' # required!
  783. engine : wolframalpha_noapi
  784. timeout: 6.0
  785. categories : science
  786. - name : dictzone
  787. engine : dictzone
  788. shortcut : dc
  789. - name : mymemory translated
  790. engine : translated
  791. shortcut : tl
  792. timeout : 5.0
  793. disabled : True
  794. # You can use without an API key, but you are limited to 1000 words/day
  795. # See : http://mymemory.translated.net/doc/usagelimits.php
  796. # api_key : ''
  797. - name : 1337x
  798. engine : 1337x
  799. shortcut : 1337x
  800. disabled : True
  801. - name : duden
  802. engine : duden
  803. shortcut : du
  804. disabled : True
  805. - name : seznam
  806. shortcut: szn
  807. engine: xpath
  808. paging : True
  809. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  810. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  811. url_xpath : ./h3/a/@href
  812. title_xpath : ./h3
  813. content_xpath : .//p[@class="Result-description"]
  814. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  815. first_page_num : 0
  816. page_size : 10
  817. disabled : True
  818. - name : mojeek
  819. shortcut: mjk
  820. engine: xpath
  821. paging : True
  822. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  823. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  824. url_xpath : ./h2/a/@href
  825. title_xpath : ./h2
  826. content_xpath : ./p[@class="s"]
  827. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  828. first_page_num : 0
  829. page_size : 10
  830. disabled : True
  831. - name : naver
  832. shortcut: nvr
  833. engine: xpath
  834. paging : True
  835. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  836. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  837. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  838. title_xpath : ./dl/dt/a[@class="title_link"]
  839. content_xpath : ./dl/dd[@class="sh_web_passage"]
  840. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  841. first_page_num : 1
  842. page_size : 10
  843. disabled : True
  844. - name : rubygems
  845. shortcut: rbg
  846. engine: xpath
  847. paging : True
  848. search_url : https://rubygems.org/search?page={pageno}&query={query}
  849. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  850. url_xpath : ./@href
  851. title_xpath : ./span/h2
  852. content_xpath : ./span/p
  853. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  854. first_page_num : 1
  855. categories: it
  856. disabled : True
  857. - name : peertube
  858. engine: peertube
  859. shortcut: ptb
  860. paging : True
  861. base_url : https://peer.tube/
  862. categories: videos
  863. disabled : True
  864. # - name : yacy
  865. # engine : yacy
  866. # shortcut : ya
  867. # base_url : 'http://localhost:8090'
  868. # number_of_results : 5
  869. # timeout : 3.0
  870. # Doku engine lets you access to any Doku wiki instance:
  871. # A public one or a privete/corporate one.
  872. # - name : ubuntuwiki
  873. # engine : doku
  874. # shortcut : uw
  875. # base_url : 'http://doc.ubuntu-fr.org'
  876. # Be careful when enabling this engine if you are
  877. # running a public instance. Do not expose any sensitive
  878. # information. You can restrict access by configuring a list
  879. # of access tokens under tokens.
  880. # - name: git grep
  881. # engine: command
  882. # command: ['git', 'grep', '{{QUERY}}']
  883. # shortcut: gg
  884. # tokens: []
  885. # disabled: True
  886. # delimiter:
  887. # chars: ':'
  888. # keys: ['filepath', 'code']
  889. # Be careful when enabling this engine if you are
  890. # running a public instance. Do not expose any sensitive
  891. # information. You can restrict access by configuring a list
  892. # of access tokens under tokens.
  893. # - name: locate
  894. # engine: command
  895. # command: ['locate', '{{QUERY}}']
  896. # shortcut: loc
  897. # tokens: []
  898. # disabled: True
  899. # delimiter:
  900. # chars: ' '
  901. # keys: ['line']
  902. # Be careful when enabling this engine if you are
  903. # running a public instance. Do not expose any sensitive
  904. # information. You can restrict access by configuring a list
  905. # of access tokens under tokens.
  906. # - name: find
  907. # engine: command
  908. # command: ['find', '.', '-name', '{{QUERY}}']
  909. # query_type: path
  910. # shortcut: fnd
  911. # tokens: []
  912. # disabled: True
  913. # delimiter:
  914. # chars: ' '
  915. # keys: ['line']
  916. # Be careful when enabling this engine if you are
  917. # running a public instance. Do not expose any sensitive
  918. # information. You can restrict access by configuring a list
  919. # of access tokens under tokens.
  920. # - name: pattern search in files
  921. # engine: command
  922. # command: ['fgrep', '{{QUERY}}']
  923. # shortcut: fgr
  924. # tokens: []
  925. # disabled: True
  926. # delimiter:
  927. # chars: ' '
  928. # keys: ['line']
  929. # Be careful when enabling this engine if you are
  930. # running a public instance. Do not expose any sensitive
  931. # information. You can restrict access by configuring a list
  932. # of access tokens under tokens.
  933. # - name: regex search in files
  934. # engine: command
  935. # command: ['grep', '{{QUERY}}']
  936. # shortcut: gr
  937. # tokens: []
  938. # disabled: True
  939. # delimiter:
  940. # chars: ' '
  941. # keys: ['line']
  942. locales:
  943. en : English
  944. ar : العَرَبِيَّة (Arabic)
  945. bg : Български (Bulgarian)
  946. bo : བོད་སྐད་ (Tibetian)
  947. ca : Català (Catalan)
  948. cs : Čeština (Czech)
  949. cy : Cymraeg (Welsh)
  950. da : Dansk (Danish)
  951. de : Deutsch (German)
  952. el_GR : Ελληνικά (Greek_Greece)
  953. eo : Esperanto (Esperanto)
  954. es : Español (Spanish)
  955. et : Eesti (Estonian)
  956. eu : Euskara (Basque)
  957. fa_IR : (fārsī) فارسى (Persian)
  958. fi : Suomi (Finnish)
  959. fil : Wikang Filipino (Filipino)
  960. fr : Français (French)
  961. gl : Galego (Galician)
  962. he : עברית (Hebrew)
  963. hr : Hrvatski (Croatian)
  964. hu : Magyar (Hungarian)
  965. ia : Interlingua (Interlingua)
  966. it : Italiano (Italian)
  967. ja : 日本語 (Japanese)
  968. lt : Lietuvių (Lithuanian)
  969. nl : Nederlands (Dutch)
  970. nl_BE : Vlaams (Dutch_Belgium)
  971. oc : Lenga D'òc (Occitan)
  972. pl : Polski (Polish)
  973. pt : Português (Portuguese)
  974. pt_BR : Português (Portuguese_Brazil)
  975. ro : Română (Romanian)
  976. ru : Русский (Russian)
  977. sk : Slovenčina (Slovak)
  978. sl : Slovenski (Slovene)
  979. sr : српски (Serbian)
  980. sv : Svenska (Swedish)
  981. te : తెలుగు (telugu)
  982. ta : தமிழ் (Tamil)
  983. tr : Türkçe (Turkish)
  984. uk : українська мова (Ukrainian)
  985. vi : tiếng việt (Vietnamese)
  986. zh : 中文 (Chinese)
  987. zh_TW : 國語 (Taiwanese Mandarin)
  988. doi_resolvers :
  989. oadoi.org : 'https://oadoi.org/'
  990. doi.org : 'https://doi.org/'
  991. doai.io : 'https://dissem.in/'
  992. sci-hub.tw : 'https://sci-hub.tw/'
  993. default_doi_resolver : 'sci-hub.tw'