settings.yml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  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 : crossref
  229. engine : json_engine
  230. paging : True
  231. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  232. url_query : doi
  233. title_query : title
  234. content_query : fullCitation
  235. categories : science
  236. shortcut : cr
  237. about:
  238. website: https://www.crossref.org/
  239. wikidata_id: Q5188229
  240. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  241. use_official_api: false
  242. require_api_key: false
  243. results: JSON
  244. - name : currency
  245. engine : currency_convert
  246. categories : general
  247. shortcut : cc
  248. - name : deezer
  249. engine : deezer
  250. shortcut : dz
  251. - name : deviantart
  252. engine : deviantart
  253. shortcut : da
  254. timeout : 3.0
  255. - name : ddg definitions
  256. engine : duckduckgo_definitions
  257. shortcut : ddd
  258. weight : 2
  259. disabled : True
  260. tests: *tests_infobox
  261. # cloudflare protected
  262. # - name : digbt
  263. # engine : digbt
  264. # shortcut : dbt
  265. # timeout : 6.0
  266. # disabled : True
  267. - name : digg
  268. engine : digg
  269. shortcut : dg
  270. - name : erowid
  271. engine : xpath
  272. paging : True
  273. first_page_num : 0
  274. page_size : 30
  275. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  276. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  277. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  278. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  279. categories : general
  280. shortcut : ew
  281. disabled : True
  282. about:
  283. website: https://www.erowid.org/
  284. wikidata_id: Q1430691
  285. official_api_documentation:
  286. use_official_api: false
  287. require_api_key: false
  288. results: HTML
  289. # - name : elasticsearch
  290. # shortcut : es
  291. # engine : elasticsearch
  292. # base_url : http://localhost:9200
  293. # username : elastic
  294. # password : changeme
  295. # index : my-index
  296. # # available options: match, simple_query_string, term, terms, custom
  297. # query_type : match
  298. # # if query_type is set to custom, provide your query here
  299. # #custom_query_json: {"query":{"match_all": {}}}
  300. # #show_metadata: False
  301. # disabled : True
  302. - name : wikidata
  303. engine : wikidata
  304. shortcut : wd
  305. timeout : 3.0
  306. weight : 2
  307. tests: *tests_infobox
  308. - name : duckduckgo
  309. engine : duckduckgo
  310. shortcut : ddg
  311. disabled : True
  312. - name : duckduckgo images
  313. engine : duckduckgo_images
  314. shortcut : ddi
  315. timeout: 3.0
  316. disabled : True
  317. - name : etools
  318. engine : etools
  319. shortcut : eto
  320. disabled : True
  321. additional_tests:
  322. rosebud: *test_rosebud
  323. - name : etymonline
  324. engine : xpath
  325. paging : True
  326. search_url : https://etymonline.com/search?page={pageno}&q={query}
  327. url_xpath : //a[contains(@class, "word__name--")]/@href
  328. title_xpath : //a[contains(@class, "word__name--")]
  329. content_xpath : //section[contains(@class, "word__defination")]
  330. first_page_num : 1
  331. shortcut : et
  332. disabled : True
  333. about:
  334. website: https://www.etymonline.com/
  335. wikidata_id: Q1188617
  336. official_api_documentation:
  337. use_official_api: false
  338. require_api_key: false
  339. results: HTML
  340. # - name : ebay
  341. # engine : ebay
  342. # shortcut : eb
  343. # disabled : True
  344. # timeout: 5
  345. - name : 1x
  346. engine : www1x
  347. shortcut : 1x
  348. timeout : 3.0
  349. disabled : True
  350. - name : fdroid
  351. engine : fdroid
  352. shortcut : fd
  353. disabled : True
  354. - name : flickr
  355. categories : images
  356. shortcut : fl
  357. # You can use the engine using the official stable API, but you need an API key
  358. # See : https://www.flickr.com/services/apps/create/
  359. # engine : flickr
  360. # api_key: 'apikey' # required!
  361. # Or you can use the html non-stable engine, activated by default
  362. engine : flickr_noapi
  363. - name : free software directory
  364. engine : mediawiki
  365. shortcut : fsd
  366. categories : it
  367. base_url : https://directory.fsf.org/
  368. number_of_results : 5
  369. # what part of a page matches the query string: title, text, nearmatch
  370. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  371. search_type : title
  372. timeout : 5.0
  373. disabled : True
  374. about:
  375. website: https://directory.fsf.org/
  376. wikidata_id: Q2470288
  377. - name : frinkiac
  378. engine : frinkiac
  379. shortcut : frk
  380. disabled : True
  381. - name : genius
  382. engine : genius
  383. shortcut : gen
  384. - name : gigablast
  385. engine : gigablast
  386. shortcut : gb
  387. timeout : 3.0
  388. disabled: True
  389. additional_tests:
  390. rosebud: *test_rosebud
  391. - name : gentoo
  392. engine : gentoo
  393. shortcut : ge
  394. - name : gitlab
  395. engine : json_engine
  396. paging : True
  397. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  398. url_query : web_url
  399. title_query : name_with_namespace
  400. content_query : description
  401. page_size : 20
  402. categories : it
  403. shortcut : gl
  404. timeout : 10.0
  405. disabled : True
  406. about:
  407. website: https://about.gitlab.com/
  408. wikidata_id: Q16639197
  409. official_api_documentation: https://docs.gitlab.com/ee/api/
  410. use_official_api: false
  411. require_api_key: false
  412. results: JSON
  413. - name : github
  414. engine : github
  415. shortcut : gh
  416. # This a Gitea service. If you would like to use a different instance,
  417. # change codeberg.org to URL of the desired Gitea host. Or you can create
  418. # a new engine by copying this and changing the name, shortcut and search_url.
  419. - name : codeberg
  420. engine : json_engine
  421. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  422. url_query : html_url
  423. title_query : name
  424. content_query : description
  425. categories : it
  426. shortcut : cb
  427. disabled : True
  428. about:
  429. website: https://codeberg.org/
  430. wikidata_id:
  431. official_api_documentation: https://try.gitea.io/api/swagger
  432. use_official_api: false
  433. require_api_key: false
  434. results: JSON
  435. - name : google
  436. engine : google
  437. shortcut : go
  438. # additional_tests:
  439. # android: *test_android
  440. - name : google images
  441. engine : google_images
  442. shortcut : goi
  443. # additional_tests:
  444. # android: *test_android
  445. # dali:
  446. # matrix:
  447. # query: ['Dali Christ']
  448. # lang: ['en', 'de', 'fr', 'zh-CN']
  449. # result_container:
  450. # - ['one_title_contains', 'Salvador']
  451. - name : google news
  452. engine : google_news
  453. shortcut : gon
  454. # additional_tests:
  455. # android: *test_android
  456. - name : google videos
  457. engine : google_videos
  458. shortcut : gov
  459. # additional_tests:
  460. # android: *test_android
  461. - name : google scholar
  462. engine : xpath
  463. paging : True
  464. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  465. results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
  466. url_xpath : .//h3/a/@href
  467. title_xpath : .//h3/a
  468. content_xpath : .//div[@class="gs_rs"]
  469. suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
  470. page_size : 10
  471. first_page_num : 0
  472. categories : science
  473. shortcut : gos
  474. about:
  475. website: https://scholar.google.com/
  476. wikidata_id: Q494817
  477. official_api_documentation:
  478. use_official_api: false
  479. require_api_key: false
  480. results: HTML
  481. - name : google play apps
  482. engine : xpath
  483. search_url : https://play.google.com/store/search?q={query}&c=apps
  484. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  485. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  486. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  487. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  488. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  489. categories : files
  490. shortcut : gpa
  491. disabled : True
  492. about:
  493. website: https://play.google.com/
  494. wikidata_id: Q79576
  495. official_api_documentation:
  496. use_official_api: false
  497. require_api_key: false
  498. results: HTML
  499. - name : google play movies
  500. engine : xpath
  501. search_url : https://play.google.com/store/search?q={query}&c=movies
  502. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  503. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  504. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  505. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  506. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  507. categories : videos
  508. shortcut : gpm
  509. disabled : True
  510. about:
  511. website: https://play.google.com/
  512. wikidata_id: Q79576
  513. official_api_documentation:
  514. use_official_api: false
  515. require_api_key: false
  516. results: HTML
  517. - name : google play music
  518. engine : xpath
  519. search_url : https://play.google.com/store/search?q={query}&c=music
  520. results_xpath : '//div[@class="WHE7ib mpg5gc"]'
  521. title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
  522. url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
  523. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  524. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  525. categories : music
  526. shortcut : gps
  527. disabled : True
  528. about:
  529. website: https://play.google.com/
  530. wikidata_id: Q79576
  531. official_api_documentation:
  532. use_official_api: false
  533. require_api_key: false
  534. results: HTML
  535. - name : geektimes
  536. engine : xpath
  537. paging : True
  538. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  539. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  540. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  541. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  542. categories : it
  543. timeout : 4.0
  544. disabled : True
  545. shortcut : gt
  546. about:
  547. website: https://geektimes.ru/
  548. wikidata_id: Q50572423
  549. official_api_documentation:
  550. use_official_api: false
  551. require_api_key: false
  552. results: HTML
  553. - name : habrahabr
  554. engine : xpath
  555. paging : True
  556. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  557. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  558. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  559. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  560. categories : it
  561. timeout : 4.0
  562. disabled : True
  563. shortcut : habr
  564. about:
  565. website: https://habr.com/
  566. wikidata_id: Q4494434
  567. official_api_documentation: https://habr.com/en/docs/help/api/
  568. use_official_api: false
  569. require_api_key: false
  570. results: HTML
  571. - name : hoogle
  572. engine : json_engine
  573. paging : True
  574. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  575. results_query : results
  576. url_query : location
  577. title_query : self
  578. content_query : docs
  579. page_size : 20
  580. categories : it
  581. shortcut : ho
  582. about:
  583. website: https://www.haskell.org/
  584. wikidata_id: Q34010
  585. official_api_documentation: https://hackage.haskell.org/api
  586. use_official_api: false
  587. require_api_key: false
  588. results: JSON
  589. - name : ina
  590. engine : ina
  591. shortcut : in
  592. timeout : 6.0
  593. disabled : True
  594. - name : invidious
  595. engine : invidious
  596. base_url :
  597. - https://invidious.tube/
  598. - https://invidious.snopyta.org/
  599. shortcut: iv
  600. timeout : 5.0
  601. disabled : True
  602. - name: kickass
  603. engine : kickass
  604. shortcut : kc
  605. timeout : 4.0
  606. disabled : True
  607. - name : library genesis
  608. engine : xpath
  609. search_url : http://libgen.rs/search.php?req={query}
  610. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  611. title_xpath : //a[contains(@href,"book/")]/text()[1]
  612. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  613. categories : general
  614. timeout : 7.0
  615. disabled : True
  616. shortcut : lg
  617. about:
  618. website: http://libgen.rs/
  619. wikidata_id: Q22017206
  620. official_api_documentation:
  621. use_official_api: false
  622. require_api_key: false
  623. results: HTML
  624. - name : lobste.rs
  625. engine : xpath
  626. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  627. results_xpath : //li[contains(@class, "story")]
  628. url_xpath : .//a[@class="u-url"]/@href
  629. title_xpath : .//a[@class="u-url"]
  630. content_xpath : .//a[@class="domain"]
  631. categories : it
  632. shortcut : lo
  633. timeout : 3.0
  634. disabled: True
  635. about:
  636. website: https://lobste.rs/
  637. wikidata_id: Q60762874
  638. official_api_documentation:
  639. use_official_api: false
  640. require_api_key: false
  641. results: HTML
  642. - name : metager
  643. engine : xpath
  644. paging : False
  645. search_url : https://metager.org/meta/meta.ger3?eingabe={query}
  646. url_xpath : //div[@class="result-subheadline"]/a/@href
  647. title_xpath : //div[@class="result-headline"]/h2/@title
  648. content_xpath : //div[@class="result-description"]/text()
  649. categories : general
  650. shortcut : mg
  651. disabled : True
  652. about:
  653. website: https://metager.org/
  654. wikidata_id: Q1924645
  655. official_api_documentation:
  656. use_official_api: false
  657. require_api_key: false
  658. results: HTML
  659. - name : microsoft academic
  660. engine : microsoft_academic
  661. categories : science
  662. shortcut : ma
  663. - name : mixcloud
  664. engine : mixcloud
  665. shortcut : mc
  666. - name : npm
  667. engine : json_engine
  668. paging : True
  669. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  670. results_query : results
  671. url_query : package/links/npm
  672. title_query : package/name
  673. content_query : package/description
  674. page_size : 25
  675. categories : it
  676. disabled: True
  677. timeout: 5.0
  678. shortcut : npm
  679. about:
  680. website: https://npms.io/
  681. wikidata_id: Q7067518
  682. official_api_documentation: https://api-docs.npms.io/
  683. use_official_api: false
  684. require_api_key: false
  685. results: JSON
  686. # Requires Tor
  687. - name : not evil
  688. engine : not_evil
  689. shortcut : ne
  690. - name : nyaa
  691. engine : nyaa
  692. shortcut : nt
  693. disabled : True
  694. - name : acgsou
  695. engine : acgsou
  696. shortcut : acg
  697. disabled : True
  698. timeout: 5.0
  699. - name : openairedatasets
  700. engine : json_engine
  701. paging : True
  702. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  703. results_query : response/results/result
  704. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  705. title_query : metadata/oaf:entity/oaf:result/title/$
  706. content_query : metadata/oaf:entity/oaf:result/description/$
  707. categories : science
  708. shortcut : oad
  709. timeout: 5.0
  710. about:
  711. website: https://www.openaire.eu/
  712. wikidata_id: Q25106053
  713. official_api_documentation: https://api.openaire.eu/
  714. use_official_api: false
  715. require_api_key: false
  716. results: JSON
  717. - name : openairepublications
  718. engine : json_engine
  719. paging : True
  720. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  721. results_query : response/results/result
  722. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  723. title_query : metadata/oaf:entity/oaf:result/title/$
  724. content_query : metadata/oaf:entity/oaf:result/description/$
  725. categories : science
  726. shortcut : oap
  727. timeout: 5.0
  728. about:
  729. website: https://www.openaire.eu/
  730. wikidata_id: Q25106053
  731. official_api_documentation: https://api.openaire.eu/
  732. use_official_api: false
  733. require_api_key: false
  734. results: JSON
  735. # - name : opensemanticsearch
  736. # engine : opensemantic
  737. # shortcut : oss
  738. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  739. - name : openstreetmap
  740. engine : openstreetmap
  741. shortcut : osm
  742. - name : openrepos
  743. engine : xpath
  744. paging : True
  745. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  746. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  747. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  748. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  749. categories : files
  750. timeout : 4.0
  751. disabled : True
  752. shortcut : or
  753. about:
  754. website: https://openrepos.net/
  755. wikidata_id:
  756. official_api_documentation:
  757. use_official_api: false
  758. require_api_key: false
  759. results: HTML
  760. - name : pdbe
  761. engine : pdbe
  762. shortcut : pdb
  763. # Hide obsolete PDB entries.
  764. # Default is not to hide obsolete structures
  765. # hide_obsolete : False
  766. - name : photon
  767. engine : photon
  768. shortcut : ph
  769. - name : piratebay
  770. engine : piratebay
  771. shortcut : tpb
  772. # You may need to change this URL to a proxy if piratebay is blocked in your country
  773. url: https://thepiratebay.org/
  774. timeout : 3.0
  775. - name : pubmed
  776. engine : pubmed
  777. shortcut : pub
  778. categories: science
  779. timeout : 3.0
  780. - name : qwant
  781. engine : qwant
  782. shortcut : qw
  783. categories : general
  784. disabled : True
  785. additional_tests:
  786. rosebud: *test_rosebud
  787. - name : qwant images
  788. engine : qwant
  789. shortcut : qwi
  790. categories : images
  791. - name : qwant news
  792. engine : qwant
  793. shortcut : qwn
  794. categories : news
  795. # - name: library
  796. # engine: recoll
  797. # shortcut: lib
  798. # base_url: 'https://recoll.example.org/'
  799. # search_dir: ''
  800. # mount_prefix: /export
  801. # dl_prefix: 'https://download.example.org'
  802. # timeout: 30.0
  803. # categories: files
  804. # disabled: True
  805. # - name: recoll library reference
  806. # engine: recoll
  807. # base_url: 'https://recoll.example.org/'
  808. # search_dir: reference
  809. # mount_prefix: /export
  810. # dl_prefix: 'https://download.example.org'
  811. # shortcut: libr
  812. # timeout: 30.0
  813. # categories: files
  814. # disabled: True
  815. - name : reddit
  816. engine : reddit
  817. shortcut : re
  818. page_size : 25
  819. timeout : 10.0
  820. disabled : True
  821. # tmp suspended: bad certificate
  822. # - name : scanr structures
  823. # shortcut: scs
  824. # engine : scanr_structures
  825. # disabled : True
  826. - name: sepiasearch
  827. engine: sepiasearch
  828. shortcut: sep
  829. - name : soundcloud
  830. engine : soundcloud
  831. shortcut : sc
  832. - name : stackoverflow
  833. engine : stackoverflow
  834. shortcut : st
  835. - name : searchcode code
  836. engine : searchcode_code
  837. shortcut : scc
  838. disabled : True
  839. - name : framalibre
  840. engine : framalibre
  841. shortcut : frl
  842. disabled : True
  843. # - name : searx
  844. # engine : searx_engine
  845. # shortcut : se
  846. # instance_urls :
  847. # - http://127.0.0.1:8888/
  848. # - ...
  849. # disabled : True
  850. - name : semantic scholar
  851. engine : xpath
  852. paging : True
  853. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  854. results_xpath : //article
  855. url_xpath : .//div[@class="search-result-title"]/a/@href
  856. title_xpath : .//div[@class="search-result-title"]/a
  857. content_xpath : .//div[@class="search-result-abstract"]
  858. shortcut : se
  859. categories : science
  860. about:
  861. website: https://www.semanticscholar.org/
  862. wikidata_id: Q22908627
  863. official_api_documentation: https://api.semanticscholar.org/
  864. use_official_api: false
  865. require_api_key: false
  866. results: HTML
  867. # Spotify needs API credentials
  868. # - name : spotify
  869. # engine : spotify
  870. # shortcut : stf
  871. # api_client_id : *******
  872. # api_client_secret : *******
  873. - name : startpage
  874. engine : startpage
  875. shortcut : sp
  876. timeout : 6.0
  877. disabled : True
  878. additional_tests:
  879. rosebud: *test_rosebud
  880. - name : tokyotoshokan
  881. engine : tokyotoshokan
  882. shortcut : tt
  883. timeout : 6.0
  884. disabled : True
  885. - name : torrentz
  886. engine : torrentz
  887. shortcut : tor
  888. url: https://torrentz2.eu/
  889. timeout : 3.0
  890. # Requires Tor
  891. - name : torch
  892. engine : xpath
  893. paging : True
  894. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  895. results_xpath : //table//tr
  896. url_xpath : ./td[2]/a
  897. title_xpath : ./td[2]/b
  898. content_xpath : ./td[2]/small
  899. categories : onions
  900. shortcut : tch
  901. # maybe in a fun category
  902. # - name : uncyclopedia
  903. # engine : mediawiki
  904. # shortcut : unc
  905. # base_url : https://uncyclopedia.wikia.com/
  906. # number_of_results : 5
  907. # tmp suspended - too slow, too many errors
  908. # - name : urbandictionary
  909. # engine : xpath
  910. # search_url : http://www.urbandictionary.com/define.php?term={query}
  911. # url_xpath : //*[@class="word"]/@href
  912. # title_xpath : //*[@class="def-header"]
  913. # content_xpath : //*[@class="meaning"]
  914. # shortcut : ud
  915. - name : unsplash
  916. engine : unsplash
  917. disabled: True
  918. shortcut : us
  919. - name : yahoo
  920. engine : yahoo
  921. shortcut : yh
  922. disabled : True
  923. - name : yandex
  924. engine : yandex
  925. shortcut : yn
  926. disabled : True
  927. - name : yahoo news
  928. engine : yahoo_news
  929. shortcut : yhn
  930. - name : youtube
  931. shortcut : yt
  932. # You can use the engine using the official stable API, but you need an API key
  933. # See : https://console.developers.google.com/project
  934. # engine : youtube_api
  935. # api_key: 'apikey' # required!
  936. # Or you can use the html non-stable engine, activated by default
  937. engine : youtube_noapi
  938. # tmp suspended: Cloudflare CAPTCHA
  939. #- name : yggtorrent
  940. # engine : yggtorrent
  941. # shortcut : ygg
  942. # url: https://www2.yggtorrent.si/
  943. # disabled : True
  944. # timeout : 4.0
  945. - name : dailymotion
  946. engine : dailymotion
  947. shortcut : dm
  948. - name : vimeo
  949. engine : vimeo
  950. shortcut : vm
  951. - name : wiby
  952. engine : json_engine
  953. search_url : https://wiby.me/json/?q={query}
  954. url_query : URL
  955. title_query : Title
  956. content_query : Snippet
  957. categories : general
  958. shortcut : wib
  959. disabled : True
  960. - name : wikibooks
  961. engine : mediawiki
  962. shortcut : wb
  963. categories : general
  964. base_url : "https://{language}.wikibooks.org/"
  965. number_of_results : 5
  966. search_type : text
  967. disabled : True
  968. about:
  969. website: https://www.wikibooks.org/
  970. wikidata_id: Q367
  971. - name : wikinews
  972. engine : mediawiki
  973. shortcut : wn
  974. categories : news
  975. base_url : "https://{language}.wikinews.org/"
  976. number_of_results : 5
  977. search_type : text
  978. disabled : True
  979. about:
  980. website: https://www.wikinews.org/
  981. wikidata_id: Q964
  982. - name : wikiquote
  983. engine : mediawiki
  984. shortcut : wq
  985. categories : general
  986. base_url : "https://{language}.wikiquote.org/"
  987. number_of_results : 5
  988. search_type : text
  989. disabled : True
  990. additional_tests:
  991. rosebud: *test_rosebud
  992. about:
  993. website: https://www.wikiquote.org/
  994. wikidata_id: Q369
  995. - name : wikisource
  996. engine : mediawiki
  997. shortcut : ws
  998. categories : general
  999. base_url : "https://{language}.wikisource.org/"
  1000. number_of_results : 5
  1001. search_type : text
  1002. disabled : True
  1003. about:
  1004. website: https://www.wikisource.org/
  1005. wikidata_id: Q263
  1006. - name : wiktionary
  1007. engine : mediawiki
  1008. shortcut : wt
  1009. categories : general
  1010. base_url : "https://{language}.wiktionary.org/"
  1011. number_of_results : 5
  1012. search_type : text
  1013. disabled : True
  1014. about:
  1015. website: https://www.wiktionary.org/
  1016. wikidata_id: Q151
  1017. - name : wikiversity
  1018. engine : mediawiki
  1019. shortcut : wv
  1020. categories : general
  1021. base_url : "https://{language}.wikiversity.org/"
  1022. number_of_results : 5
  1023. search_type : text
  1024. disabled : True
  1025. about:
  1026. website: https://www.wikiversity.org/
  1027. wikidata_id: Q370
  1028. - name : wikivoyage
  1029. engine : mediawiki
  1030. shortcut : wy
  1031. categories : general
  1032. base_url : "https://{language}.wikivoyage.org/"
  1033. number_of_results : 5
  1034. search_type : text
  1035. disabled : True
  1036. about:
  1037. website: https://www.wikivoyage.org/
  1038. wikidata_id: Q373
  1039. - name : wolframalpha
  1040. shortcut : wa
  1041. # You can use the engine using the official stable API, but you need an API key
  1042. # See : http://products.wolframalpha.com/api/
  1043. # engine : wolframalpha_api
  1044. # api_key: '' # required!
  1045. engine : wolframalpha_noapi
  1046. timeout: 6.0
  1047. categories : science
  1048. - name : dictzone
  1049. engine : dictzone
  1050. shortcut : dc
  1051. - name : mymemory translated
  1052. engine : translated
  1053. shortcut : tl
  1054. timeout : 5.0
  1055. disabled : True
  1056. # You can use without an API key, but you are limited to 1000 words/day
  1057. # See : http://mymemory.translated.net/doc/usagelimits.php
  1058. # api_key : ''
  1059. - name : 1337x
  1060. engine : 1337x
  1061. shortcut : 1337x
  1062. disabled : True
  1063. - name : duden
  1064. engine : duden
  1065. shortcut : du
  1066. disabled : True
  1067. - name : seznam
  1068. shortcut: szn
  1069. engine: xpath
  1070. paging : True
  1071. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  1072. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  1073. url_xpath : ./h3/a/@href
  1074. title_xpath : ./h3
  1075. content_xpath : .//p[@class="Result-description"]
  1076. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  1077. first_page_num : 0
  1078. page_size : 10
  1079. disabled : True
  1080. about:
  1081. website: https://www.seznam.cz/
  1082. wikidata_id: Q3490485
  1083. official_api_documentation: https://api.sklik.cz/
  1084. use_official_api: false
  1085. require_api_key: false
  1086. results: HTML
  1087. - name : mojeek
  1088. shortcut: mjk
  1089. engine: xpath
  1090. paging : True
  1091. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1092. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1093. url_xpath : ./h2/a/@href
  1094. title_xpath : ./h2
  1095. content_xpath : ./p[@class="s"]
  1096. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1097. first_page_num : 0
  1098. page_size : 10
  1099. disabled : True
  1100. about:
  1101. website: https://www.mojeek.com/
  1102. wikidata_id: Q60747299
  1103. official_api_documentation: https://www.mojeek.com/services/api.html/
  1104. use_official_api: false
  1105. require_api_key: false
  1106. results: HTML
  1107. - name : naver
  1108. shortcut: nvr
  1109. engine: xpath
  1110. paging : True
  1111. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1112. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  1113. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  1114. title_xpath : ./dl/dt/a[@class="title_link"]
  1115. content_xpath : ./dl/dd[@class="sh_web_passage"]
  1116. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  1117. first_page_num : 1
  1118. page_size : 10
  1119. disabled : True
  1120. about:
  1121. website: https://www.naver.com/
  1122. wikidata_id: Q485639
  1123. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1124. use_official_api: false
  1125. require_api_key: false
  1126. results: HTML
  1127. - name : rubygems
  1128. shortcut: rbg
  1129. engine: xpath
  1130. paging : True
  1131. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1132. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1133. url_xpath : ./@href
  1134. title_xpath : ./span/h2
  1135. content_xpath : ./span/p
  1136. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1137. first_page_num : 1
  1138. categories: it
  1139. disabled : True
  1140. about:
  1141. website: https://rubygems.org/
  1142. wikidata_id: Q1853420
  1143. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1144. use_official_api: false
  1145. require_api_key: false
  1146. results: HTML
  1147. - name : peertube
  1148. engine: peertube
  1149. shortcut: ptb
  1150. paging : True
  1151. base_url : https://peer.tube/
  1152. categories: videos
  1153. disabled : True
  1154. # - name : yacy
  1155. # engine : yacy
  1156. # shortcut : ya
  1157. # base_url : 'http://localhost:8090'
  1158. # number_of_results : 5
  1159. # timeout : 3.0
  1160. # Doku engine lets you access to any Doku wiki instance:
  1161. # A public one or a privete/corporate one.
  1162. # - name : ubuntuwiki
  1163. # engine : doku
  1164. # shortcut : uw
  1165. # base_url : 'http://doc.ubuntu-fr.org'
  1166. # Be careful when enabling this engine if you are
  1167. # running a public instance. Do not expose any sensitive
  1168. # information. You can restrict access by configuring a list
  1169. # of access tokens under tokens.
  1170. # - name: git grep
  1171. # engine: command
  1172. # command: ['git', 'grep', '{{QUERY}}']
  1173. # shortcut: gg
  1174. # tokens: []
  1175. # disabled: True
  1176. # delimiter:
  1177. # chars: ':'
  1178. # keys: ['filepath', 'code']
  1179. # Be careful when enabling this engine if you are
  1180. # running a public instance. Do not expose any sensitive
  1181. # information. You can restrict access by configuring a list
  1182. # of access tokens under tokens.
  1183. # - name: locate
  1184. # engine: command
  1185. # command: ['locate', '{{QUERY}}']
  1186. # shortcut: loc
  1187. # tokens: []
  1188. # disabled: True
  1189. # delimiter:
  1190. # chars: ' '
  1191. # keys: ['line']
  1192. # Be careful when enabling this engine if you are
  1193. # running a public instance. Do not expose any sensitive
  1194. # information. You can restrict access by configuring a list
  1195. # of access tokens under tokens.
  1196. # - name: find
  1197. # engine: command
  1198. # command: ['find', '.', '-name', '{{QUERY}}']
  1199. # query_type: path
  1200. # shortcut: fnd
  1201. # tokens: []
  1202. # disabled: True
  1203. # delimiter:
  1204. # chars: ' '
  1205. # keys: ['line']
  1206. # Be careful when enabling this engine if you are
  1207. # running a public instance. Do not expose any sensitive
  1208. # information. You can restrict access by configuring a list
  1209. # of access tokens under tokens.
  1210. # - name: pattern search in files
  1211. # engine: command
  1212. # command: ['fgrep', '{{QUERY}}']
  1213. # shortcut: fgr
  1214. # tokens: []
  1215. # disabled: True
  1216. # delimiter:
  1217. # chars: ' '
  1218. # keys: ['line']
  1219. # Be careful when enabling this engine if you are
  1220. # running a public instance. Do not expose any sensitive
  1221. # information. You can restrict access by configuring a list
  1222. # of access tokens under tokens.
  1223. # - name: regex search in files
  1224. # engine: command
  1225. # command: ['grep', '{{QUERY}}']
  1226. # shortcut: gr
  1227. # tokens: []
  1228. # disabled: True
  1229. # delimiter:
  1230. # chars: ' '
  1231. # keys: ['line']
  1232. locales:
  1233. en : English
  1234. ar : العَرَبِيَّة (Arabic)
  1235. bg : Български (Bulgarian)
  1236. bo : བོད་སྐད་ (Tibetian)
  1237. ca : Català (Catalan)
  1238. cs : Čeština (Czech)
  1239. cy : Cymraeg (Welsh)
  1240. da : Dansk (Danish)
  1241. de : Deutsch (German)
  1242. el_GR : Ελληνικά (Greek_Greece)
  1243. eo : Esperanto (Esperanto)
  1244. es : Español (Spanish)
  1245. et : Eesti (Estonian)
  1246. eu : Euskara (Basque)
  1247. fa_IR : (fārsī) فارسى (Persian)
  1248. fi : Suomi (Finnish)
  1249. fil : Wikang Filipino (Filipino)
  1250. fr : Français (French)
  1251. gl : Galego (Galician)
  1252. he : עברית (Hebrew)
  1253. hr : Hrvatski (Croatian)
  1254. hu : Magyar (Hungarian)
  1255. ia : Interlingua (Interlingua)
  1256. it : Italiano (Italian)
  1257. ja : 日本語 (Japanese)
  1258. lt : Lietuvių (Lithuanian)
  1259. nl : Nederlands (Dutch)
  1260. nl_BE : Vlaams (Dutch_Belgium)
  1261. oc : Lenga D'òc (Occitan)
  1262. pl : Polski (Polish)
  1263. pt : Português (Portuguese)
  1264. pt_BR : Português (Portuguese_Brazil)
  1265. ro : Română (Romanian)
  1266. ru : Русский (Russian)
  1267. sk : Slovenčina (Slovak)
  1268. sl : Slovenski (Slovene)
  1269. sr : српски (Serbian)
  1270. sv : Svenska (Swedish)
  1271. te : తెలుగు (telugu)
  1272. ta : தமிழ் (Tamil)
  1273. tr : Türkçe (Turkish)
  1274. uk : українська мова (Ukrainian)
  1275. vi : tiếng việt (Vietnamese)
  1276. zh : 中文 (Chinese)
  1277. zh_TW : 國語 (Taiwanese Mandarin)
  1278. doi_resolvers :
  1279. oadoi.org : 'https://oadoi.org/'
  1280. doi.org : 'https://doi.org/'
  1281. doai.io : 'https://dissem.in/'
  1282. sci-hub.tw : 'https://sci-hub.tw/'
  1283. default_doi_resolver : 'sci-hub.tw'