settings.yml 38 KB

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