settings.yml 39 KB

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