settings.yml 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386
  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 : wikibooks
  926. engine : mediawiki
  927. shortcut : wb
  928. categories : general
  929. base_url : "https://{language}.wikibooks.org/"
  930. number_of_results : 5
  931. search_type : text
  932. disabled : True
  933. about:
  934. website: https://www.wikibooks.org/
  935. wikidata_id: Q367
  936. - name : wikinews
  937. engine : mediawiki
  938. shortcut : wn
  939. categories : news
  940. base_url : "https://{language}.wikinews.org/"
  941. number_of_results : 5
  942. search_type : text
  943. disabled : True
  944. about:
  945. website: https://www.wikinews.org/
  946. wikidata_id: Q964
  947. - name : wikiquote
  948. engine : mediawiki
  949. shortcut : wq
  950. categories : general
  951. base_url : "https://{language}.wikiquote.org/"
  952. number_of_results : 5
  953. search_type : text
  954. disabled : True
  955. additional_tests:
  956. rosebud: *test_rosebud
  957. about:
  958. website: https://www.wikiquote.org/
  959. wikidata_id: Q369
  960. - name : wikisource
  961. engine : mediawiki
  962. shortcut : ws
  963. categories : general
  964. base_url : "https://{language}.wikisource.org/"
  965. number_of_results : 5
  966. search_type : text
  967. disabled : True
  968. about:
  969. website: https://www.wikisource.org/
  970. wikidata_id: Q263
  971. - name : wiktionary
  972. engine : mediawiki
  973. shortcut : wt
  974. categories : general
  975. base_url : "https://{language}.wiktionary.org/"
  976. number_of_results : 5
  977. search_type : text
  978. disabled : True
  979. about:
  980. website: https://www.wiktionary.org/
  981. wikidata_id: Q151
  982. - name : wikiversity
  983. engine : mediawiki
  984. shortcut : wv
  985. categories : general
  986. base_url : "https://{language}.wikiversity.org/"
  987. number_of_results : 5
  988. search_type : text
  989. disabled : True
  990. about:
  991. website: https://www.wikiversity.org/
  992. wikidata_id: Q370
  993. - name : wikivoyage
  994. engine : mediawiki
  995. shortcut : wy
  996. categories : general
  997. base_url : "https://{language}.wikivoyage.org/"
  998. number_of_results : 5
  999. search_type : text
  1000. disabled : True
  1001. about:
  1002. website: https://www.wikivoyage.org/
  1003. wikidata_id: Q373
  1004. - name : wolframalpha
  1005. shortcut : wa
  1006. # You can use the engine using the official stable API, but you need an API key
  1007. # See : http://products.wolframalpha.com/api/
  1008. # engine : wolframalpha_api
  1009. # api_key: '' # required!
  1010. engine : wolframalpha_noapi
  1011. timeout: 6.0
  1012. categories : science
  1013. - name : dictzone
  1014. engine : dictzone
  1015. shortcut : dc
  1016. - name : mymemory translated
  1017. engine : translated
  1018. shortcut : tl
  1019. timeout : 5.0
  1020. disabled : True
  1021. # You can use without an API key, but you are limited to 1000 words/day
  1022. # See : http://mymemory.translated.net/doc/usagelimits.php
  1023. # api_key : ''
  1024. - name : 1337x
  1025. engine : 1337x
  1026. shortcut : 1337x
  1027. disabled : True
  1028. - name : duden
  1029. engine : duden
  1030. shortcut : du
  1031. disabled : True
  1032. - name : seznam
  1033. shortcut: szn
  1034. engine: xpath
  1035. paging : True
  1036. search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
  1037. results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
  1038. url_xpath : ./h3/a/@href
  1039. title_xpath : ./h3
  1040. content_xpath : .//p[@class="Result-description"]
  1041. suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
  1042. first_page_num : 0
  1043. page_size : 10
  1044. disabled : True
  1045. about:
  1046. website: https://www.seznam.cz/
  1047. wikidata_id: Q3490485
  1048. official_api_documentation: https://api.sklik.cz/
  1049. use_official_api: false
  1050. require_api_key: false
  1051. results: HTML
  1052. - name : mojeek
  1053. shortcut: mjk
  1054. engine: xpath
  1055. paging : True
  1056. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1057. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1058. url_xpath : ./h2/a/@href
  1059. title_xpath : ./h2
  1060. content_xpath : ./p[@class="s"]
  1061. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1062. first_page_num : 0
  1063. page_size : 10
  1064. disabled : True
  1065. about:
  1066. website: https://www.mojeek.com/
  1067. wikidata_id: Q60747299
  1068. official_api_documentation: https://www.mojeek.com/services/api.html/
  1069. use_official_api: false
  1070. require_api_key: false
  1071. results: HTML
  1072. - name : naver
  1073. shortcut: nvr
  1074. engine: xpath
  1075. paging : True
  1076. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1077. results_xpath: /html/body//ul[@id="elThumbnailResultArea"]/li
  1078. url_xpath : ./dl/dt/a[@class="title_link"]/@href
  1079. title_xpath : ./dl/dt/a[@class="title_link"]
  1080. content_xpath : ./dl/dd[@class="sh_web_passage"]
  1081. suggestion_xpath : /html/body//div[@class="sp_keyword section"]//a
  1082. first_page_num : 1
  1083. page_size : 10
  1084. disabled : True
  1085. about:
  1086. website: https://www.naver.com/
  1087. wikidata_id: Q485639
  1088. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1089. use_official_api: false
  1090. require_api_key: false
  1091. results: HTML
  1092. - name : rubygems
  1093. shortcut: rbg
  1094. engine: xpath
  1095. paging : True
  1096. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1097. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1098. url_xpath : ./@href
  1099. title_xpath : ./span/h2
  1100. content_xpath : ./span/p
  1101. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1102. first_page_num : 1
  1103. categories: it
  1104. disabled : True
  1105. about:
  1106. website: https://rubygems.org/
  1107. wikidata_id: Q1853420
  1108. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1109. use_official_api: false
  1110. require_api_key: false
  1111. results: HTML
  1112. - name : peertube
  1113. engine: peertube
  1114. shortcut: ptb
  1115. paging : True
  1116. base_url : https://peer.tube/
  1117. categories: videos
  1118. disabled : True
  1119. # - name : yacy
  1120. # engine : yacy
  1121. # shortcut : ya
  1122. # base_url : 'http://localhost:8090'
  1123. # number_of_results : 5
  1124. # timeout : 3.0
  1125. # Doku engine lets you access to any Doku wiki instance:
  1126. # A public one or a privete/corporate one.
  1127. # - name : ubuntuwiki
  1128. # engine : doku
  1129. # shortcut : uw
  1130. # base_url : 'http://doc.ubuntu-fr.org'
  1131. # Be careful when enabling this engine if you are
  1132. # running a public instance. Do not expose any sensitive
  1133. # information. You can restrict access by configuring a list
  1134. # of access tokens under tokens.
  1135. # - name: git grep
  1136. # engine: command
  1137. # command: ['git', 'grep', '{{QUERY}}']
  1138. # shortcut: gg
  1139. # tokens: []
  1140. # disabled: True
  1141. # delimiter:
  1142. # chars: ':'
  1143. # keys: ['filepath', 'code']
  1144. # Be careful when enabling this engine if you are
  1145. # running a public instance. Do not expose any sensitive
  1146. # information. You can restrict access by configuring a list
  1147. # of access tokens under tokens.
  1148. # - name: locate
  1149. # engine: command
  1150. # command: ['locate', '{{QUERY}}']
  1151. # shortcut: loc
  1152. # tokens: []
  1153. # disabled: True
  1154. # delimiter:
  1155. # chars: ' '
  1156. # keys: ['line']
  1157. # Be careful when enabling this engine if you are
  1158. # running a public instance. Do not expose any sensitive
  1159. # information. You can restrict access by configuring a list
  1160. # of access tokens under tokens.
  1161. # - name: find
  1162. # engine: command
  1163. # command: ['find', '.', '-name', '{{QUERY}}']
  1164. # query_type: path
  1165. # shortcut: fnd
  1166. # tokens: []
  1167. # disabled: True
  1168. # delimiter:
  1169. # chars: ' '
  1170. # keys: ['line']
  1171. # Be careful when enabling this engine if you are
  1172. # running a public instance. Do not expose any sensitive
  1173. # information. You can restrict access by configuring a list
  1174. # of access tokens under tokens.
  1175. # - name: pattern search in files
  1176. # engine: command
  1177. # command: ['fgrep', '{{QUERY}}']
  1178. # shortcut: fgr
  1179. # tokens: []
  1180. # disabled: True
  1181. # delimiter:
  1182. # chars: ' '
  1183. # keys: ['line']
  1184. # Be careful when enabling this engine if you are
  1185. # running a public instance. Do not expose any sensitive
  1186. # information. You can restrict access by configuring a list
  1187. # of access tokens under tokens.
  1188. # - name: regex search in files
  1189. # engine: command
  1190. # command: ['grep', '{{QUERY}}']
  1191. # shortcut: gr
  1192. # tokens: []
  1193. # disabled: True
  1194. # delimiter:
  1195. # chars: ' '
  1196. # keys: ['line']
  1197. locales:
  1198. en : English
  1199. ar : العَرَبِيَّة (Arabic)
  1200. bg : Български (Bulgarian)
  1201. bo : བོད་སྐད་ (Tibetian)
  1202. ca : Català (Catalan)
  1203. cs : Čeština (Czech)
  1204. cy : Cymraeg (Welsh)
  1205. da : Dansk (Danish)
  1206. de : Deutsch (German)
  1207. el_GR : Ελληνικά (Greek_Greece)
  1208. eo : Esperanto (Esperanto)
  1209. es : Español (Spanish)
  1210. et : Eesti (Estonian)
  1211. eu : Euskara (Basque)
  1212. fa_IR : (fārsī) فارسى (Persian)
  1213. fi : Suomi (Finnish)
  1214. fil : Wikang Filipino (Filipino)
  1215. fr : Français (French)
  1216. gl : Galego (Galician)
  1217. he : עברית (Hebrew)
  1218. hr : Hrvatski (Croatian)
  1219. hu : Magyar (Hungarian)
  1220. ia : Interlingua (Interlingua)
  1221. it : Italiano (Italian)
  1222. ja : 日本語 (Japanese)
  1223. lt : Lietuvių (Lithuanian)
  1224. nl : Nederlands (Dutch)
  1225. nl_BE : Vlaams (Dutch_Belgium)
  1226. oc : Lenga D'òc (Occitan)
  1227. pl : Polski (Polish)
  1228. pt : Português (Portuguese)
  1229. pt_BR : Português (Portuguese_Brazil)
  1230. ro : Română (Romanian)
  1231. ru : Русский (Russian)
  1232. sk : Slovenčina (Slovak)
  1233. sl : Slovenski (Slovene)
  1234. sr : српски (Serbian)
  1235. sv : Svenska (Swedish)
  1236. te : తెలుగు (telugu)
  1237. ta : தமிழ் (Tamil)
  1238. tr : Türkçe (Turkish)
  1239. uk : українська мова (Ukrainian)
  1240. vi : tiếng việt (Vietnamese)
  1241. zh : 中文 (Chinese)
  1242. zh_TW : 國語 (Taiwanese Mandarin)
  1243. doi_resolvers :
  1244. oadoi.org : 'https://oadoi.org/'
  1245. doi.org : 'https://doi.org/'
  1246. doai.io : 'https://dissem.in/'
  1247. sci-hub.tw : 'https://sci-hub.tw/'
  1248. default_doi_resolver : 'sci-hub.tw'