settings.yml 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420
  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 : library of congress
  629. engine : loc
  630. shortcut : loc
  631. categories : images
  632. - name : lobste.rs
  633. engine : xpath
  634. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  635. results_xpath : //li[contains(@class, "story")]
  636. url_xpath : .//a[@class="u-url"]/@href
  637. title_xpath : .//a[@class="u-url"]
  638. content_xpath : .//a[@class="domain"]
  639. categories : it
  640. shortcut : lo
  641. timeout : 3.0
  642. disabled: True
  643. about:
  644. website: https://lobste.rs/
  645. wikidata_id: Q60762874
  646. official_api_documentation:
  647. use_official_api: false
  648. require_api_key: false
  649. results: HTML
  650. - name : microsoft academic
  651. engine : microsoft_academic
  652. categories : science
  653. shortcut : ma
  654. - name : mixcloud
  655. engine : mixcloud
  656. shortcut : mc
  657. - name : npm
  658. engine : json_engine
  659. paging : True
  660. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  661. results_query : results
  662. url_query : package/links/npm
  663. title_query : package/name
  664. content_query : package/description
  665. page_size : 25
  666. categories : it
  667. disabled: True
  668. timeout: 5.0
  669. shortcut : npm
  670. about:
  671. website: https://npms.io/
  672. wikidata_id: Q7067518
  673. official_api_documentation: https://api-docs.npms.io/
  674. use_official_api: false
  675. require_api_key: false
  676. results: JSON
  677. # Requires Tor
  678. - name : not evil
  679. engine : not_evil
  680. shortcut : ne
  681. - name : nyaa
  682. engine : nyaa
  683. shortcut : nt
  684. disabled : True
  685. - name : acgsou
  686. engine : acgsou
  687. shortcut : acg
  688. disabled : True
  689. timeout: 5.0
  690. - name : openairedatasets
  691. engine : json_engine
  692. paging : True
  693. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  694. results_query : response/results/result
  695. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  696. title_query : metadata/oaf:entity/oaf:result/title/$
  697. content_query : metadata/oaf:entity/oaf:result/description/$
  698. categories : science
  699. shortcut : oad
  700. timeout: 5.0
  701. about:
  702. website: https://www.openaire.eu/
  703. wikidata_id: Q25106053
  704. official_api_documentation: https://api.openaire.eu/
  705. use_official_api: false
  706. require_api_key: false
  707. results: JSON
  708. - name : openairepublications
  709. engine : json_engine
  710. paging : True
  711. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  712. results_query : response/results/result
  713. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  714. title_query : metadata/oaf:entity/oaf:result/title/$
  715. content_query : metadata/oaf:entity/oaf:result/description/$
  716. categories : science
  717. shortcut : oap
  718. timeout: 5.0
  719. about:
  720. website: https://www.openaire.eu/
  721. wikidata_id: Q25106053
  722. official_api_documentation: https://api.openaire.eu/
  723. use_official_api: false
  724. require_api_key: false
  725. results: JSON
  726. # - name : opensemanticsearch
  727. # engine : opensemantic
  728. # shortcut : oss
  729. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  730. - name : openstreetmap
  731. engine : openstreetmap
  732. shortcut : osm
  733. - name : openrepos
  734. engine : xpath
  735. paging : True
  736. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  737. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  738. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  739. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  740. categories : files
  741. timeout : 4.0
  742. disabled : True
  743. shortcut : or
  744. about:
  745. website: https://openrepos.net/
  746. wikidata_id:
  747. official_api_documentation:
  748. use_official_api: false
  749. require_api_key: false
  750. results: HTML
  751. - name : pdbe
  752. engine : pdbe
  753. shortcut : pdb
  754. # Hide obsolete PDB entries.
  755. # Default is not to hide obsolete structures
  756. # hide_obsolete : False
  757. - name : photon
  758. engine : photon
  759. shortcut : ph
  760. - name : piratebay
  761. engine : piratebay
  762. shortcut : tpb
  763. # You may need to change this URL to a proxy if piratebay is blocked in your country
  764. url: https://thepiratebay.org/
  765. timeout : 3.0
  766. - name : pubmed
  767. engine : pubmed
  768. shortcut : pub
  769. categories: science
  770. timeout : 3.0
  771. - name : qwant
  772. engine : qwant
  773. shortcut : qw
  774. categories : general
  775. disabled : True
  776. additional_tests:
  777. rosebud: *test_rosebud
  778. - name : qwant images
  779. engine : qwant
  780. shortcut : qwi
  781. categories : images
  782. - name : qwant news
  783. engine : qwant
  784. shortcut : qwn
  785. categories : news
  786. # - name: library
  787. # engine: recoll
  788. # shortcut: lib
  789. # base_url: 'https://recoll.example.org/'
  790. # search_dir: ''
  791. # mount_prefix: /export
  792. # dl_prefix: 'https://download.example.org'
  793. # timeout: 30.0
  794. # categories: files
  795. # disabled: True
  796. # - name: recoll library reference
  797. # engine: recoll
  798. # base_url: 'https://recoll.example.org/'
  799. # search_dir: reference
  800. # mount_prefix: /export
  801. # dl_prefix: 'https://download.example.org'
  802. # shortcut: libr
  803. # timeout: 30.0
  804. # categories: files
  805. # disabled: True
  806. - name : reddit
  807. engine : reddit
  808. shortcut : re
  809. page_size : 25
  810. timeout : 10.0
  811. disabled : True
  812. # tmp suspended: bad certificate
  813. # - name : scanr structures
  814. # shortcut: scs
  815. # engine : scanr_structures
  816. # disabled : True
  817. - name: sepiasearch
  818. engine: sepiasearch
  819. shortcut: sep
  820. - name : soundcloud
  821. engine : soundcloud
  822. shortcut : sc
  823. - name : stackoverflow
  824. engine : stackoverflow
  825. shortcut : st
  826. - name : searchcode code
  827. engine : searchcode_code
  828. shortcut : scc
  829. disabled : True
  830. - name : framalibre
  831. engine : framalibre
  832. shortcut : frl
  833. disabled : True
  834. # - name : searx
  835. # engine : searx_engine
  836. # shortcut : se
  837. # instance_urls :
  838. # - http://127.0.0.1:8888/
  839. # - ...
  840. # disabled : True
  841. - name : semantic scholar
  842. engine : xpath
  843. paging : True
  844. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  845. results_xpath : //article
  846. url_xpath : .//div[@class="search-result-title"]/a/@href
  847. title_xpath : .//div[@class="search-result-title"]/a
  848. content_xpath : .//div[@class="search-result-abstract"]
  849. shortcut : se
  850. categories : science
  851. about:
  852. website: https://www.semanticscholar.org/
  853. wikidata_id: Q22908627
  854. official_api_documentation: https://api.semanticscholar.org/
  855. use_official_api: false
  856. require_api_key: false
  857. results: HTML
  858. # Spotify needs API credentials
  859. # - name : spotify
  860. # engine : spotify
  861. # shortcut : stf
  862. # api_client_id : *******
  863. # api_client_secret : *******
  864. - name : startpage
  865. engine : startpage
  866. shortcut : sp
  867. timeout : 6.0
  868. disabled : True
  869. additional_tests:
  870. rosebud: *test_rosebud
  871. - name : tokyotoshokan
  872. engine : tokyotoshokan
  873. shortcut : tt
  874. timeout : 6.0
  875. disabled : True
  876. - name : torrentz
  877. engine : torrentz
  878. shortcut : tor
  879. url: https://torrentz2.eu/
  880. timeout : 3.0
  881. # Requires Tor
  882. - name : torch
  883. engine : xpath
  884. paging : True
  885. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  886. results_xpath : //table//tr
  887. url_xpath : ./td[2]/a
  888. title_xpath : ./td[2]/b
  889. content_xpath : ./td[2]/small
  890. categories : onions
  891. shortcut : tch
  892. # maybe in a fun category
  893. # - name : uncyclopedia
  894. # engine : mediawiki
  895. # shortcut : unc
  896. # base_url : https://uncyclopedia.wikia.com/
  897. # number_of_results : 5
  898. # tmp suspended - too slow, too many errors
  899. # - name : urbandictionary
  900. # engine : xpath
  901. # search_url : http://www.urbandictionary.com/define.php?term={query}
  902. # url_xpath : //*[@class="word"]/@href
  903. # title_xpath : //*[@class="def-header"]
  904. # content_xpath : //*[@class="meaning"]
  905. # shortcut : ud
  906. - name : unsplash
  907. engine : unsplash
  908. disabled: True
  909. shortcut : us
  910. - name : yahoo
  911. engine : yahoo
  912. shortcut : yh
  913. disabled : True
  914. - name : yandex
  915. engine : yandex
  916. shortcut : yn
  917. disabled : True
  918. - name : yahoo news
  919. engine : yahoo_news
  920. shortcut : yhn
  921. - name : youtube
  922. shortcut : yt
  923. # You can use the engine using the official stable API, but you need an API key
  924. # See : https://console.developers.google.com/project
  925. # engine : youtube_api
  926. # api_key: 'apikey' # required!
  927. # Or you can use the html non-stable engine, activated by default
  928. engine : youtube_noapi
  929. # tmp suspended: Cloudflare CAPTCHA
  930. #- name : yggtorrent
  931. # engine : yggtorrent
  932. # shortcut : ygg
  933. # url: https://www2.yggtorrent.si/
  934. # disabled : True
  935. # timeout : 4.0
  936. - name : dailymotion
  937. engine : dailymotion
  938. shortcut : dm
  939. - name : vimeo
  940. engine : vimeo
  941. shortcut : vm
  942. - name : wiby
  943. engine : json_engine
  944. search_url : https://wiby.me/json/?q={query}
  945. url_query : URL
  946. title_query : Title
  947. content_query : Snippet
  948. categories : general
  949. shortcut : wib
  950. disabled : True
  951. - name : wikibooks
  952. engine : mediawiki
  953. shortcut : wb
  954. categories : general
  955. base_url : "https://{language}.wikibooks.org/"
  956. number_of_results : 5
  957. search_type : text
  958. disabled : True
  959. about:
  960. website: https://www.wikibooks.org/
  961. wikidata_id: Q367
  962. - name : wikinews
  963. engine : mediawiki
  964. shortcut : wn
  965. categories : news
  966. base_url : "https://{language}.wikinews.org/"
  967. number_of_results : 5
  968. search_type : text
  969. disabled : True
  970. about:
  971. website: https://www.wikinews.org/
  972. wikidata_id: Q964
  973. - name : wikiquote
  974. engine : mediawiki
  975. shortcut : wq
  976. categories : general
  977. base_url : "https://{language}.wikiquote.org/"
  978. number_of_results : 5
  979. search_type : text
  980. disabled : True
  981. additional_tests:
  982. rosebud: *test_rosebud
  983. about:
  984. website: https://www.wikiquote.org/
  985. wikidata_id: Q369
  986. - name : wikisource
  987. engine : mediawiki
  988. shortcut : ws
  989. categories : general
  990. base_url : "https://{language}.wikisource.org/"
  991. number_of_results : 5
  992. search_type : text
  993. disabled : True
  994. about:
  995. website: https://www.wikisource.org/
  996. wikidata_id: Q263
  997. - name : wiktionary
  998. engine : mediawiki
  999. shortcut : wt
  1000. categories : general
  1001. base_url : "https://{language}.wiktionary.org/"
  1002. number_of_results : 5
  1003. search_type : text
  1004. disabled : True
  1005. about:
  1006. website: https://www.wiktionary.org/
  1007. wikidata_id: Q151
  1008. - name : wikiversity
  1009. engine : mediawiki
  1010. shortcut : wv
  1011. categories : general
  1012. base_url : "https://{language}.wikiversity.org/"
  1013. number_of_results : 5
  1014. search_type : text
  1015. disabled : True
  1016. about:
  1017. website: https://www.wikiversity.org/
  1018. wikidata_id: Q370
  1019. - name : wikivoyage
  1020. engine : mediawiki
  1021. shortcut : wy
  1022. categories : general
  1023. base_url : "https://{language}.wikivoyage.org/"
  1024. number_of_results : 5
  1025. search_type : text
  1026. disabled : True
  1027. about:
  1028. website: https://www.wikivoyage.org/
  1029. wikidata_id: Q373
  1030. - name : wolframalpha
  1031. shortcut : wa
  1032. # You can use the engine using the official stable API, but you need an API key
  1033. # See : http://products.wolframalpha.com/api/
  1034. # engine : wolframalpha_api
  1035. # api_key: '' # required!
  1036. engine : wolframalpha_noapi
  1037. timeout: 6.0
  1038. categories : science
  1039. - name : dictzone
  1040. engine : dictzone
  1041. shortcut : dc
  1042. - name : mymemory translated
  1043. engine : translated
  1044. shortcut : tl
  1045. timeout : 5.0
  1046. disabled : True
  1047. # You can use without an API key, but you are limited to 1000 words/day
  1048. # See : http://mymemory.translated.net/doc/usagelimits.php
  1049. # api_key : ''
  1050. - name : 1337x
  1051. engine : 1337x
  1052. shortcut : 1337x
  1053. disabled : True
  1054. - name : duden
  1055. engine : duden
  1056. shortcut : du
  1057. disabled : True
  1058. - name : seznam
  1059. shortcut: szn
  1060. engine: xpath
  1061. paging : True
  1062. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  1063. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  1064. url_xpath : ./h3/a/@href
  1065. title_xpath : ./h3
  1066. content_xpath : .//p[@class="Result-description"]
  1067. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  1068. first_page_num : 0
  1069. page_size : 10
  1070. disabled : True
  1071. about:
  1072. website: https://www.seznam.cz/
  1073. wikidata_id: Q3490485
  1074. official_api_documentation: https://api.sklik.cz/
  1075. use_official_api: false
  1076. require_api_key: false
  1077. results: HTML
  1078. - name : mojeek
  1079. shortcut: mjk
  1080. engine: xpath
  1081. paging : True
  1082. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1083. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1084. url_xpath : ./h2/a/@href
  1085. title_xpath : ./h2
  1086. content_xpath : ./p[@class="s"]
  1087. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1088. first_page_num : 0
  1089. page_size : 10
  1090. disabled : True
  1091. about:
  1092. website: https://www.mojeek.com/
  1093. wikidata_id: Q60747299
  1094. official_api_documentation: https://www.mojeek.com/services/api.html/
  1095. use_official_api: false
  1096. require_api_key: false
  1097. results: HTML
  1098. - name : naver
  1099. shortcut: nvr
  1100. engine: xpath
  1101. paging : True
  1102. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1103. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  1104. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  1105. title_xpath : ./dl/dt/a[@class="title_link"]
  1106. content_xpath : ./dl/dd[@class="sh_web_passage"]
  1107. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  1108. first_page_num : 1
  1109. page_size : 10
  1110. disabled : True
  1111. about:
  1112. website: https://www.naver.com/
  1113. wikidata_id: Q485639
  1114. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1115. use_official_api: false
  1116. require_api_key: false
  1117. results: HTML
  1118. - name : rubygems
  1119. shortcut: rbg
  1120. engine: xpath
  1121. paging : True
  1122. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1123. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1124. url_xpath : ./@href
  1125. title_xpath : ./span/h2
  1126. content_xpath : ./span/p
  1127. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1128. first_page_num : 1
  1129. categories: it
  1130. disabled : True
  1131. about:
  1132. website: https://rubygems.org/
  1133. wikidata_id: Q1853420
  1134. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1135. use_official_api: false
  1136. require_api_key: false
  1137. results: HTML
  1138. - name : peertube
  1139. engine: peertube
  1140. shortcut: ptb
  1141. paging : True
  1142. base_url : https://peer.tube/
  1143. categories: videos
  1144. disabled : True
  1145. # - name : yacy
  1146. # engine : yacy
  1147. # shortcut : ya
  1148. # base_url : 'http://localhost:8090'
  1149. # number_of_results : 5
  1150. # timeout : 3.0
  1151. # Doku engine lets you access to any Doku wiki instance:
  1152. # A public one or a privete/corporate one.
  1153. # - name : ubuntuwiki
  1154. # engine : doku
  1155. # shortcut : uw
  1156. # base_url : 'http://doc.ubuntu-fr.org'
  1157. # Be careful when enabling this engine if you are
  1158. # running a public instance. Do not expose any sensitive
  1159. # information. You can restrict access by configuring a list
  1160. # of access tokens under tokens.
  1161. # - name: git grep
  1162. # engine: command
  1163. # command: ['git', 'grep', '{{QUERY}}']
  1164. # shortcut: gg
  1165. # tokens: []
  1166. # disabled: True
  1167. # delimiter:
  1168. # chars: ':'
  1169. # keys: ['filepath', 'code']
  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: locate
  1175. # engine: command
  1176. # command: ['locate', '{{QUERY}}']
  1177. # shortcut: loc
  1178. # tokens: []
  1179. # disabled: True
  1180. # delimiter:
  1181. # chars: ' '
  1182. # keys: ['line']
  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: find
  1188. # engine: command
  1189. # command: ['find', '.', '-name', '{{QUERY}}']
  1190. # query_type: path
  1191. # shortcut: fnd
  1192. # tokens: []
  1193. # disabled: True
  1194. # delimiter:
  1195. # chars: ' '
  1196. # keys: ['line']
  1197. # Be careful when enabling this engine if you are
  1198. # running a public instance. Do not expose any sensitive
  1199. # information. You can restrict access by configuring a list
  1200. # of access tokens under tokens.
  1201. # - name: pattern search in files
  1202. # engine: command
  1203. # command: ['fgrep', '{{QUERY}}']
  1204. # shortcut: fgr
  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: regex search in files
  1215. # engine: command
  1216. # command: ['grep', '{{QUERY}}']
  1217. # shortcut: gr
  1218. # tokens: []
  1219. # disabled: True
  1220. # delimiter:
  1221. # chars: ' '
  1222. # keys: ['line']
  1223. locales:
  1224. en : English
  1225. ar : العَرَبِيَّة (Arabic)
  1226. bg : Български (Bulgarian)
  1227. bo : བོད་སྐད་ (Tibetian)
  1228. ca : Català (Catalan)
  1229. cs : Čeština (Czech)
  1230. cy : Cymraeg (Welsh)
  1231. da : Dansk (Danish)
  1232. de : Deutsch (German)
  1233. el_GR : Ελληνικά (Greek_Greece)
  1234. eo : Esperanto (Esperanto)
  1235. es : Español (Spanish)
  1236. et : Eesti (Estonian)
  1237. eu : Euskara (Basque)
  1238. fa_IR : (fārsī) فارسى (Persian)
  1239. fi : Suomi (Finnish)
  1240. fil : Wikang Filipino (Filipino)
  1241. fr : Français (French)
  1242. gl : Galego (Galician)
  1243. he : עברית (Hebrew)
  1244. hr : Hrvatski (Croatian)
  1245. hu : Magyar (Hungarian)
  1246. ia : Interlingua (Interlingua)
  1247. it : Italiano (Italian)
  1248. ja : 日本語 (Japanese)
  1249. lt : Lietuvių (Lithuanian)
  1250. nl : Nederlands (Dutch)
  1251. nl_BE : Vlaams (Dutch_Belgium)
  1252. oc : Lenga D'òc (Occitan)
  1253. pl : Polski (Polish)
  1254. pt : Português (Portuguese)
  1255. pt_BR : Português (Portuguese_Brazil)
  1256. ro : Română (Romanian)
  1257. ru : Русский (Russian)
  1258. sk : Slovenčina (Slovak)
  1259. sl : Slovenski (Slovene)
  1260. sr : српски (Serbian)
  1261. sv : Svenska (Swedish)
  1262. te : తెలుగు (telugu)
  1263. ta : தமிழ் (Tamil)
  1264. tr : Türkçe (Turkish)
  1265. uk : українська мова (Ukrainian)
  1266. vi : tiếng việt (Vietnamese)
  1267. zh : 中文 (Chinese)
  1268. zh_TW : 國語 (Taiwanese Mandarin)
  1269. doi_resolvers :
  1270. oadoi.org : 'https://oadoi.org/'
  1271. doi.org : 'https://doi.org/'
  1272. doai.io : 'https://dissem.in/'
  1273. sci-hub.tw : 'https://sci-hub.tw/'
  1274. default_doi_resolver : 'sci-hub.tw'