settings.yml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131
  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. timeout : 3.0
  255. disabled : True
  256. - name : fdroid
  257. engine : fdroid
  258. shortcut : fd
  259. disabled : True
  260. - name : flickr
  261. categories : images
  262. shortcut : fl
  263. # You can use the engine using the official stable API, but you need an API key
  264. # See : https://www.flickr.com/services/apps/create/
  265. # engine : flickr
  266. # api_key: 'apikey' # required!
  267. # Or you can use the html non-stable engine, activated by default
  268. engine : flickr_noapi
  269. - name : free software directory
  270. engine : mediawiki
  271. shortcut : fsd
  272. categories : it
  273. base_url : https://directory.fsf.org/
  274. number_of_results : 5
  275. # what part of a page matches the query string: title, text, nearmatch
  276. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  277. search_type : title
  278. timeout : 5.0
  279. disabled : True
  280. - name : frinkiac
  281. engine : frinkiac
  282. shortcut : frk
  283. disabled : True
  284. - name : genius
  285. engine : genius
  286. shortcut : gen
  287. - name : gigablast
  288. engine : gigablast
  289. shortcut : gb
  290. timeout : 3.0
  291. disabled: True
  292. - name : gentoo
  293. engine : gentoo
  294. shortcut : ge
  295. - name : gitlab
  296. engine : json_engine
  297. paging : True
  298. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  299. url_query : web_url
  300. title_query : name_with_namespace
  301. content_query : description
  302. page_size : 20
  303. categories : it
  304. shortcut : gl
  305. timeout : 10.0
  306. disabled : True
  307. - name : github
  308. engine : github
  309. shortcut : gh
  310. # This a Gitea service. If you would like to use a different instance,
  311. # change codeberg.org to URL of the desired Gitea host. Or you can create
  312. # a new engine by copying this and changing the name, shortcut and search_url.
  313. - name : codeberg
  314. engine : json_engine
  315. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  316. url_query : html_url
  317. title_query : name
  318. content_query : description
  319. categories : it
  320. shortcut : cb
  321. disabled : True
  322. - name : google
  323. engine : google
  324. shortcut : go
  325. - name : google images
  326. engine : google_images
  327. shortcut : goi
  328. - name : google news
  329. engine : google_news
  330. shortcut : gon
  331. - name : google videos
  332. engine : google_videos
  333. shortcut : gov
  334. - name : google scholar
  335. engine : xpath
  336. paging : True
  337. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  338. results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
  339. url_xpath : .//h3/a/@href
  340. title_xpath : .//h3/a
  341. content_xpath : .//div[@class="gs_rs"]
  342. suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
  343. page_size : 10
  344. first_page_num : 0
  345. categories : science
  346. shortcut : gos
  347. - name : google play apps
  348. engine : xpath
  349. search_url : https://play.google.com/store/search?q={query}&c=apps
  350. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  351. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  352. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  353. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  354. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  355. categories : files
  356. shortcut : gpa
  357. disabled : True
  358. - name : google play movies
  359. engine : xpath
  360. search_url : https://play.google.com/store/search?q={query}&c=movies
  361. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  362. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  363. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  364. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  365. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  366. categories : videos
  367. shortcut : gpm
  368. disabled : True
  369. - name : google play music
  370. engine : xpath
  371. search_url : https://play.google.com/store/search?q={query}&c=music
  372. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  373. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  374. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  375. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  376. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  377. categories : music
  378. shortcut : gps
  379. disabled : True
  380. - name : geektimes
  381. engine : xpath
  382. paging : True
  383. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  384. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  385. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  386. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  387. categories : it
  388. timeout : 4.0
  389. disabled : True
  390. shortcut : gt
  391. - name : habrahabr
  392. engine : xpath
  393. paging : True
  394. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  395. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  396. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  397. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  398. categories : it
  399. timeout : 4.0
  400. disabled : True
  401. shortcut : habr
  402. - name : hoogle
  403. engine : json_engine
  404. paging : True
  405. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  406. results_query : results
  407. url_query : location
  408. title_query : self
  409. content_query : docs
  410. page_size : 20
  411. categories : it
  412. shortcut : ho
  413. - name : ina
  414. engine : ina
  415. shortcut : in
  416. timeout : 6.0
  417. disabled : True
  418. - name : invidious
  419. engine : invidious
  420. base_url : 'https://invidio.us/'
  421. shortcut: iv
  422. timeout : 5.0
  423. disabled : True
  424. - name: kickass
  425. engine : kickass
  426. shortcut : kc
  427. timeout : 4.0
  428. disabled : True
  429. - name : library genesis
  430. engine : xpath
  431. search_url : http://libgen.rs/search.php?req={query}
  432. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  433. title_xpath : //a[contains(@href,"book/")]/text()[1]
  434. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  435. categories : general
  436. timeout : 7.0
  437. disabled : True
  438. shortcut : lg
  439. - name : lobste.rs
  440. engine : xpath
  441. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  442. results_xpath : //li[contains(@class, "story")]
  443. url_xpath : .//a[@class="u-url"]/@href
  444. title_xpath : .//a[@class="u-url"]
  445. content_xpath : .//a[@class="domain"]
  446. categories : it
  447. shortcut : lo
  448. timeout : 3.0
  449. disabled: True
  450. - name : metager
  451. engine : xpath
  452. paging : False
  453. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  454. url_xpath : //div[@class="result-subheadline"]/a/@href
  455. title_xpath : //div[@class="result-headline"]/h2/@title
  456. content_xpath : //div[@class="result-description"]/text()
  457. categories : general
  458. shortcut : mg
  459. disabled : True
  460. - name : microsoft academic
  461. engine : microsoft_academic
  462. categories : science
  463. shortcut : ma
  464. - name : mixcloud
  465. engine : mixcloud
  466. shortcut : mc
  467. - name : npm
  468. engine : json_engine
  469. paging : True
  470. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  471. results_query : results
  472. url_query : package/links/npm
  473. title_query : package/name
  474. content_query : package/description
  475. page_size : 25
  476. categories : it
  477. disabled: True
  478. timeout: 5.0
  479. shortcut : npm
  480. # Requires Tor
  481. - name : not evil
  482. engine : not_evil
  483. shortcut : ne
  484. - name : nyaa
  485. engine : nyaa
  486. shortcut : nt
  487. disabled : True
  488. - name : acgsou
  489. engine : acgsou
  490. shortcut : acg
  491. disabled : True
  492. timeout: 5.0
  493. - name : openairedatasets
  494. engine : json_engine
  495. paging : True
  496. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  497. results_query : response/results/result
  498. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  499. title_query : metadata/oaf:entity/oaf:result/title/$
  500. content_query : metadata/oaf:entity/oaf:result/description/$
  501. categories : science
  502. shortcut : oad
  503. timeout: 5.0
  504. - name : openairepublications
  505. engine : json_engine
  506. paging : True
  507. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  508. results_query : response/results/result
  509. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  510. title_query : metadata/oaf:entity/oaf:result/title/$
  511. content_query : metadata/oaf:entity/oaf:result/description/$
  512. categories : science
  513. shortcut : oap
  514. timeout: 5.0
  515. # - name : opensemanticsearch
  516. # engine : opensemantic
  517. # shortcut : oss
  518. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  519. - name : openstreetmap
  520. engine : openstreetmap
  521. shortcut : osm
  522. - name : openrepos
  523. engine : xpath
  524. paging : True
  525. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  526. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  527. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  528. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  529. categories : files
  530. timeout : 4.0
  531. disabled : True
  532. shortcut : or
  533. - name : pdbe
  534. engine : pdbe
  535. shortcut : pdb
  536. # Hide obsolete PDB entries.
  537. # Default is not to hide obsolete structures
  538. # hide_obsolete : False
  539. - name : photon
  540. engine : photon
  541. shortcut : ph
  542. - name : piratebay
  543. engine : piratebay
  544. shortcut : tpb
  545. # You may need to change this URL to a proxy if piratebay is blocked in your country
  546. url: https://thepiratebay.org/
  547. timeout : 3.0
  548. - name : pubmed
  549. engine : pubmed
  550. shortcut : pub
  551. categories: science
  552. timeout : 3.0
  553. - name : qwant
  554. engine : qwant
  555. shortcut : qw
  556. categories : general
  557. disabled : True
  558. - name : qwant images
  559. engine : qwant
  560. shortcut : qwi
  561. categories : images
  562. - name : qwant news
  563. engine : qwant
  564. shortcut : qwn
  565. categories : news
  566. # - name: library
  567. # engine: recoll
  568. # shortcut: lib
  569. # base_url: 'https://recoll.example.org/'
  570. # search_dir: ''
  571. # mount_prefix: /export
  572. # dl_prefix: 'https://download.example.org'
  573. # timeout: 30.0
  574. # categories: files
  575. # disabled: True
  576. # - name: recoll library reference
  577. # engine: recoll
  578. # base_url: 'https://recoll.example.org/'
  579. # search_dir: reference
  580. # mount_prefix: /export
  581. # dl_prefix: 'https://download.example.org'
  582. # shortcut: libr
  583. # timeout: 30.0
  584. # categories: files
  585. # disabled: True
  586. - name : reddit
  587. engine : reddit
  588. shortcut : re
  589. page_size : 25
  590. timeout : 10.0
  591. disabled : True
  592. # tmp suspended: bad certificate
  593. # - name : scanr structures
  594. # shortcut: scs
  595. # engine : scanr_structures
  596. # disabled : True
  597. - name: sepiasearch
  598. engine: sepiasearch
  599. shortcut: sep
  600. - name : soundcloud
  601. engine : soundcloud
  602. shortcut : sc
  603. - name : stackoverflow
  604. engine : stackoverflow
  605. shortcut : st
  606. - name : searchcode code
  607. engine : searchcode_code
  608. shortcut : scc
  609. disabled : True
  610. - name : framalibre
  611. engine : framalibre
  612. shortcut : frl
  613. disabled : True
  614. # - name : searx
  615. # engine : searx_engine
  616. # shortcut : se
  617. # instance_urls :
  618. # - http://127.0.0.1:8888/
  619. # - ...
  620. # disabled : True
  621. - name : semantic scholar
  622. engine : xpath
  623. paging : True
  624. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  625. results_xpath : //article
  626. url_xpath : .//div[@class="search-result-title"]/a/@href
  627. title_xpath : .//div[@class="search-result-title"]/a
  628. content_xpath : .//div[@class="search-result-abstract"]
  629. shortcut : se
  630. categories : science
  631. # Spotify needs API credentials
  632. # - name : spotify
  633. # engine : spotify
  634. # shortcut : stf
  635. # api_client_id : *******
  636. # api_client_secret : *******
  637. - name : startpage
  638. engine : startpage
  639. shortcut : sp
  640. timeout : 6.0
  641. disabled : True
  642. - name : tokyotoshokan
  643. engine : tokyotoshokan
  644. shortcut : tt
  645. timeout : 6.0
  646. disabled : True
  647. - name : torrentz
  648. engine : torrentz
  649. shortcut : tor
  650. url: https://torrentz2.eu/
  651. timeout : 3.0
  652. # Requires Tor
  653. - name : torch
  654. engine : xpath
  655. paging : True
  656. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  657. results_xpath : //table//tr
  658. url_xpath : ./td[2]/a
  659. title_xpath : ./td[2]/b
  660. content_xpath : ./td[2]/small
  661. categories : onions
  662. shortcut : tch
  663. # maybe in a fun category
  664. # - name : uncyclopedia
  665. # engine : mediawiki
  666. # shortcut : unc
  667. # base_url : https://uncyclopedia.wikia.com/
  668. # number_of_results : 5
  669. # tmp suspended - too slow, too many errors
  670. # - name : urbandictionary
  671. # engine : xpath
  672. # search_url : http://www.urbandictionary.com/define.php?term={query}
  673. # url_xpath : //*[@class="word"]/@href
  674. # title_xpath : //*[@class="def-header"]
  675. # content_xpath : //*[@class="meaning"]
  676. # shortcut : ud
  677. - name : unsplash
  678. engine : unsplash
  679. disabled: True
  680. shortcut : us
  681. - name : yahoo
  682. engine : yahoo
  683. shortcut : yh
  684. disabled : True
  685. - name : yandex
  686. engine : yandex
  687. shortcut : yn
  688. disabled : True
  689. - name : yahoo news
  690. engine : yahoo_news
  691. shortcut : yhn
  692. - name : youtube
  693. shortcut : yt
  694. # You can use the engine using the official stable API, but you need an API key
  695. # See : https://console.developers.google.com/project
  696. # engine : youtube_api
  697. # api_key: 'apikey' # required!
  698. # Or you can use the html non-stable engine, activated by default
  699. engine : youtube_noapi
  700. # tmp suspended: Cloudflare CAPTCHA
  701. #- name : yggtorrent
  702. # engine : yggtorrent
  703. # shortcut : ygg
  704. # url: https://www2.yggtorrent.si/
  705. # disabled : True
  706. # timeout : 4.0
  707. - name : dailymotion
  708. engine : dailymotion
  709. shortcut : dm
  710. - name : vimeo
  711. engine : vimeo
  712. shortcut : vm
  713. - name : wiby
  714. engine : json_engine
  715. search_url : https://wiby.me/json/?q={query}
  716. url_query : URL
  717. title_query : Title
  718. content_query : Snippet
  719. categories : general
  720. shortcut : wib
  721. disabled : True
  722. - name : wikibooks
  723. engine : mediawiki
  724. shortcut : wb
  725. categories : general
  726. base_url : "https://{language}.wikibooks.org/"
  727. number_of_results : 5
  728. search_type : text
  729. disabled : True
  730. - name : wikinews
  731. engine : mediawiki
  732. shortcut : wn
  733. categories : news
  734. base_url : "https://{language}.wikinews.org/"
  735. number_of_results : 5
  736. search_type : text
  737. disabled : True
  738. - name : wikiquote
  739. engine : mediawiki
  740. shortcut : wq
  741. categories : general
  742. base_url : "https://{language}.wikiquote.org/"
  743. number_of_results : 5
  744. search_type : text
  745. disabled : True
  746. - name : wikisource
  747. engine : mediawiki
  748. shortcut : ws
  749. categories : general
  750. base_url : "https://{language}.wikisource.org/"
  751. number_of_results : 5
  752. search_type : text
  753. disabled : True
  754. - name : wiktionary
  755. engine : mediawiki
  756. shortcut : wt
  757. categories : general
  758. base_url : "https://{language}.wiktionary.org/"
  759. number_of_results : 5
  760. search_type : text
  761. disabled : True
  762. - name : wikiversity
  763. engine : mediawiki
  764. shortcut : wv
  765. categories : general
  766. base_url : "https://{language}.wikiversity.org/"
  767. number_of_results : 5
  768. search_type : text
  769. disabled : True
  770. - name : wikivoyage
  771. engine : mediawiki
  772. shortcut : wy
  773. categories : general
  774. base_url : "https://{language}.wikivoyage.org/"
  775. number_of_results : 5
  776. search_type : text
  777. disabled : True
  778. - name : wolframalpha
  779. shortcut : wa
  780. # You can use the engine using the official stable API, but you need an API key
  781. # See : http://products.wolframalpha.com/api/
  782. # engine : wolframalpha_api
  783. # api_key: '' # required!
  784. engine : wolframalpha_noapi
  785. timeout: 6.0
  786. categories : science
  787. - name : dictzone
  788. engine : dictzone
  789. shortcut : dc
  790. - name : mymemory translated
  791. engine : translated
  792. shortcut : tl
  793. timeout : 5.0
  794. disabled : True
  795. # You can use without an API key, but you are limited to 1000 words/day
  796. # See : http://mymemory.translated.net/doc/usagelimits.php
  797. # api_key : ''
  798. - name : 1337x
  799. engine : 1337x
  800. shortcut : 1337x
  801. disabled : True
  802. - name : duden
  803. engine : duden
  804. shortcut : du
  805. disabled : True
  806. - name : seznam
  807. shortcut: szn
  808. engine: xpath
  809. paging : True
  810. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  811. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  812. url_xpath : ./h3/a/@href
  813. title_xpath : ./h3
  814. content_xpath : .//p[@class="Result-description"]
  815. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  816. first_page_num : 0
  817. page_size : 10
  818. disabled : True
  819. - name : mojeek
  820. shortcut: mjk
  821. engine: xpath
  822. paging : True
  823. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  824. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  825. url_xpath : ./h2/a/@href
  826. title_xpath : ./h2
  827. content_xpath : ./p[@class="s"]
  828. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  829. first_page_num : 0
  830. page_size : 10
  831. disabled : True
  832. - name : naver
  833. shortcut: nvr
  834. engine: xpath
  835. paging : True
  836. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  837. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  838. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  839. title_xpath : ./dl/dt/a[@class="title_link"]
  840. content_xpath : ./dl/dd[@class="sh_web_passage"]
  841. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  842. first_page_num : 1
  843. page_size : 10
  844. disabled : True
  845. - name : rubygems
  846. shortcut: rbg
  847. engine: xpath
  848. paging : True
  849. search_url : https://rubygems.org/search?page={pageno}&query={query}
  850. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  851. url_xpath : ./@href
  852. title_xpath : ./span/h2
  853. content_xpath : ./span/p
  854. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  855. first_page_num : 1
  856. categories: it
  857. disabled : True
  858. - name : peertube
  859. engine: peertube
  860. shortcut: ptb
  861. paging : True
  862. base_url : https://peer.tube/
  863. categories: videos
  864. disabled : True
  865. # - name : yacy
  866. # engine : yacy
  867. # shortcut : ya
  868. # base_url : 'http://localhost:8090'
  869. # number_of_results : 5
  870. # timeout : 3.0
  871. # Doku engine lets you access to any Doku wiki instance:
  872. # A public one or a privete/corporate one.
  873. # - name : ubuntuwiki
  874. # engine : doku
  875. # shortcut : uw
  876. # base_url : 'http://doc.ubuntu-fr.org'
  877. # Be careful when enabling this engine if you are
  878. # running a public instance. Do not expose any sensitive
  879. # information. You can restrict access by configuring a list
  880. # of access tokens under tokens.
  881. # - name: git grep
  882. # engine: command
  883. # command: ['git', 'grep', '{{QUERY}}']
  884. # shortcut: gg
  885. # tokens: []
  886. # disabled: True
  887. # delimiter:
  888. # chars: ':'
  889. # keys: ['filepath', 'code']
  890. # Be careful when enabling this engine if you are
  891. # running a public instance. Do not expose any sensitive
  892. # information. You can restrict access by configuring a list
  893. # of access tokens under tokens.
  894. # - name: locate
  895. # engine: command
  896. # command: ['locate', '{{QUERY}}']
  897. # shortcut: loc
  898. # tokens: []
  899. # disabled: True
  900. # delimiter:
  901. # chars: ' '
  902. # keys: ['line']
  903. # Be careful when enabling this engine if you are
  904. # running a public instance. Do not expose any sensitive
  905. # information. You can restrict access by configuring a list
  906. # of access tokens under tokens.
  907. # - name: find
  908. # engine: command
  909. # command: ['find', '.', '-name', '{{QUERY}}']
  910. # query_type: path
  911. # shortcut: fnd
  912. # tokens: []
  913. # disabled: True
  914. # delimiter:
  915. # chars: ' '
  916. # keys: ['line']
  917. # Be careful when enabling this engine if you are
  918. # running a public instance. Do not expose any sensitive
  919. # information. You can restrict access by configuring a list
  920. # of access tokens under tokens.
  921. # - name: pattern search in files
  922. # engine: command
  923. # command: ['fgrep', '{{QUERY}}']
  924. # shortcut: fgr
  925. # tokens: []
  926. # disabled: True
  927. # delimiter:
  928. # chars: ' '
  929. # keys: ['line']
  930. # Be careful when enabling this engine if you are
  931. # running a public instance. Do not expose any sensitive
  932. # information. You can restrict access by configuring a list
  933. # of access tokens under tokens.
  934. # - name: regex search in files
  935. # engine: command
  936. # command: ['grep', '{{QUERY}}']
  937. # shortcut: gr
  938. # tokens: []
  939. # disabled: True
  940. # delimiter:
  941. # chars: ' '
  942. # keys: ['line']
  943. locales:
  944. en : English
  945. ar : العَرَبِيَّة (Arabic)
  946. bg : Български (Bulgarian)
  947. bo : བོད་སྐད་ (Tibetian)
  948. ca : Català (Catalan)
  949. cs : Čeština (Czech)
  950. cy : Cymraeg (Welsh)
  951. da : Dansk (Danish)
  952. de : Deutsch (German)
  953. el_GR : Ελληνικά (Greek_Greece)
  954. eo : Esperanto (Esperanto)
  955. es : Español (Spanish)
  956. et : Eesti (Estonian)
  957. eu : Euskara (Basque)
  958. fa_IR : (fārsī) فارسى (Persian)
  959. fi : Suomi (Finnish)
  960. fil : Wikang Filipino (Filipino)
  961. fr : Français (French)
  962. gl : Galego (Galician)
  963. he : עברית (Hebrew)
  964. hr : Hrvatski (Croatian)
  965. hu : Magyar (Hungarian)
  966. ia : Interlingua (Interlingua)
  967. it : Italiano (Italian)
  968. ja : 日本語 (Japanese)
  969. lt : Lietuvių (Lithuanian)
  970. nl : Nederlands (Dutch)
  971. nl_BE : Vlaams (Dutch_Belgium)
  972. oc : Lenga D'òc (Occitan)
  973. pl : Polski (Polish)
  974. pt : Português (Portuguese)
  975. pt_BR : Português (Portuguese_Brazil)
  976. ro : Română (Romanian)
  977. ru : Русский (Russian)
  978. sk : Slovenčina (Slovak)
  979. sl : Slovenski (Slovene)
  980. sr : српски (Serbian)
  981. sv : Svenska (Swedish)
  982. te : తెలుగు (telugu)
  983. ta : தமிழ் (Tamil)
  984. tr : Türkçe (Turkish)
  985. uk : українська мова (Ukrainian)
  986. vi : tiếng việt (Vietnamese)
  987. zh : 中文 (Chinese)
  988. zh_TW : 國語 (Taiwanese Mandarin)
  989. doi_resolvers :
  990. oadoi.org : 'https://oadoi.org/'
  991. doi.org : 'https://doi.org/'
  992. doai.io : 'https://dissem.in/'
  993. sci-hub.tw : 'https://sci-hub.tw/'
  994. default_doi_resolver : 'sci-hub.tw'