settings.yml 22 KB

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