settings.yml 29 KB

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