settings.yml 22KB

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