settings.yml 22 KB

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