settings.yml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  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. disabled : True
  423. - name: kickass
  424. engine : kickass
  425. shortcut : kc
  426. timeout : 4.0
  427. disabled : True
  428. - name : library genesis
  429. engine : xpath
  430. search_url : https://libgen.is/search.php?req={query}
  431. url_xpath : //a[contains(@href,"bookfi.net")]/@href
  432. title_xpath : //a[contains(@href,"book/")]/text()[1]
  433. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  434. categories : general
  435. timeout : 7.0
  436. disabled : True
  437. shortcut : lg
  438. - name : lobste.rs
  439. engine : xpath
  440. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  441. results_xpath : //li[contains(@class, "story")]
  442. url_xpath : .//a[@class="u-url"]/@href
  443. title_xpath : .//a[@class="u-url"]
  444. content_xpath : .//a[@class="domain"]
  445. categories : it
  446. shortcut : lo
  447. timeout : 3.0
  448. disabled: True
  449. - name : metager
  450. engine : xpath
  451. paging : False
  452. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  453. url_xpath : //div[@class="result-subheadline"]/a/@href
  454. title_xpath : //div[@class="result-headline"]/h2/@title
  455. content_xpath : //div[@class="result-description"]/text()
  456. categories : general
  457. shortcut : mg
  458. disabled : True
  459. - name : microsoft academic
  460. engine : microsoft_academic
  461. categories : science
  462. shortcut : ma
  463. - name : mixcloud
  464. engine : mixcloud
  465. shortcut : mc
  466. - name : npm
  467. engine : json_engine
  468. paging : True
  469. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  470. results_query : results
  471. url_query : package/links/npm
  472. title_query : package/name
  473. content_query : package/description
  474. page_size : 25
  475. categories : it
  476. disabled: True
  477. timeout: 5.0
  478. shortcut : npm
  479. # Requires Tor
  480. - name : not evil
  481. engine : not_evil
  482. shortcut : ne
  483. - name : nyaa
  484. engine : nyaa
  485. shortcut : nt
  486. disabled : True
  487. - name : acgsou
  488. engine : acgsou
  489. shortcut : acg
  490. disabled : True
  491. timeout: 5.0
  492. - name : openairedatasets
  493. engine : json_engine
  494. paging : True
  495. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  496. results_query : response/results/result
  497. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  498. title_query : metadata/oaf:entity/oaf:result/title/$
  499. content_query : metadata/oaf:entity/oaf:result/description/$
  500. categories : science
  501. shortcut : oad
  502. timeout: 5.0
  503. - name : openairepublications
  504. engine : json_engine
  505. paging : True
  506. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  507. results_query : response/results/result
  508. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  509. title_query : metadata/oaf:entity/oaf:result/title/$
  510. content_query : metadata/oaf:entity/oaf:result/description/$
  511. categories : science
  512. shortcut : oap
  513. timeout: 5.0
  514. # - name : opensemanticsearch
  515. # engine : opensemantic
  516. # shortcut : oss
  517. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  518. - name : openstreetmap
  519. engine : openstreetmap
  520. shortcut : osm
  521. - name : openrepos
  522. engine : xpath
  523. paging : True
  524. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  525. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  526. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  527. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  528. categories : files
  529. timeout : 4.0
  530. disabled : True
  531. shortcut : or
  532. - name : pdbe
  533. engine : pdbe
  534. shortcut : pdb
  535. # Hide obsolete PDB entries.
  536. # Default is not to hide obsolete structures
  537. # hide_obsolete : False
  538. - name : photon
  539. engine : photon
  540. shortcut : ph
  541. - name : piratebay
  542. engine : piratebay
  543. shortcut : tpb
  544. # You may need to change this URL to a proxy if piratebay is blocked in your country
  545. url: https://thepiratebay.org/
  546. timeout : 3.0
  547. - name : pubmed
  548. engine : pubmed
  549. shortcut : pub
  550. categories: science
  551. timeout : 3.0
  552. - name : qwant
  553. engine : qwant
  554. shortcut : qw
  555. categories : general
  556. disabled : True
  557. - name : qwant images
  558. engine : qwant
  559. shortcut : qwi
  560. categories : images
  561. - name : qwant news
  562. engine : qwant
  563. shortcut : qwn
  564. categories : news
  565. - name : qwant social
  566. engine : qwant
  567. shortcut : qws
  568. categories : social media
  569. # - name: library
  570. # engine: recoll
  571. # shortcut: lib
  572. # base_url: 'https://recoll.example.org/'
  573. # search_dir: ''
  574. # mount_prefix: /export
  575. # dl_prefix: 'https://download.example.org'
  576. # timeout: 30.0
  577. # categories: files
  578. # disabled: True
  579. # - name: recoll library reference
  580. # engine: recoll
  581. # base_url: 'https://recoll.example.org/'
  582. # search_dir: reference
  583. # mount_prefix: /export
  584. # dl_prefix: 'https://download.example.org'
  585. # shortcut: libr
  586. # timeout: 30.0
  587. # categories: files
  588. # disabled: True
  589. - name : reddit
  590. engine : reddit
  591. shortcut : re
  592. page_size : 25
  593. timeout : 10.0
  594. disabled : True
  595. # tmp suspended: bad certificate
  596. # - name : scanr structures
  597. # shortcut: scs
  598. # engine : scanr_structures
  599. # disabled : True
  600. - name: sepiasearch
  601. engine: sepiasearch
  602. shortcut: sep
  603. - name : soundcloud
  604. engine : soundcloud
  605. shortcut : sc
  606. - name : stackoverflow
  607. engine : stackoverflow
  608. shortcut : st
  609. - name : searchcode doc
  610. engine : searchcode_doc
  611. shortcut : scd
  612. - name : searchcode code
  613. engine : searchcode_code
  614. shortcut : scc
  615. disabled : True
  616. - name : framalibre
  617. engine : framalibre
  618. shortcut : frl
  619. disabled : True
  620. # - name : searx
  621. # engine : searx_engine
  622. # shortcut : se
  623. # instance_urls :
  624. # - http://127.0.0.1:8888/
  625. # - ...
  626. # disabled : True
  627. - name : semantic scholar
  628. engine : xpath
  629. paging : True
  630. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  631. results_xpath : //article
  632. url_xpath : .//div[@class="search-result-title"]/a/@href
  633. title_xpath : .//div[@class="search-result-title"]/a
  634. content_xpath : .//div[@class="search-result-abstract"]
  635. shortcut : se
  636. categories : science
  637. # Spotify needs API credentials
  638. # - name : spotify
  639. # engine : spotify
  640. # shortcut : stf
  641. # api_client_id : *******
  642. # api_client_secret : *******
  643. - name : startpage
  644. engine : startpage
  645. shortcut : sp
  646. timeout : 6.0
  647. disabled : True
  648. - name : tokyotoshokan
  649. engine : tokyotoshokan
  650. shortcut : tt
  651. timeout : 6.0
  652. disabled : True
  653. - name : torrentz
  654. engine : torrentz
  655. shortcut : tor
  656. url: https://torrentz2.eu/
  657. timeout : 3.0
  658. # Requires Tor
  659. - name : torch
  660. engine : xpath
  661. paging : True
  662. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  663. results_xpath : //table//tr
  664. url_xpath : ./td[2]/a
  665. title_xpath : ./td[2]/b
  666. content_xpath : ./td[2]/small
  667. categories : onions
  668. shortcut : tch
  669. - name : twitter
  670. engine : twitter
  671. shortcut : tw
  672. # maybe in a fun category
  673. # - name : uncyclopedia
  674. # engine : mediawiki
  675. # shortcut : unc
  676. # base_url : https://uncyclopedia.wikia.com/
  677. # number_of_results : 5
  678. # tmp suspended - too slow, too many errors
  679. # - name : urbandictionary
  680. # engine : xpath
  681. # search_url : http://www.urbandictionary.com/define.php?term={query}
  682. # url_xpath : //*[@class="word"]/@href
  683. # title_xpath : //*[@class="def-header"]
  684. # content_xpath : //*[@class="meaning"]
  685. # shortcut : ud
  686. - name : unsplash
  687. engine : unsplash
  688. disabled: True
  689. shortcut : us
  690. - name : yahoo
  691. engine : yahoo
  692. shortcut : yh
  693. disabled : True
  694. - name : yandex
  695. engine : yandex
  696. shortcut : yn
  697. disabled : True
  698. - name : yahoo news
  699. engine : yahoo_news
  700. shortcut : yhn
  701. - name : youtube
  702. shortcut : yt
  703. # You can use the engine using the official stable API, but you need an API key
  704. # See : https://console.developers.google.com/project
  705. # engine : youtube_api
  706. # api_key: 'apikey' # required!
  707. # Or you can use the html non-stable engine, activated by default
  708. engine : youtube_noapi
  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 : voat
  798. engine: xpath
  799. shortcut: vo
  800. categories: social media
  801. search_url : https://searchvoat.co/?t={query}
  802. url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href
  803. title_xpath : //div[@class="entry"]//p[@class="title"]/a/text()
  804. content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text()
  805. timeout : 10.0
  806. disabled : True
  807. - name : 1337x
  808. engine : 1337x
  809. shortcut : 1337x
  810. disabled : True
  811. - name : duden
  812. engine : duden
  813. shortcut : du
  814. disabled : True
  815. - name : seznam
  816. shortcut: szn
  817. engine: xpath
  818. paging : True
  819. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  820. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  821. url_xpath : ./h3/a/@href
  822. title_xpath : ./h3
  823. content_xpath : .//p[@class="Result-description"]
  824. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  825. first_page_num : 0
  826. page_size : 10
  827. disabled : True
  828. - name : mojeek
  829. shortcut: mjk
  830. engine: xpath
  831. paging : True
  832. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  833. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  834. url_xpath : ./h2/a/@href
  835. title_xpath : ./h2
  836. content_xpath : ./p[@class="s"]
  837. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  838. first_page_num : 0
  839. page_size : 10
  840. disabled : True
  841. - name : naver
  842. shortcut: nvr
  843. engine: xpath
  844. paging : True
  845. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  846. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  847. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  848. title_xpath : ./dl/dt/a[@class="title_link"]
  849. content_xpath : ./dl/dd[@class="sh_web_passage"]
  850. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  851. first_page_num : 1
  852. page_size : 10
  853. disabled : True
  854. - name : rubygems
  855. shortcut: rbg
  856. engine: xpath
  857. paging : True
  858. search_url : https://rubygems.org/search?page={pageno}&query={query}
  859. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  860. url_xpath : ./@href
  861. title_xpath : ./span/h2
  862. content_xpath : ./span/p
  863. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  864. first_page_num : 1
  865. categories: it
  866. disabled : True
  867. - name : peertube
  868. engine: peertube
  869. shortcut: ptb
  870. paging : True
  871. base_url : https://peer.tube/
  872. categories: videos
  873. disabled : True
  874. # - name : yacy
  875. # engine : yacy
  876. # shortcut : ya
  877. # base_url : 'http://localhost:8090'
  878. # number_of_results : 5
  879. # timeout : 3.0
  880. # Doku engine lets you access to any Doku wiki instance:
  881. # A public one or a privete/corporate one.
  882. # - name : ubuntuwiki
  883. # engine : doku
  884. # shortcut : uw
  885. # base_url : 'http://doc.ubuntu-fr.org'
  886. # Be careful when enabling this engine if you are
  887. # running a public instance. Do not expose any sensitive
  888. # information. You can restrict access by configuring a list
  889. # of access tokens under tokens.
  890. # - name: git grep
  891. # engine: command
  892. # command: ['git', 'grep', '{{QUERY}}']
  893. # shortcut: gg
  894. # tokens: []
  895. # disabled: True
  896. # delimiter:
  897. # chars: ':'
  898. # keys: ['filepath', 'code']
  899. # Be careful when enabling this engine if you are
  900. # running a public instance. Do not expose any sensitive
  901. # information. You can restrict access by configuring a list
  902. # of access tokens under tokens.
  903. # - name: locate
  904. # engine: command
  905. # command: ['locate', '{{QUERY}}']
  906. # shortcut: loc
  907. # tokens: []
  908. # disabled: True
  909. # delimiter:
  910. # chars: ' '
  911. # keys: ['line']
  912. # Be careful when enabling this engine if you are
  913. # running a public instance. Do not expose any sensitive
  914. # information. You can restrict access by configuring a list
  915. # of access tokens under tokens.
  916. # - name: find
  917. # engine: command
  918. # command: ['find', '.', '-name', '{{QUERY}}']
  919. # query_type: path
  920. # shortcut: fnd
  921. # tokens: []
  922. # disabled: True
  923. # delimiter:
  924. # chars: ' '
  925. # keys: ['line']
  926. # Be careful when enabling this engine if you are
  927. # running a public instance. Do not expose any sensitive
  928. # information. You can restrict access by configuring a list
  929. # of access tokens under tokens.
  930. # - name: pattern search in files
  931. # engine: command
  932. # command: ['fgrep', '{{QUERY}}']
  933. # shortcut: fgr
  934. # tokens: []
  935. # disabled: True
  936. # delimiter:
  937. # chars: ' '
  938. # keys: ['line']
  939. # Be careful when enabling this engine if you are
  940. # running a public instance. Do not expose any sensitive
  941. # information. You can restrict access by configuring a list
  942. # of access tokens under tokens.
  943. # - name: regex search in files
  944. # engine: command
  945. # command: ['grep', '{{QUERY}}']
  946. # shortcut: gr
  947. # tokens: []
  948. # disabled: True
  949. # delimiter:
  950. # chars: ' '
  951. # keys: ['line']
  952. locales:
  953. en : English
  954. ar : العَرَبِيَّة (Arabic)
  955. bg : Български (Bulgarian)
  956. bo : བོད་སྐད་ (Tibetian)
  957. ca : Català (Catalan)
  958. cs : Čeština (Czech)
  959. cy : Cymraeg (Welsh)
  960. da : Dansk (Danish)
  961. de : Deutsch (German)
  962. el_GR : Ελληνικά (Greek_Greece)
  963. eo : Esperanto (Esperanto)
  964. es : Español (Spanish)
  965. et : Eesti (Estonian)
  966. eu : Euskara (Basque)
  967. fa_IR : (fārsī) فارسى (Persian)
  968. fi : Suomi (Finnish)
  969. fil : Wikang Filipino (Filipino)
  970. fr : Français (French)
  971. gl : Galego (Galician)
  972. he : עברית (Hebrew)
  973. hr : Hrvatski (Croatian)
  974. hu : Magyar (Hungarian)
  975. ia : Interlingua (Interlingua)
  976. it : Italiano (Italian)
  977. ja : 日本語 (Japanese)
  978. lt : Lietuvių (Lithuanian)
  979. nl : Nederlands (Dutch)
  980. nl_BE : Vlaams (Dutch_Belgium)
  981. oc : Lenga D'òc (Occitan)
  982. pl : Polski (Polish)
  983. pt : Português (Portuguese)
  984. pt_BR : Português (Portuguese_Brazil)
  985. ro : Română (Romanian)
  986. ru : Русский (Russian)
  987. sk : Slovenčina (Slovak)
  988. sl : Slovenski (Slovene)
  989. sr : српски (Serbian)
  990. sv : Svenska (Swedish)
  991. te : తెలుగు (telugu)
  992. ta : தமிழ் (Tamil)
  993. tr : Türkçe (Turkish)
  994. uk : українська мова (Ukrainian)
  995. vi : tiếng việt (Vietnamese)
  996. zh : 中文 (Chinese)
  997. zh_TW : 國語 (Taiwanese Mandarin)
  998. doi_resolvers :
  999. oadoi.org : 'https://oadoi.org/'
  1000. doi.org : 'https://doi.org/'
  1001. doai.io : 'https://dissem.in/'
  1002. sci-hub.tw : 'https://sci-hub.tw/'
  1003. default_doi_resolver : 'sci-hub.tw'