settings.yml 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. contact_url: False # mailto:contact@example.com
  5. brand:
  6. git_url: https://github.com/searx/searx
  7. git_branch: master
  8. issue_url: https://github.com/searx/searx/issues
  9. docs_url: https://searx.github.io/searx
  10. public_instances: https://searx.space
  11. wiki_url: https://github.com/searx/searx/wiki
  12. twitter_url: https://twitter.com/Searx_engine
  13. search:
  14. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  15. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  16. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  17. ban_time_on_fail : 5 # ban time in seconds after engine errors
  18. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  19. server:
  20. port : 8888
  21. bind_address : "127.0.0.1" # address to listen on
  22. secret_key : "ultrasecretkey" # change this!
  23. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  24. image_proxy : False # Proxying image results through searx
  25. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  26. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  27. default_http_headers:
  28. X-Content-Type-Options : nosniff
  29. X-XSS-Protection : 1; mode=block
  30. X-Download-Options : noopen
  31. X-Robots-Tag : noindex, nofollow
  32. Referrer-Policy : no-referrer
  33. ui:
  34. static_path : "" # Custom static path - leave it blank if you didn't change
  35. templates_path : "" # Custom templates path - leave it blank if you didn't change
  36. default_theme : oscar # ui theme
  37. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  38. theme_args :
  39. oscar_style : logicodev # default style of oscar
  40. # results_on_new_tab: False # Open result links in a new tab by default
  41. # categories_order :
  42. # - general
  43. # - files
  44. # - map
  45. # - it
  46. # - science
  47. # Lock arbitrary settings on the preferences page.
  48. # To find the ID of the user setting you want to lock, check
  49. # the ID of the form on the page "preferences".
  50. #preferences:
  51. # lock:
  52. # - language
  53. # - autocomplete
  54. # - method
  55. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  56. # uncomment below section if you have running morty proxy
  57. # the key is base64 encoded (keep the !!binary notation)
  58. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  59. #result_proxy:
  60. # url : http://127.0.0.1:3000/
  61. # key : !!binary "your_morty_proxy_key"
  62. outgoing: # communication with search engines
  63. request_timeout : 2.0 # default timeout in seconds, can be override by engine
  64. # max_request_timeout: 10.0 # the maximum timeout in seconds
  65. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  66. pool_connections : 100 # Number of different hosts
  67. pool_maxsize : 10 # Number of simultaneous requests by host
  68. # uncomment below section if you want to use a proxy
  69. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  70. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  71. # proxies:
  72. # http:
  73. # - http://proxy1:8080
  74. # - http://proxy2:8080
  75. # https:
  76. # - http://proxy1:8080
  77. # - http://proxy2:8080
  78. # uncomment below section only if you have more than one network interface
  79. # which can be the source of outgoing search requests
  80. # source_ips:
  81. # - 1.1.1.1
  82. # - 1.1.1.2
  83. # External plugin configuration
  84. # See http://searx.github.io/searx/dev/plugins.html for more details
  85. #
  86. # plugins:
  87. # - plugin1
  88. # - plugin2
  89. # - ...
  90. # uncomment below section if you want to configure which plugin is enabled by default
  91. #
  92. # enabled_plugins:
  93. # - "HTTPS rewrite"
  94. # - ...
  95. checker:
  96. # disable checker when in debug mode
  97. off_when_debug: True
  98. # scheduling: interval or int
  99. # use "scheduling: False" to disable scheduling
  100. # to activate the scheduler:
  101. # * uncomment "scheduling" section
  102. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  103. # scheduling:
  104. # start_after: [300, 1800] # delay to start the first run of the checker
  105. # every: [86400, 90000] # how often the checker runs
  106. # additional tests: only for the YAML anchors (see the engines section)
  107. additional_tests:
  108. rosebud: &test_rosebud
  109. matrix:
  110. query: rosebud
  111. lang: en
  112. result_container:
  113. - not_empty
  114. - ['one_title_contains', 'citizen kane']
  115. test:
  116. - unique_results
  117. android: &test_android
  118. matrix:
  119. query: ['android']
  120. lang: ['en', 'de', 'fr', 'zh-CN']
  121. result_container:
  122. - not_empty
  123. - ['one_title_contains', 'google']
  124. test:
  125. - unique_results
  126. # tests: only for the YAML anchors (see the engines section)
  127. tests:
  128. infobox: &tests_infobox
  129. infobox:
  130. matrix:
  131. query: ["linux", "new york", "bbc"]
  132. result_container:
  133. - has_infobox
  134. engines:
  135. - name: apk mirror
  136. engine: apkmirror
  137. timeout: 4.0
  138. shortcut: apkm
  139. disabled: True
  140. # Requires Tor
  141. - name : ahmia
  142. engine : ahmia
  143. categories : onions
  144. shortcut : ah
  145. - name : arch linux wiki
  146. engine : archlinux
  147. shortcut : al
  148. - name : archive is
  149. engine : xpath
  150. search_url : https://archive.is/{query}
  151. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  152. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  153. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  154. categories : general
  155. timeout : 7.0
  156. disabled : True
  157. shortcut : ai
  158. about:
  159. website: https://archive.is/
  160. wikidata_id: Q13515725
  161. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  162. use_official_api: false
  163. require_api_key: false
  164. results: HTML
  165. - name : arxiv
  166. engine : arxiv
  167. shortcut : arx
  168. categories : science
  169. timeout : 4.0
  170. # tmp suspended: dh key too small
  171. # - name : base
  172. # engine : base
  173. # shortcut : bs
  174. - name : wikipedia
  175. engine : wikipedia
  176. shortcut : wp
  177. base_url : 'https://{language}.wikipedia.org/'
  178. - name : bing
  179. engine : bing
  180. shortcut : bi
  181. - name : bing images
  182. engine : bing_images
  183. shortcut : bii
  184. - name : bing news
  185. engine : bing_news
  186. shortcut : bin
  187. - name : bing videos
  188. engine : bing_videos
  189. shortcut : biv
  190. - name : bitbucket
  191. engine : xpath
  192. paging : True
  193. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  194. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  195. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  196. content_xpath : //article[@class="repo-summary"]/p
  197. categories : it
  198. timeout : 4.0
  199. disabled : True
  200. shortcut : bb
  201. about:
  202. website: https://bitbucket.org/
  203. wikidata_id: Q2493781
  204. official_api_documentation: https://developer.atlassian.com/bitbucket
  205. use_official_api: false
  206. require_api_key: false
  207. results: HTML
  208. - name : btdigg
  209. engine : btdigg
  210. shortcut : bt
  211. - name : ccc-tv
  212. engine : xpath
  213. paging : False
  214. search_url : https://media.ccc.de/search/?q={query}
  215. url_xpath : //div[@class="caption"]/h3/a/@href
  216. title_xpath : //div[@class="caption"]/h3/a/text()
  217. content_xpath : //div[@class="caption"]/h4/@title
  218. categories : videos
  219. disabled : True
  220. shortcut : c3tv
  221. about:
  222. website: https://media.ccc.de/
  223. wikidata_id: Q80729951
  224. official_api_documentation: https://github.com/voc/voctoweb
  225. use_official_api: false
  226. require_api_key: false
  227. results: HTML
  228. - name : ccengine
  229. engine : ccengine
  230. categories : images
  231. shortcut : cce
  232. - name : crossref
  233. engine : json_engine
  234. paging : True
  235. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  236. url_query : doi
  237. title_query : title
  238. content_query : fullCitation
  239. categories : science
  240. shortcut : cr
  241. about:
  242. website: https://www.crossref.org/
  243. wikidata_id: Q5188229
  244. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  245. use_official_api: false
  246. require_api_key: false
  247. results: JSON
  248. - name : currency
  249. engine : currency_convert
  250. categories : general
  251. shortcut : cc
  252. - name : deezer
  253. engine : deezer
  254. shortcut : dz
  255. - name : deviantart
  256. engine : deviantart
  257. shortcut : da
  258. timeout : 3.0
  259. - name : ddg definitions
  260. engine : duckduckgo_definitions
  261. shortcut : ddd
  262. weight : 2
  263. disabled : True
  264. tests: *tests_infobox
  265. # cloudflare protected
  266. # - name : digbt
  267. # engine : digbt
  268. # shortcut : dbt
  269. # timeout : 6.0
  270. # disabled : True
  271. - name : digg
  272. engine : digg
  273. shortcut : dg
  274. - name : erowid
  275. engine : xpath
  276. paging : True
  277. first_page_num : 0
  278. page_size : 30
  279. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  280. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  281. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  282. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  283. categories : general
  284. shortcut : ew
  285. disabled : True
  286. about:
  287. website: https://www.erowid.org/
  288. wikidata_id: Q1430691
  289. official_api_documentation:
  290. use_official_api: false
  291. require_api_key: false
  292. results: HTML
  293. # - name : elasticsearch
  294. # shortcut : es
  295. # engine : elasticsearch
  296. # base_url : http://localhost:9200
  297. # username : elastic
  298. # password : changeme
  299. # index : my-index
  300. # # available options: match, simple_query_string, term, terms, custom
  301. # query_type : match
  302. # # if query_type is set to custom, provide your query here
  303. # #custom_query_json: {"query":{"match_all": {}}}
  304. # #show_metadata: False
  305. # disabled : True
  306. - name : wikidata
  307. engine : wikidata
  308. shortcut : wd
  309. timeout : 3.0
  310. weight : 2
  311. tests: *tests_infobox
  312. - name : duckduckgo
  313. engine : duckduckgo
  314. shortcut : ddg
  315. disabled : True
  316. - name : duckduckgo images
  317. engine : duckduckgo_images
  318. shortcut : ddi
  319. timeout: 3.0
  320. disabled : True
  321. - name : etools
  322. engine : etools
  323. shortcut : eto
  324. disabled : True
  325. additional_tests:
  326. rosebud: *test_rosebud
  327. - name : etymonline
  328. engine : xpath
  329. paging : True
  330. search_url : https://etymonline.com/search?page={pageno}&q={query}
  331. url_xpath : //a[contains(@class, "word__name--")]/@href
  332. title_xpath : //a[contains(@class, "word__name--")]
  333. content_xpath : //section[contains(@class, "word__defination")]
  334. first_page_num : 1
  335. shortcut : et
  336. disabled : True
  337. about:
  338. website: https://www.etymonline.com/
  339. wikidata_id: Q1188617
  340. official_api_documentation:
  341. use_official_api: false
  342. require_api_key: false
  343. results: HTML
  344. # - name : ebay
  345. # engine : ebay
  346. # shortcut : eb
  347. # disabled : True
  348. # timeout: 5
  349. - name : 1x
  350. engine : www1x
  351. shortcut : 1x
  352. timeout : 3.0
  353. disabled : True
  354. - name : fdroid
  355. engine : fdroid
  356. shortcut : fd
  357. disabled : True
  358. - name : flickr
  359. categories : images
  360. shortcut : fl
  361. # You can use the engine using the official stable API, but you need an API key
  362. # See : https://www.flickr.com/services/apps/create/
  363. # engine : flickr
  364. # api_key: 'apikey' # required!
  365. # Or you can use the html non-stable engine, activated by default
  366. engine : flickr_noapi
  367. - name : free software directory
  368. engine : mediawiki
  369. shortcut : fsd
  370. categories : it
  371. base_url : https://directory.fsf.org/
  372. number_of_results : 5
  373. # what part of a page matches the query string: title, text, nearmatch
  374. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  375. search_type : title
  376. timeout : 5.0
  377. disabled : True
  378. about:
  379. website: https://directory.fsf.org/
  380. wikidata_id: Q2470288
  381. - name : frinkiac
  382. engine : frinkiac
  383. shortcut : frk
  384. disabled : True
  385. - name : genius
  386. engine : genius
  387. shortcut : gen
  388. - name : gigablast
  389. engine : gigablast
  390. shortcut : gb
  391. timeout : 3.0
  392. disabled: True
  393. additional_tests:
  394. rosebud: *test_rosebud
  395. - name : gentoo
  396. engine : gentoo
  397. shortcut : ge
  398. - name : gitlab
  399. engine : json_engine
  400. paging : True
  401. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  402. url_query : web_url
  403. title_query : name_with_namespace
  404. content_query : description
  405. page_size : 20
  406. categories : it
  407. shortcut : gl
  408. timeout : 10.0
  409. disabled : True
  410. about:
  411. website: https://about.gitlab.com/
  412. wikidata_id: Q16639197
  413. official_api_documentation: https://docs.gitlab.com/ee/api/
  414. use_official_api: false
  415. require_api_key: false
  416. results: JSON
  417. - name : github
  418. engine : github
  419. shortcut : gh
  420. # This a Gitea service. If you would like to use a different instance,
  421. # change codeberg.org to URL of the desired Gitea host. Or you can create
  422. # a new engine by copying this and changing the name, shortcut and search_url.
  423. - name : codeberg
  424. engine : json_engine
  425. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  426. url_query : html_url
  427. title_query : name
  428. content_query : description
  429. categories : it
  430. shortcut : cb
  431. disabled : True
  432. about:
  433. website: https://codeberg.org/
  434. wikidata_id:
  435. official_api_documentation: https://try.gitea.io/api/swagger
  436. use_official_api: false
  437. require_api_key: false
  438. results: JSON
  439. - name : google
  440. engine : google
  441. shortcut : go
  442. # additional_tests:
  443. # android: *test_android
  444. - name : google images
  445. engine : google_images
  446. shortcut : goi
  447. # additional_tests:
  448. # android: *test_android
  449. # dali:
  450. # matrix:
  451. # query: ['Dali Christ']
  452. # lang: ['en', 'de', 'fr', 'zh-CN']
  453. # result_container:
  454. # - ['one_title_contains', 'Salvador']
  455. - name : google news
  456. engine : google_news
  457. shortcut : gon
  458. # additional_tests:
  459. # android: *test_android
  460. - name : google videos
  461. engine : google_videos
  462. shortcut : gov
  463. # additional_tests:
  464. # android: *test_android
  465. - name : google scholar
  466. engine : xpath
  467. paging : True
  468. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  469. results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
  470. url_xpath : .//h3/a/@href
  471. title_xpath : .//h3/a
  472. content_xpath : .//div[@class="gs_rs"]
  473. suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
  474. page_size : 10
  475. first_page_num : 0
  476. categories : science
  477. shortcut : gos
  478. about:
  479. website: https://scholar.google.com/
  480. wikidata_id: Q494817
  481. official_api_documentation:
  482. use_official_api: false
  483. require_api_key: false
  484. results: HTML
  485. - name : google play apps
  486. engine : xpath
  487. search_url : https://play.google.com/store/search?q={query}&c=apps
  488. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  489. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  490. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  491. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  492. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  493. categories : files
  494. shortcut : gpa
  495. disabled : True
  496. about:
  497. website: https://play.google.com/
  498. wikidata_id: Q79576
  499. official_api_documentation:
  500. use_official_api: false
  501. require_api_key: false
  502. results: HTML
  503. - name : google play movies
  504. engine : xpath
  505. search_url : https://play.google.com/store/search?q={query}&c=movies
  506. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  507. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  508. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  509. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  510. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  511. categories : videos
  512. shortcut : gpm
  513. disabled : True
  514. about:
  515. website: https://play.google.com/
  516. wikidata_id: Q79576
  517. official_api_documentation:
  518. use_official_api: false
  519. require_api_key: false
  520. results: HTML
  521. - name : google play music
  522. engine : xpath
  523. search_url : https://play.google.com/store/search?q={query}&c=music
  524. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  525. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  526. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  527. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  528. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  529. categories : music
  530. shortcut : gps
  531. disabled : True
  532. about:
  533. website: https://play.google.com/
  534. wikidata_id: Q79576
  535. official_api_documentation:
  536. use_official_api: false
  537. require_api_key: false
  538. results: HTML
  539. - name : geektimes
  540. engine : xpath
  541. paging : True
  542. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  543. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  544. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  545. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  546. categories : it
  547. timeout : 4.0
  548. disabled : True
  549. shortcut : gt
  550. about:
  551. website: https://geektimes.ru/
  552. wikidata_id: Q50572423
  553. official_api_documentation:
  554. use_official_api: false
  555. require_api_key: false
  556. results: HTML
  557. - name : habrahabr
  558. engine : xpath
  559. paging : True
  560. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  561. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  562. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  563. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  564. categories : it
  565. timeout : 4.0
  566. disabled : True
  567. shortcut : habr
  568. about:
  569. website: https://habr.com/
  570. wikidata_id: Q4494434
  571. official_api_documentation: https://habr.com/en/docs/help/api/
  572. use_official_api: false
  573. require_api_key: false
  574. results: HTML
  575. - name : hoogle
  576. engine : json_engine
  577. paging : True
  578. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  579. results_query : results
  580. url_query : location
  581. title_query : self
  582. content_query : docs
  583. page_size : 20
  584. categories : it
  585. shortcut : ho
  586. about:
  587. website: https://www.haskell.org/
  588. wikidata_id: Q34010
  589. official_api_documentation: https://hackage.haskell.org/api
  590. use_official_api: false
  591. require_api_key: false
  592. results: JSON
  593. - name : ina
  594. engine : ina
  595. shortcut : in
  596. timeout : 6.0
  597. disabled : True
  598. - name : invidious
  599. engine : invidious
  600. base_url :
  601. - https://invidious.tube/
  602. - https://invidious.snopyta.org/
  603. shortcut: iv
  604. timeout : 5.0
  605. disabled : True
  606. - name: kickass
  607. engine : kickass
  608. shortcut : kc
  609. timeout : 4.0
  610. disabled : True
  611. - name : library genesis
  612. engine : xpath
  613. search_url : http://libgen.rs/search.php?req={query}
  614. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  615. title_xpath : //a[contains(@href,"book/")]/text()[1]
  616. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  617. categories : general
  618. timeout : 7.0
  619. disabled : True
  620. shortcut : lg
  621. about:
  622. website: http://libgen.rs/
  623. wikidata_id: Q22017206
  624. official_api_documentation:
  625. use_official_api: false
  626. require_api_key: false
  627. results: HTML
  628. - name : lobste.rs
  629. engine : xpath
  630. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  631. results_xpath : //li[contains(@class, "story")]
  632. url_xpath : .//a[@class="u-url"]/@href
  633. title_xpath : .//a[@class="u-url"]
  634. content_xpath : .//a[@class="domain"]
  635. categories : it
  636. shortcut : lo
  637. timeout : 3.0
  638. disabled: True
  639. about:
  640. website: https://lobste.rs/
  641. wikidata_id: Q60762874
  642. official_api_documentation:
  643. use_official_api: false
  644. require_api_key: false
  645. results: HTML
  646. - name : metager
  647. engine : xpath
  648. paging : False
  649. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  650. url_xpath : //div[@class="result-subheadline"]/a/@href
  651. title_xpath : //div[@class="result-headline"]/h2/@title
  652. content_xpath : //div[@class="result-description"]/text()
  653. categories : general
  654. shortcut : mg
  655. disabled : True
  656. about:
  657. website: https://metager.org/
  658. wikidata_id: Q1924645
  659. official_api_documentation:
  660. use_official_api: false
  661. require_api_key: false
  662. results: HTML
  663. - name : microsoft academic
  664. engine : microsoft_academic
  665. categories : science
  666. shortcut : ma
  667. - name : mixcloud
  668. engine : mixcloud
  669. shortcut : mc
  670. - name : npm
  671. engine : json_engine
  672. paging : True
  673. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  674. results_query : results
  675. url_query : package/links/npm
  676. title_query : package/name
  677. content_query : package/description
  678. page_size : 25
  679. categories : it
  680. disabled: True
  681. timeout: 5.0
  682. shortcut : npm
  683. about:
  684. website: https://npms.io/
  685. wikidata_id: Q7067518
  686. official_api_documentation: https://api-docs.npms.io/
  687. use_official_api: false
  688. require_api_key: false
  689. results: JSON
  690. # Requires Tor
  691. - name : not evil
  692. engine : not_evil
  693. shortcut : ne
  694. - name : nyaa
  695. engine : nyaa
  696. shortcut : nt
  697. disabled : True
  698. - name : acgsou
  699. engine : acgsou
  700. shortcut : acg
  701. disabled : True
  702. timeout: 5.0
  703. - name : openairedatasets
  704. engine : json_engine
  705. paging : True
  706. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  707. results_query : response/results/result
  708. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  709. title_query : metadata/oaf:entity/oaf:result/title/$
  710. content_query : metadata/oaf:entity/oaf:result/description/$
  711. categories : science
  712. shortcut : oad
  713. timeout: 5.0
  714. about:
  715. website: https://www.openaire.eu/
  716. wikidata_id: Q25106053
  717. official_api_documentation: https://api.openaire.eu/
  718. use_official_api: false
  719. require_api_key: false
  720. results: JSON
  721. - name : openairepublications
  722. engine : json_engine
  723. paging : True
  724. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  725. results_query : response/results/result
  726. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  727. title_query : metadata/oaf:entity/oaf:result/title/$
  728. content_query : metadata/oaf:entity/oaf:result/description/$
  729. categories : science
  730. shortcut : oap
  731. timeout: 5.0
  732. about:
  733. website: https://www.openaire.eu/
  734. wikidata_id: Q25106053
  735. official_api_documentation: https://api.openaire.eu/
  736. use_official_api: false
  737. require_api_key: false
  738. results: JSON
  739. # - name : opensemanticsearch
  740. # engine : opensemantic
  741. # shortcut : oss
  742. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  743. - name : openstreetmap
  744. engine : openstreetmap
  745. shortcut : osm
  746. - name : openrepos
  747. engine : xpath
  748. paging : True
  749. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  750. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  751. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  752. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  753. categories : files
  754. timeout : 4.0
  755. disabled : True
  756. shortcut : or
  757. about:
  758. website: https://openrepos.net/
  759. wikidata_id:
  760. official_api_documentation:
  761. use_official_api: false
  762. require_api_key: false
  763. results: HTML
  764. - name : pdbe
  765. engine : pdbe
  766. shortcut : pdb
  767. # Hide obsolete PDB entries.
  768. # Default is not to hide obsolete structures
  769. # hide_obsolete : False
  770. - name : photon
  771. engine : photon
  772. shortcut : ph
  773. - name : piratebay
  774. engine : piratebay
  775. shortcut : tpb
  776. # You may need to change this URL to a proxy if piratebay is blocked in your country
  777. url: https://thepiratebay.org/
  778. timeout : 3.0
  779. - name : pubmed
  780. engine : pubmed
  781. shortcut : pub
  782. categories: science
  783. timeout : 3.0
  784. - name : qwant
  785. engine : qwant
  786. shortcut : qw
  787. categories : general
  788. disabled : True
  789. additional_tests:
  790. rosebud: *test_rosebud
  791. - name : qwant images
  792. engine : qwant
  793. shortcut : qwi
  794. categories : images
  795. - name : qwant news
  796. engine : qwant
  797. shortcut : qwn
  798. categories : news
  799. # - name: library
  800. # engine: recoll
  801. # shortcut: lib
  802. # base_url: 'https://recoll.example.org/'
  803. # search_dir: ''
  804. # mount_prefix: /export
  805. # dl_prefix: 'https://download.example.org'
  806. # timeout: 30.0
  807. # categories: files
  808. # disabled: True
  809. # - name: recoll library reference
  810. # engine: recoll
  811. # base_url: 'https://recoll.example.org/'
  812. # search_dir: reference
  813. # mount_prefix: /export
  814. # dl_prefix: 'https://download.example.org'
  815. # shortcut: libr
  816. # timeout: 30.0
  817. # categories: files
  818. # disabled: True
  819. - name : reddit
  820. engine : reddit
  821. shortcut : re
  822. page_size : 25
  823. timeout : 10.0
  824. disabled : True
  825. # tmp suspended: bad certificate
  826. # - name : scanr structures
  827. # shortcut: scs
  828. # engine : scanr_structures
  829. # disabled : True
  830. - name: sepiasearch
  831. engine: sepiasearch
  832. shortcut: sep
  833. - name : soundcloud
  834. engine : soundcloud
  835. shortcut : sc
  836. - name : stackoverflow
  837. engine : stackoverflow
  838. shortcut : st
  839. - name : searchcode code
  840. engine : searchcode_code
  841. shortcut : scc
  842. disabled : True
  843. - name : framalibre
  844. engine : framalibre
  845. shortcut : frl
  846. disabled : True
  847. # - name : searx
  848. # engine : searx_engine
  849. # shortcut : se
  850. # instance_urls :
  851. # - http://127.0.0.1:8888/
  852. # - ...
  853. # disabled : True
  854. - name : semantic scholar
  855. engine : xpath
  856. paging : True
  857. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  858. results_xpath : //article
  859. url_xpath : .//div[@class="search-result-title"]/a/@href
  860. title_xpath : .//div[@class="search-result-title"]/a
  861. content_xpath : .//div[@class="search-result-abstract"]
  862. shortcut : se
  863. categories : science
  864. about:
  865. website: https://www.semanticscholar.org/
  866. wikidata_id: Q22908627
  867. official_api_documentation: https://api.semanticscholar.org/
  868. use_official_api: false
  869. require_api_key: false
  870. results: HTML
  871. # Spotify needs API credentials
  872. # - name : spotify
  873. # engine : spotify
  874. # shortcut : stf
  875. # api_client_id : *******
  876. # api_client_secret : *******
  877. - name : startpage
  878. engine : startpage
  879. shortcut : sp
  880. timeout : 6.0
  881. disabled : True
  882. additional_tests:
  883. rosebud: *test_rosebud
  884. - name : tokyotoshokan
  885. engine : tokyotoshokan
  886. shortcut : tt
  887. timeout : 6.0
  888. disabled : True
  889. - name : torrentz
  890. engine : torrentz
  891. shortcut : tor
  892. url: https://torrentz2.eu/
  893. timeout : 3.0
  894. # Requires Tor
  895. - name : torch
  896. engine : xpath
  897. paging : True
  898. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  899. results_xpath : //table//tr
  900. url_xpath : ./td[2]/a
  901. title_xpath : ./td[2]/b
  902. content_xpath : ./td[2]/small
  903. categories : onions
  904. shortcut : tch
  905. # maybe in a fun category
  906. # - name : uncyclopedia
  907. # engine : mediawiki
  908. # shortcut : unc
  909. # base_url : https://uncyclopedia.wikia.com/
  910. # number_of_results : 5
  911. # tmp suspended - too slow, too many errors
  912. # - name : urbandictionary
  913. # engine : xpath
  914. # search_url : http://www.urbandictionary.com/define.php?term={query}
  915. # url_xpath : //*[@class="word"]/@href
  916. # title_xpath : //*[@class="def-header"]
  917. # content_xpath : //*[@class="meaning"]
  918. # shortcut : ud
  919. - name : unsplash
  920. engine : unsplash
  921. disabled: True
  922. shortcut : us
  923. - name : yahoo
  924. engine : yahoo
  925. shortcut : yh
  926. disabled : True
  927. - name : yandex
  928. engine : yandex
  929. shortcut : yn
  930. disabled : True
  931. - name : yahoo news
  932. engine : yahoo_news
  933. shortcut : yhn
  934. - name : youtube
  935. shortcut : yt
  936. # You can use the engine using the official stable API, but you need an API key
  937. # See : https://console.developers.google.com/project
  938. # engine : youtube_api
  939. # api_key: 'apikey' # required!
  940. # Or you can use the html non-stable engine, activated by default
  941. engine : youtube_noapi
  942. # tmp suspended: Cloudflare CAPTCHA
  943. #- name : yggtorrent
  944. # engine : yggtorrent
  945. # shortcut : ygg
  946. # url: https://www2.yggtorrent.si/
  947. # disabled : True
  948. # timeout : 4.0
  949. - name : dailymotion
  950. engine : dailymotion
  951. shortcut : dm
  952. - name : vimeo
  953. engine : vimeo
  954. shortcut : vm
  955. - name : wiby
  956. engine : json_engine
  957. search_url : https://wiby.me/json/?q={query}
  958. url_query : URL
  959. title_query : Title
  960. content_query : Snippet
  961. categories : general
  962. shortcut : wib
  963. disabled : True
  964. - name : wikibooks
  965. engine : mediawiki
  966. shortcut : wb
  967. categories : general
  968. base_url : "https://{language}.wikibooks.org/"
  969. number_of_results : 5
  970. search_type : text
  971. disabled : True
  972. about:
  973. website: https://www.wikibooks.org/
  974. wikidata_id: Q367
  975. - name : wikinews
  976. engine : mediawiki
  977. shortcut : wn
  978. categories : news
  979. base_url : "https://{language}.wikinews.org/"
  980. number_of_results : 5
  981. search_type : text
  982. disabled : True
  983. about:
  984. website: https://www.wikinews.org/
  985. wikidata_id: Q964
  986. - name : wikiquote
  987. engine : mediawiki
  988. shortcut : wq
  989. categories : general
  990. base_url : "https://{language}.wikiquote.org/"
  991. number_of_results : 5
  992. search_type : text
  993. disabled : True
  994. additional_tests:
  995. rosebud: *test_rosebud
  996. about:
  997. website: https://www.wikiquote.org/
  998. wikidata_id: Q369
  999. - name : wikisource
  1000. engine : mediawiki
  1001. shortcut : ws
  1002. categories : general
  1003. base_url : "https://{language}.wikisource.org/"
  1004. number_of_results : 5
  1005. search_type : text
  1006. disabled : True
  1007. about:
  1008. website: https://www.wikisource.org/
  1009. wikidata_id: Q263
  1010. - name : wiktionary
  1011. engine : mediawiki
  1012. shortcut : wt
  1013. categories : general
  1014. base_url : "https://{language}.wiktionary.org/"
  1015. number_of_results : 5
  1016. search_type : text
  1017. disabled : True
  1018. about:
  1019. website: https://www.wiktionary.org/
  1020. wikidata_id: Q151
  1021. - name : wikiversity
  1022. engine : mediawiki
  1023. shortcut : wv
  1024. categories : general
  1025. base_url : "https://{language}.wikiversity.org/"
  1026. number_of_results : 5
  1027. search_type : text
  1028. disabled : True
  1029. about:
  1030. website: https://www.wikiversity.org/
  1031. wikidata_id: Q370
  1032. - name : wikivoyage
  1033. engine : mediawiki
  1034. shortcut : wy
  1035. categories : general
  1036. base_url : "https://{language}.wikivoyage.org/"
  1037. number_of_results : 5
  1038. search_type : text
  1039. disabled : True
  1040. about:
  1041. website: https://www.wikivoyage.org/
  1042. wikidata_id: Q373
  1043. - name : wolframalpha
  1044. shortcut : wa
  1045. # You can use the engine using the official stable API, but you need an API key
  1046. # See : http://products.wolframalpha.com/api/
  1047. # engine : wolframalpha_api
  1048. # api_key: '' # required!
  1049. engine : wolframalpha_noapi
  1050. timeout: 6.0
  1051. categories : science
  1052. - name : dictzone
  1053. engine : dictzone
  1054. shortcut : dc
  1055. - name : mymemory translated
  1056. engine : translated
  1057. shortcut : tl
  1058. timeout : 5.0
  1059. disabled : True
  1060. # You can use without an API key, but you are limited to 1000 words/day
  1061. # See : http://mymemory.translated.net/doc/usagelimits.php
  1062. # api_key : ''
  1063. - name : 1337x
  1064. engine : 1337x
  1065. shortcut : 1337x
  1066. disabled : True
  1067. - name : duden
  1068. engine : duden
  1069. shortcut : du
  1070. disabled : True
  1071. - name : seznam
  1072. shortcut: szn
  1073. engine: xpath
  1074. paging : True
  1075. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  1076. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  1077. url_xpath : ./h3/a/@href
  1078. title_xpath : ./h3
  1079. content_xpath : .//p[@class="Result-description"]
  1080. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  1081. first_page_num : 0
  1082. page_size : 10
  1083. disabled : True
  1084. about:
  1085. website: https://www.seznam.cz/
  1086. wikidata_id: Q3490485
  1087. official_api_documentation: https://api.sklik.cz/
  1088. use_official_api: false
  1089. require_api_key: false
  1090. results: HTML
  1091. - name : mojeek
  1092. shortcut: mjk
  1093. engine: xpath
  1094. paging : True
  1095. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1096. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1097. url_xpath : ./h2/a/@href
  1098. title_xpath : ./h2
  1099. content_xpath : ./p[@class="s"]
  1100. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1101. first_page_num : 0
  1102. page_size : 10
  1103. disabled : True
  1104. about:
  1105. website: https://www.mojeek.com/
  1106. wikidata_id: Q60747299
  1107. official_api_documentation: https://www.mojeek.com/services/api.html/
  1108. use_official_api: false
  1109. require_api_key: false
  1110. results: HTML
  1111. - name : naver
  1112. shortcut: nvr
  1113. engine: xpath
  1114. paging : True
  1115. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1116. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  1117. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  1118. title_xpath : ./dl/dt/a[@class="title_link"]
  1119. content_xpath : ./dl/dd[@class="sh_web_passage"]
  1120. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  1121. first_page_num : 1
  1122. page_size : 10
  1123. disabled : True
  1124. about:
  1125. website: https://www.naver.com/
  1126. wikidata_id: Q485639
  1127. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1128. use_official_api: false
  1129. require_api_key: false
  1130. results: HTML
  1131. - name : rubygems
  1132. shortcut: rbg
  1133. engine: xpath
  1134. paging : True
  1135. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1136. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1137. url_xpath : ./@href
  1138. title_xpath : ./span/h2
  1139. content_xpath : ./span/p
  1140. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1141. first_page_num : 1
  1142. categories: it
  1143. disabled : True
  1144. about:
  1145. website: https://rubygems.org/
  1146. wikidata_id: Q1853420
  1147. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1148. use_official_api: false
  1149. require_api_key: false
  1150. results: HTML
  1151. - name : peertube
  1152. engine: peertube
  1153. shortcut: ptb
  1154. paging : True
  1155. base_url : https://peer.tube/
  1156. categories: videos
  1157. disabled : True
  1158. # - name : yacy
  1159. # engine : yacy
  1160. # shortcut : ya
  1161. # base_url : 'http://localhost:8090'
  1162. # number_of_results : 5
  1163. # timeout : 3.0
  1164. # Doku engine lets you access to any Doku wiki instance:
  1165. # A public one or a privete/corporate one.
  1166. # - name : ubuntuwiki
  1167. # engine : doku
  1168. # shortcut : uw
  1169. # base_url : 'http://doc.ubuntu-fr.org'
  1170. # Be careful when enabling this engine if you are
  1171. # running a public instance. Do not expose any sensitive
  1172. # information. You can restrict access by configuring a list
  1173. # of access tokens under tokens.
  1174. # - name: git grep
  1175. # engine: command
  1176. # command: ['git', 'grep', '{{QUERY}}']
  1177. # shortcut: gg
  1178. # tokens: []
  1179. # disabled: True
  1180. # delimiter:
  1181. # chars: ':'
  1182. # keys: ['filepath', 'code']
  1183. # Be careful when enabling this engine if you are
  1184. # running a public instance. Do not expose any sensitive
  1185. # information. You can restrict access by configuring a list
  1186. # of access tokens under tokens.
  1187. # - name: locate
  1188. # engine: command
  1189. # command: ['locate', '{{QUERY}}']
  1190. # shortcut: loc
  1191. # tokens: []
  1192. # disabled: True
  1193. # delimiter:
  1194. # chars: ' '
  1195. # keys: ['line']
  1196. # Be careful when enabling this engine if you are
  1197. # running a public instance. Do not expose any sensitive
  1198. # information. You can restrict access by configuring a list
  1199. # of access tokens under tokens.
  1200. # - name: find
  1201. # engine: command
  1202. # command: ['find', '.', '-name', '{{QUERY}}']
  1203. # query_type: path
  1204. # shortcut: fnd
  1205. # tokens: []
  1206. # disabled: True
  1207. # delimiter:
  1208. # chars: ' '
  1209. # keys: ['line']
  1210. # Be careful when enabling this engine if you are
  1211. # running a public instance. Do not expose any sensitive
  1212. # information. You can restrict access by configuring a list
  1213. # of access tokens under tokens.
  1214. # - name: pattern search in files
  1215. # engine: command
  1216. # command: ['fgrep', '{{QUERY}}']
  1217. # shortcut: fgr
  1218. # tokens: []
  1219. # disabled: True
  1220. # delimiter:
  1221. # chars: ' '
  1222. # keys: ['line']
  1223. # Be careful when enabling this engine if you are
  1224. # running a public instance. Do not expose any sensitive
  1225. # information. You can restrict access by configuring a list
  1226. # of access tokens under tokens.
  1227. # - name: regex search in files
  1228. # engine: command
  1229. # command: ['grep', '{{QUERY}}']
  1230. # shortcut: gr
  1231. # tokens: []
  1232. # disabled: True
  1233. # delimiter:
  1234. # chars: ' '
  1235. # keys: ['line']
  1236. locales:
  1237. en : English
  1238. ar : العَرَبِيَّة (Arabic)
  1239. bg : Български (Bulgarian)
  1240. bo : བོད་སྐད་ (Tibetian)
  1241. ca : Català (Catalan)
  1242. cs : Čeština (Czech)
  1243. cy : Cymraeg (Welsh)
  1244. da : Dansk (Danish)
  1245. de : Deutsch (German)
  1246. el_GR : Ελληνικά (Greek_Greece)
  1247. eo : Esperanto (Esperanto)
  1248. es : Español (Spanish)
  1249. et : Eesti (Estonian)
  1250. eu : Euskara (Basque)
  1251. fa_IR : (fārsī) فارسى (Persian)
  1252. fi : Suomi (Finnish)
  1253. fil : Wikang Filipino (Filipino)
  1254. fr : Français (French)
  1255. gl : Galego (Galician)
  1256. he : עברית (Hebrew)
  1257. hr : Hrvatski (Croatian)
  1258. hu : Magyar (Hungarian)
  1259. ia : Interlingua (Interlingua)
  1260. it : Italiano (Italian)
  1261. ja : 日本語 (Japanese)
  1262. lt : Lietuvių (Lithuanian)
  1263. nl : Nederlands (Dutch)
  1264. nl_BE : Vlaams (Dutch_Belgium)
  1265. oc : Lenga D'òc (Occitan)
  1266. pl : Polski (Polish)
  1267. pt : Português (Portuguese)
  1268. pt_BR : Português (Portuguese_Brazil)
  1269. ro : Română (Romanian)
  1270. ru : Русский (Russian)
  1271. sk : Slovenčina (Slovak)
  1272. sl : Slovenski (Slovene)
  1273. sr : српски (Serbian)
  1274. sv : Svenska (Swedish)
  1275. te : తెలుగు (telugu)
  1276. ta : தமிழ் (Tamil)
  1277. tr : Türkçe (Turkish)
  1278. uk : українська мова (Ukrainian)
  1279. vi : tiếng việt (Vietnamese)
  1280. zh : 中文 (Chinese)
  1281. zh_TW : 國語 (Taiwanese Mandarin)
  1282. doi_resolvers :
  1283. oadoi.org : 'https://oadoi.org/'
  1284. doi.org : 'https://doi.org/'
  1285. doai.io : 'https://dissem.in/'
  1286. sci-hub.tw : 'https://sci-hub.tw/'
  1287. default_doi_resolver : 'sci-hub.tw'