settings.yml 31 KB

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