settings.yml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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 : .//a[@class="u-url"]/@href
  401. title_xpath : .//a[@class="u-url"]
  402. content_xpath : .//a[@class="domain"]
  403. categories : it
  404. shortcut : lo
  405. timeout : 3.0
  406. disabled: True
  407. - name : metager
  408. engine : xpath
  409. paging : False
  410. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  411. url_xpath : //div[@class="result-subheadline"]/a/@href
  412. title_xpath : //div[@class="result-headline"]/h2/@title
  413. content_xpath : //div[@class="result-description"]/text()
  414. categories : general
  415. shortcut : mg
  416. disabled : True
  417. - name : microsoft academic
  418. engine : microsoft_academic
  419. categories : science
  420. shortcut : ma
  421. - name : mixcloud
  422. engine : mixcloud
  423. shortcut : mc
  424. - name : npm
  425. engine : json_engine
  426. paging : True
  427. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  428. results_query : results
  429. url_query : package/links/npm
  430. title_query : package/name
  431. content_query : package/description
  432. page_size : 25
  433. categories : it
  434. disabled: True
  435. timeout: 5.0
  436. shortcut : npm
  437. - name : nyaa
  438. engine : nyaa
  439. shortcut : nt
  440. disabled : True
  441. - name : acgsou
  442. engine : acgsou
  443. shortcut : acg
  444. disabled : True
  445. timeout: 5.0
  446. - name : openairedatasets
  447. engine : json_engine
  448. paging : True
  449. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  450. results_query : response/results/result
  451. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  452. title_query : metadata/oaf:entity/oaf:result/title/$
  453. content_query : metadata/oaf:entity/oaf:result/description/$
  454. categories : science
  455. shortcut : oad
  456. timeout: 5.0
  457. - name : openairepublications
  458. engine : json_engine
  459. paging : True
  460. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  461. results_query : response/results/result
  462. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  463. title_query : metadata/oaf:entity/oaf:result/title/$
  464. content_query : metadata/oaf:entity/oaf:result/description/$
  465. categories : science
  466. shortcut : oap
  467. timeout: 5.0
  468. - name : openstreetmap
  469. engine : openstreetmap
  470. shortcut : osm
  471. - name : openrepos
  472. engine : xpath
  473. paging : True
  474. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  475. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  476. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  477. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  478. categories : files
  479. timeout : 4.0
  480. disabled : True
  481. shortcut : or
  482. - name : pdbe
  483. engine : pdbe
  484. shortcut : pdb
  485. # Hide obsolete PDB entries.
  486. # Default is not to hide obsolete structures
  487. # hide_obsolete : False
  488. - name : photon
  489. engine : photon
  490. shortcut : ph
  491. - name : piratebay
  492. engine : piratebay
  493. shortcut : tpb
  494. # You may need to change this URL to a proxy if piratebay is blocked in your country
  495. url: https://thepiratebay.org/
  496. timeout : 3.0
  497. - name : pubmed
  498. engine : pubmed
  499. shortcut : pub
  500. categories: science
  501. timeout : 3.0
  502. - name : qwant
  503. engine : qwant
  504. shortcut : qw
  505. categories : general
  506. disabled : True
  507. - name : qwant images
  508. engine : qwant
  509. shortcut : qwi
  510. categories : images
  511. - name : qwant news
  512. engine : qwant
  513. shortcut : qwn
  514. categories : news
  515. - name : qwant social
  516. engine : qwant
  517. shortcut : qws
  518. categories : social media
  519. - name : reddit
  520. engine : reddit
  521. shortcut : re
  522. page_size : 25
  523. timeout : 10.0
  524. disabled : True
  525. # tmp suspended: bad certificate
  526. # - name : scanr structures
  527. # shortcut: scs
  528. # engine : scanr_structures
  529. # disabled : True
  530. - name: sepiasearch
  531. engine: sepiasearch
  532. shortcut: sep
  533. - name : soundcloud
  534. engine : soundcloud
  535. shortcut : sc
  536. - name : stackoverflow
  537. engine : stackoverflow
  538. shortcut : st
  539. - name : searchcode doc
  540. engine : searchcode_doc
  541. shortcut : scd
  542. - name : searchcode code
  543. engine : searchcode_code
  544. shortcut : scc
  545. disabled : True
  546. - name : framalibre
  547. engine : framalibre
  548. shortcut : frl
  549. disabled : True
  550. # - name : searx
  551. # engine : searx_engine
  552. # shortcut : se
  553. # instance_urls :
  554. # - http://127.0.0.1:8888/
  555. # - ...
  556. # disabled : True
  557. - name : semantic scholar
  558. engine : xpath
  559. paging : True
  560. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  561. results_xpath : //article
  562. url_xpath : .//div[@class="search-result-title"]/a/@href
  563. title_xpath : .//div[@class="search-result-title"]/a
  564. content_xpath : .//div[@class="search-result-abstract"]
  565. shortcut : se
  566. categories : science
  567. # Spotify needs API credentials
  568. # - name : spotify
  569. # engine : spotify
  570. # shortcut : stf
  571. # api_client_id : *******
  572. # api_client_secret : *******
  573. - name : startpage
  574. engine : startpage
  575. shortcut : sp
  576. timeout : 6.0
  577. disabled : True
  578. - name : tokyotoshokan
  579. engine : tokyotoshokan
  580. shortcut : tt
  581. timeout : 6.0
  582. disabled : True
  583. - name : torrentz
  584. engine : torrentz
  585. shortcut : tor
  586. url: https://torrentz2.eu/
  587. timeout : 3.0
  588. - name : twitter
  589. engine : twitter
  590. shortcut : tw
  591. # maybe in a fun category
  592. # - name : uncyclopedia
  593. # engine : mediawiki
  594. # shortcut : unc
  595. # base_url : https://uncyclopedia.wikia.com/
  596. # number_of_results : 5
  597. # tmp suspended - too slow, too many errors
  598. # - name : urbandictionary
  599. # engine : xpath
  600. # search_url : http://www.urbandictionary.com/define.php?term={query}
  601. # url_xpath : //*[@class="word"]/@href
  602. # title_xpath : //*[@class="def-header"]
  603. # content_xpath : //*[@class="meaning"]
  604. # shortcut : ud
  605. - name : unsplash
  606. engine : unsplash
  607. disabled: True
  608. shortcut : us
  609. - name : yahoo
  610. engine : yahoo
  611. shortcut : yh
  612. disabled : True
  613. - name : yandex
  614. engine : yandex
  615. shortcut : yn
  616. disabled : True
  617. - name : yahoo news
  618. engine : yahoo_news
  619. shortcut : yhn
  620. - name : youtube
  621. shortcut : yt
  622. # You can use the engine using the official stable API, but you need an API key
  623. # See : https://console.developers.google.com/project
  624. # engine : youtube_api
  625. # api_key: 'apikey' # required!
  626. # Or you can use the html non-stable engine, activated by default
  627. engine : youtube_noapi
  628. - name : yggtorrent
  629. engine : yggtorrent
  630. shortcut : ygg
  631. url: https://www2.yggtorrent.si/
  632. disabled : True
  633. timeout : 4.0
  634. - name : dailymotion
  635. engine : dailymotion
  636. shortcut : dm
  637. - name : vimeo
  638. engine : vimeo
  639. shortcut : vm
  640. - name : wikibooks
  641. engine : mediawiki
  642. shortcut : wb
  643. categories : general
  644. base_url : "https://{language}.wikibooks.org/"
  645. number_of_results : 5
  646. search_type : text
  647. disabled : True
  648. - name : wikinews
  649. engine : mediawiki
  650. shortcut : wn
  651. categories : news
  652. base_url : "https://{language}.wikinews.org/"
  653. number_of_results : 5
  654. search_type : text
  655. disabled : True
  656. - name : wikiquote
  657. engine : mediawiki
  658. shortcut : wq
  659. categories : general
  660. base_url : "https://{language}.wikiquote.org/"
  661. number_of_results : 5
  662. search_type : text
  663. disabled : True
  664. - name : wikisource
  665. engine : mediawiki
  666. shortcut : ws
  667. categories : general
  668. base_url : "https://{language}.wikisource.org/"
  669. number_of_results : 5
  670. search_type : text
  671. disabled : True
  672. - name : wiktionary
  673. engine : mediawiki
  674. shortcut : wt
  675. categories : general
  676. base_url : "https://{language}.wiktionary.org/"
  677. number_of_results : 5
  678. search_type : text
  679. disabled : True
  680. - name : wikiversity
  681. engine : mediawiki
  682. shortcut : wv
  683. categories : general
  684. base_url : "https://{language}.wikiversity.org/"
  685. number_of_results : 5
  686. search_type : text
  687. disabled : True
  688. - name : wikivoyage
  689. engine : mediawiki
  690. shortcut : wy
  691. categories : general
  692. base_url : "https://{language}.wikivoyage.org/"
  693. number_of_results : 5
  694. search_type : text
  695. disabled : True
  696. - name : wolframalpha
  697. shortcut : wa
  698. # You can use the engine using the official stable API, but you need an API key
  699. # See : http://products.wolframalpha.com/api/
  700. # engine : wolframalpha_api
  701. # api_key: '' # required!
  702. engine : wolframalpha_noapi
  703. timeout: 6.0
  704. categories : science
  705. - name : dictzone
  706. engine : dictzone
  707. shortcut : dc
  708. - name : mymemory translated
  709. engine : translated
  710. shortcut : tl
  711. timeout : 5.0
  712. disabled : True
  713. # You can use without an API key, but you are limited to 1000 words/day
  714. # See : http://mymemory.translated.net/doc/usagelimits.php
  715. # api_key : ''
  716. - name : voat
  717. engine: xpath
  718. shortcut: vo
  719. categories: social media
  720. search_url : https://searchvoat.co/?t={query}
  721. url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href
  722. title_xpath : //div[@class="entry"]//p[@class="title"]/a/text()
  723. content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text()
  724. timeout : 10.0
  725. disabled : True
  726. - name : 1337x
  727. engine : 1337x
  728. shortcut : 1337x
  729. disabled : True
  730. - name : duden
  731. engine : duden
  732. shortcut : du
  733. disabled : True
  734. - name : seznam
  735. shortcut: szn
  736. engine: xpath
  737. paging : True
  738. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  739. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  740. url_xpath : ./h3/a/@href
  741. title_xpath : ./h3
  742. content_xpath : .//p[@class="Result-description"]
  743. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  744. first_page_num : 0
  745. page_size : 10
  746. disabled : True
  747. - name : mojeek
  748. shortcut: mjk
  749. engine: xpath
  750. paging : True
  751. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  752. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  753. url_xpath : ./h2/a/@href
  754. title_xpath : ./h2
  755. content_xpath : ./p[@class="s"]
  756. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  757. first_page_num : 0
  758. page_size : 10
  759. disabled : True
  760. - name : seedpeer
  761. shortcut : speu
  762. engine : seedpeer
  763. categories: files, music, videos
  764. - name : naver
  765. shortcut: nvr
  766. engine: xpath
  767. paging : True
  768. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  769. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  770. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  771. title_xpath : ./dl/dt/a[@class="title_link"]
  772. content_xpath : ./dl/dd[@class="sh_web_passage"]
  773. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  774. first_page_num : 1
  775. page_size : 10
  776. disabled : True
  777. - name : rubygems
  778. shortcut: rbg
  779. engine: xpath
  780. paging : True
  781. search_url : https://rubygems.org/search?page={pageno}&query={query}
  782. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  783. url_xpath : ./@href
  784. title_xpath : ./span/h2
  785. content_xpath : ./span/p
  786. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  787. first_page_num : 1
  788. categories: it
  789. disabled : True
  790. - name : peertube
  791. engine: peertube
  792. shortcut: ptb
  793. paging : True
  794. base_url : https://peer.tube/
  795. categories: videos
  796. disabled : True
  797. # - name : yacy
  798. # engine : yacy
  799. # shortcut : ya
  800. # base_url : 'http://localhost:8090'
  801. # number_of_results : 5
  802. # timeout : 3.0
  803. # Doku engine lets you access to any Doku wiki instance:
  804. # A public one or a privete/corporate one.
  805. # - name : ubuntuwiki
  806. # engine : doku
  807. # shortcut : uw
  808. # base_url : 'http://doc.ubuntu-fr.org'
  809. # Be careful when enabling this engine if you are
  810. # running a public instance. Do not expose any sensitive
  811. # information. You can restrict access by configuring a list
  812. # of access tokens under tokens.
  813. # - name: git grep
  814. # engine: command
  815. # command: ['git', 'grep', '{{QUERY}}']
  816. # shortcut: gg
  817. # tokens: []
  818. # disabled: True
  819. # delimiter:
  820. # chars: ':'
  821. # keys: ['filepath', 'code']
  822. # Be careful when enabling this engine if you are
  823. # running a public instance. Do not expose any sensitive
  824. # information. You can restrict access by configuring a list
  825. # of access tokens under tokens.
  826. # - name: locate
  827. # engine: command
  828. # command: ['locate', '{{QUERY}}']
  829. # shortcut: loc
  830. # tokens: []
  831. # disabled: True
  832. # delimiter:
  833. # chars: ' '
  834. # keys: ['line']
  835. # Be careful when enabling this engine if you are
  836. # running a public instance. Do not expose any sensitive
  837. # information. You can restrict access by configuring a list
  838. # of access tokens under tokens.
  839. # - name: find
  840. # engine: command
  841. # command: ['find', '.', '-name', '{{QUERY}}']
  842. # query_type: path
  843. # shortcut: fnd
  844. # tokens: []
  845. # disabled: True
  846. # delimiter:
  847. # chars: ' '
  848. # keys: ['line']
  849. # Be careful when enabling this engine if you are
  850. # running a public instance. Do not expose any sensitive
  851. # information. You can restrict access by configuring a list
  852. # of access tokens under tokens.
  853. # - name: pattern search in files
  854. # engine: command
  855. # command: ['fgrep', '{{QUERY}}']
  856. # shortcut: fgr
  857. # tokens: []
  858. # disabled: True
  859. # delimiter:
  860. # chars: ' '
  861. # keys: ['line']
  862. # Be careful when enabling this engine if you are
  863. # running a public instance. Do not expose any sensitive
  864. # information. You can restrict access by configuring a list
  865. # of access tokens under tokens.
  866. # - name: regex search in files
  867. # engine: command
  868. # command: ['grep', '{{QUERY}}']
  869. # shortcut: gr
  870. # tokens: []
  871. # disabled: True
  872. # delimiter:
  873. # chars: ' '
  874. # keys: ['line']
  875. locales:
  876. en : English
  877. ar : العَرَبِيَّة (Arabic)
  878. bg : Български (Bulgarian)
  879. bo : བོད་སྐད་ (Tibetian)
  880. ca : Català (Catalan)
  881. cs : Čeština (Czech)
  882. cy : Cymraeg (Welsh)
  883. da : Dansk (Danish)
  884. de : Deutsch (German)
  885. el_GR : Ελληνικά (Greek_Greece)
  886. eo : Esperanto (Esperanto)
  887. es : Español (Spanish)
  888. et : Eesti (Estonian)
  889. eu : Euskara (Basque)
  890. fa_IR : (fārsī) فارسى (Persian)
  891. fi : Suomi (Finnish)
  892. fil : Wikang Filipino (Filipino)
  893. fr : Français (French)
  894. gl : Galego (Galician)
  895. he : עברית (Hebrew)
  896. hr : Hrvatski (Croatian)
  897. hu : Magyar (Hungarian)
  898. ia : Interlingua (Interlingua)
  899. it : Italiano (Italian)
  900. ja : 日本語 (Japanese)
  901. lt : Lietuvių (Lithuanian)
  902. nl : Nederlands (Dutch)
  903. nl_BE : Vlaams (Dutch_Belgium)
  904. oc : Lenga D'òc (Occitan)
  905. pl : Polski (Polish)
  906. pt : Português (Portuguese)
  907. pt_BR : Português (Portuguese_Brazil)
  908. ro : Română (Romanian)
  909. ru : Русский (Russian)
  910. sk : Slovenčina (Slovak)
  911. sl : Slovenski (Slovene)
  912. sr : српски (Serbian)
  913. sv : Svenska (Swedish)
  914. te : తెలుగు (telugu)
  915. ta : தமிழ் (Tamil)
  916. tr : Türkçe (Turkish)
  917. uk : українська мова (Ukrainian)
  918. vi : tiếng việt (Vietnamese)
  919. zh : 中文 (Chinese)
  920. zh_TW : 國語 (Taiwanese Mandarin)
  921. doi_resolvers :
  922. oadoi.org : 'https://oadoi.org/'
  923. doi.org : 'https://doi.org/'
  924. doai.io : 'https://dissem.in/'
  925. sci-hub.tw : 'https://sci-hub.tw/'
  926. default_doi_resolver : 'sci-hub.tw'