settings.yml 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  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. enable_stats: False # activate /stats page - note: it may leak usage data
  6. brand:
  7. git_url: https://github.com/searx/searx
  8. git_branch: master
  9. issue_url: https://github.com/searx/searx/issues
  10. docs_url: https://searx.github.io/searx
  11. public_instances: https://searx.space
  12. wiki_url: https://github.com/searx/searx/wiki
  13. twitter_url: https://twitter.com/Searx_engine
  14. search:
  15. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  16. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  17. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  18. ban_time_on_fail : 5 # ban time in seconds after engine errors
  19. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  20. prefer_configured_language: False # increase weight of results in confiugred language in ranking
  21. server:
  22. port : 8888
  23. bind_address : "127.0.0.1" # address to listen on
  24. secret_key : "ultrasecretkey" # change this!
  25. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  26. image_proxy : False # Proxying image results through searx
  27. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  28. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  29. default_http_headers:
  30. X-Content-Type-Options : nosniff
  31. X-XSS-Protection : 1; mode=block
  32. X-Download-Options : noopen
  33. X-Robots-Tag : noindex, nofollow
  34. Referrer-Policy : no-referrer
  35. ui:
  36. static_path : "" # Custom static path - leave it blank if you didn't change
  37. templates_path : "" # Custom templates path - leave it blank if you didn't change
  38. default_theme : oscar # ui theme
  39. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  40. theme_args :
  41. oscar_style : logicodev # default style of oscar
  42. # results_on_new_tab: False # Open result links in a new tab by default
  43. # categories_order :
  44. # - general
  45. # - files
  46. # - map
  47. # - it
  48. # - science
  49. # Lock arbitrary settings on the preferences page.
  50. # To find the ID of the user setting you want to lock, check
  51. # the ID of the form on the page "preferences".
  52. #preferences:
  53. # lock:
  54. # - language
  55. # - autocomplete
  56. # - method
  57. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  58. # uncomment below section if you have running morty proxy
  59. # the key is base64 encoded (keep the !!binary notation)
  60. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  61. #result_proxy:
  62. # url : http://127.0.0.1:3000/
  63. # key : !!binary "your_morty_proxy_key"
  64. outgoing: # communication with search engines
  65. request_timeout : 3.0 # default timeout in seconds, can be override by engine
  66. # max_request_timeout: 10.0 # the maximum timeout in seconds
  67. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  68. pool_connections : 100 # The maximum number of concurrent connections that may be established.
  69. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point.
  70. enable_http2: True # See https://www.python-httpx.org/http2/
  71. # uncomment below section if you want to use a proxy
  72. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  73. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  74. # proxies:
  75. # all://:
  76. # - http://proxy1:8080
  77. # - http://proxy2:8080
  78. # using_tor_proxy : True
  79. # extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy
  80. # uncomment below section only if you have more than one network interface
  81. # which can be the source of outgoing search requests
  82. # source_ips:
  83. # - 1.1.1.1
  84. # - 1.1.1.2
  85. # - fe80::/126
  86. # External plugin configuration
  87. # See https://searx.github.io/searx/dev/plugins.html for more details
  88. #
  89. # plugins:
  90. # - plugin1
  91. # - plugin2
  92. # - ...
  93. # uncomment below section if you want to configure which plugin is enabled by default
  94. #
  95. # enabled_plugins:
  96. # - "HTTPS rewrite"
  97. # - ...
  98. # Example to rewrite hostnames in external links
  99. #
  100. # enabled_plugins:
  101. # - 'Hostname replace'
  102. # hostname_replace:
  103. # '(.*\.)?youtube\.com$': 'invidious.example.com'
  104. # '(.*\.)?youtu\.be$': 'invidious.example.com'
  105. # '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
  106. # '(.*\.)?reddit\.com$': 'teddit.example.com'
  107. # '(.*\.)?redd\.it$': 'teddit.example.com'
  108. # '(www\.)?twitter\.com$': 'nitter.example.com'
  109. checker:
  110. # disable checker when in debug mode
  111. off_when_debug: True
  112. # scheduling: interval or int
  113. # use "scheduling: False" to disable scheduling
  114. # to activate the scheduler:
  115. # * uncomment "scheduling" section
  116. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  117. # scheduling:
  118. # start_after: [300, 1800] # delay to start the first run of the checker
  119. # every: [86400, 90000] # how often the checker runs
  120. # additional tests: only for the YAML anchors (see the engines section)
  121. additional_tests:
  122. rosebud: &test_rosebud
  123. matrix:
  124. query: rosebud
  125. lang: en
  126. result_container:
  127. - not_empty
  128. - ['one_title_contains', 'citizen kane']
  129. test:
  130. - unique_results
  131. android: &test_android
  132. matrix:
  133. query: ['android']
  134. lang: ['en', 'de', 'fr', 'zh-CN']
  135. result_container:
  136. - not_empty
  137. - ['one_title_contains', 'google']
  138. test:
  139. - unique_results
  140. # tests: only for the YAML anchors (see the engines section)
  141. tests:
  142. infobox: &tests_infobox
  143. infobox:
  144. matrix:
  145. query: ["linux", "new york", "bbc"]
  146. result_container:
  147. - has_infobox
  148. engines:
  149. - name: apk mirror
  150. engine: apkmirror
  151. timeout: 4.0
  152. shortcut: apkm
  153. disabled: True
  154. # Requires Tor
  155. - name : ahmia
  156. engine : ahmia
  157. categories : onions
  158. enable_http : True
  159. shortcut : ah
  160. - name : arch linux wiki
  161. engine : archlinux
  162. shortcut : al
  163. - name : archive is
  164. engine : xpath
  165. search_url : https://archive.is/search/?q={query}
  166. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  167. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  168. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  169. categories : general
  170. timeout : 7.0
  171. disabled : True
  172. shortcut : ai
  173. soft_max_redirects: 1
  174. about:
  175. website: https://archive.is/
  176. wikidata_id: Q13515725
  177. official_api_documentation: https://mementoweb.org/depot/native/archiveis/
  178. use_official_api: false
  179. require_api_key: false
  180. results: HTML
  181. - name : arxiv
  182. engine : arxiv
  183. shortcut : arx
  184. categories : science
  185. timeout : 4.0
  186. # tmp suspended: dh key too small
  187. # - name : base
  188. # engine : base
  189. # shortcut : bs
  190. - name: bandcamp
  191. engine: bandcamp
  192. shortcut: bc
  193. categories: music
  194. - name : wikipedia
  195. engine : wikipedia
  196. shortcut : wp
  197. base_url : 'https://{language}.wikipedia.org/'
  198. #The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead
  199. - name: wikimini
  200. engine: xpath
  201. shortcut: wkmn
  202. search_url : https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  203. url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
  204. title_xpath : //li//div[@class="mw-search-result-heading"]/a
  205. content_xpath : //li/div[@class="searchresult"]
  206. categories : general
  207. disabled : True
  208. about:
  209. website: https://wikimini.org/
  210. wikidata_id: Q3568032
  211. use_official_api: false
  212. require_api_key: false
  213. results: HTML
  214. - name : bing
  215. engine : bing
  216. shortcut : bi
  217. - name : bing images
  218. engine : bing_images
  219. shortcut : bii
  220. - name : bing news
  221. engine : bing_news
  222. shortcut : bin
  223. - name : bing videos
  224. engine : bing_videos
  225. shortcut : biv
  226. - name : bitbucket
  227. engine : xpath
  228. paging : True
  229. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  230. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  231. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  232. content_xpath : //article[@class="repo-summary"]/p
  233. categories : it
  234. timeout : 4.0
  235. disabled : True
  236. shortcut : bb
  237. about:
  238. website: https://bitbucket.org/
  239. wikidata_id: Q2493781
  240. official_api_documentation: https://developer.atlassian.com/bitbucket
  241. use_official_api: false
  242. require_api_key: false
  243. results: HTML
  244. - name : btdigg
  245. engine : btdigg
  246. shortcut : bt
  247. - name : ccc-tv
  248. engine : xpath
  249. paging : False
  250. search_url : https://media.ccc.de/search/?q={query}
  251. url_xpath : //div[@class="caption"]/h3/a/@href
  252. title_xpath : //div[@class="caption"]/h3/a/text()
  253. content_xpath : //div[@class="caption"]/h4/@title
  254. categories : videos
  255. disabled : True
  256. shortcut : c3tv
  257. about:
  258. website: https://media.ccc.de/
  259. wikidata_id: Q80729951
  260. official_api_documentation: https://github.com/voc/voctoweb
  261. use_official_api: false
  262. require_api_key: false
  263. results: HTML
  264. - name : ccengine
  265. engine : ccengine
  266. categories : images
  267. shortcut : cce
  268. # - name : core.ac.uk
  269. # engine : core
  270. # categories : science
  271. # shortcut : cor
  272. # # get your API key from: https://core.ac.uk/api-keys/register/
  273. # api_key : 'unset'
  274. - name : crossref
  275. engine : json_engine
  276. paging : True
  277. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  278. url_query : doi
  279. title_query : title
  280. title_html_to_text: True
  281. content_query : fullCitation
  282. content_html_to_text: True
  283. categories : science
  284. shortcut : cr
  285. about:
  286. website: https://www.crossref.org/
  287. wikidata_id: Q5188229
  288. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  289. use_official_api: false
  290. require_api_key: false
  291. results: JSON
  292. - name : currency
  293. engine : currency_convert
  294. categories : general
  295. shortcut : cc
  296. - name : deezer
  297. engine : deezer
  298. shortcut : dz
  299. - name : deviantart
  300. engine : deviantart
  301. shortcut : da
  302. timeout : 3.0
  303. - name : ddg definitions
  304. engine : duckduckgo_definitions
  305. shortcut : ddd
  306. weight : 2
  307. disabled : True
  308. tests: *tests_infobox
  309. # cloudflare protected
  310. # - name : digbt
  311. # engine : digbt
  312. # shortcut : dbt
  313. # timeout : 6.0
  314. # disabled : True
  315. - name : digg
  316. engine : digg
  317. shortcut : dg
  318. - name : erowid
  319. engine : xpath
  320. paging : True
  321. first_page_num : 0
  322. page_size : 30
  323. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  324. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  325. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  326. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  327. categories : general
  328. shortcut : ew
  329. disabled : True
  330. about:
  331. website: https://www.erowid.org/
  332. wikidata_id: Q1430691
  333. official_api_documentation:
  334. use_official_api: false
  335. require_api_key: false
  336. results: HTML
  337. # - name : elasticsearch
  338. # shortcut : es
  339. # engine : elasticsearch
  340. # base_url : http://localhost:9200
  341. # username : elastic
  342. # password : changeme
  343. # index : my-index
  344. # # available options: match, simple_query_string, term, terms, custom
  345. # query_type : match
  346. # # if query_type is set to custom, provide your query here
  347. # #custom_query_json: {"query":{"match_all": {}}}
  348. # #show_metadata: False
  349. # disabled : True
  350. - name : wikidata
  351. engine : wikidata
  352. shortcut : wd
  353. timeout : 3.0
  354. weight : 2
  355. tests: *tests_infobox
  356. - name : duckduckgo
  357. engine : duckduckgo
  358. shortcut : ddg
  359. disabled : True
  360. - name : duckduckgo images
  361. engine : duckduckgo_images
  362. shortcut : ddi
  363. timeout: 3.0
  364. disabled : True
  365. - name : etools
  366. engine : etools
  367. shortcut : eto
  368. disabled : True
  369. additional_tests:
  370. rosebud: *test_rosebud
  371. - name : etymonline
  372. engine : xpath
  373. paging : True
  374. search_url : https://etymonline.com/search?page={pageno}&q={query}
  375. url_xpath : //a[contains(@class, "word__name--")]/@href
  376. title_xpath : //a[contains(@class, "word__name--")]
  377. content_xpath : //section[contains(@class, "word__defination")]
  378. first_page_num : 1
  379. shortcut : et
  380. disabled : True
  381. about:
  382. website: https://www.etymonline.com/
  383. wikidata_id: Q1188617
  384. official_api_documentation:
  385. use_official_api: false
  386. require_api_key: false
  387. results: HTML
  388. - name : ebay
  389. engine : ebay
  390. shortcut : eb
  391. disabled : True
  392. timeout: 5
  393. - name : 1x
  394. engine : www1x
  395. shortcut : 1x
  396. timeout : 3.0
  397. disabled : True
  398. - name : fdroid
  399. engine : fdroid
  400. shortcut : fd
  401. disabled : True
  402. - name : flickr
  403. categories : images
  404. shortcut : fl
  405. # You can use the engine using the official stable API, but you need an API key
  406. # See : https://www.flickr.com/services/apps/create/
  407. # engine : flickr
  408. # api_key: 'apikey' # required!
  409. # Or you can use the html non-stable engine, activated by default
  410. engine : flickr_noapi
  411. - name : free software directory
  412. engine : mediawiki
  413. shortcut : fsd
  414. categories : it
  415. base_url : https://directory.fsf.org/
  416. number_of_results : 5
  417. # what part of a page matches the query string: title, text, nearmatch
  418. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  419. search_type : title
  420. timeout : 5.0
  421. disabled : True
  422. about:
  423. website: https://directory.fsf.org/
  424. wikidata_id: Q2470288
  425. # - name : freesound
  426. # engine : freesound
  427. # shortcut : fnd
  428. # disabled : True
  429. # timeout : 15.0
  430. # api_key : MyAPIkey
  431. # API key required, see : https://freesound.org/docs/api/overview.html
  432. - name : frinkiac
  433. engine : frinkiac
  434. shortcut : frk
  435. disabled : True
  436. - name : genius
  437. engine : genius
  438. shortcut : gen
  439. - name : gigablast
  440. engine : gigablast
  441. shortcut : gb
  442. timeout : 3.0
  443. disabled: True
  444. additional_tests:
  445. rosebud: *test_rosebud
  446. - name : gentoo
  447. engine : gentoo
  448. shortcut : ge
  449. - name : gitlab
  450. engine : json_engine
  451. paging : True
  452. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  453. url_query : web_url
  454. title_query : name_with_namespace
  455. content_query : description
  456. page_size : 20
  457. categories : it
  458. shortcut : gl
  459. timeout : 10.0
  460. disabled : True
  461. about:
  462. website: https://about.gitlab.com/
  463. wikidata_id: Q16639197
  464. official_api_documentation: https://docs.gitlab.com/ee/api/
  465. use_official_api: false
  466. require_api_key: false
  467. results: JSON
  468. - name : github
  469. engine : github
  470. shortcut : gh
  471. # This a Gitea service. If you would like to use a different instance,
  472. # change codeberg.org to URL of the desired Gitea host. Or you can create
  473. # a new engine by copying this and changing the name, shortcut and search_url.
  474. - name : codeberg
  475. engine : json_engine
  476. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  477. url_query : html_url
  478. title_query : name
  479. content_query : description
  480. categories : it
  481. shortcut : cb
  482. disabled : True
  483. about:
  484. website: https://codeberg.org/
  485. wikidata_id:
  486. official_api_documentation: https://try.gitea.io/api/swagger
  487. use_official_api: false
  488. require_api_key: false
  489. results: JSON
  490. - name : google
  491. engine : google
  492. shortcut : go
  493. use_mobile_ui: false
  494. # additional_tests:
  495. # android: *test_android
  496. - name : google images
  497. engine : google_images
  498. shortcut : goi
  499. # additional_tests:
  500. # android: *test_android
  501. # dali:
  502. # matrix:
  503. # query: ['Dali Christ']
  504. # lang: ['en', 'de', 'fr', 'zh-CN']
  505. # result_container:
  506. # - ['one_title_contains', 'Salvador']
  507. - name : google news
  508. engine : google_news
  509. shortcut : gon
  510. # additional_tests:
  511. # android: *test_android
  512. - name : google videos
  513. engine : google_videos
  514. shortcut : gov
  515. # additional_tests:
  516. # android: *test_android
  517. - name : google scholar
  518. engine : google_scholar
  519. shortcut : gos
  520. - name : google play apps
  521. engine : xpath
  522. search_url : https://play.google.com/store/search?q={query}&c=apps
  523. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  524. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  525. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  526. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  527. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  528. categories : files
  529. shortcut : gpa
  530. disabled : True
  531. about:
  532. website: https://play.google.com/
  533. wikidata_id: Q79576
  534. official_api_documentation:
  535. use_official_api: false
  536. require_api_key: false
  537. results: HTML
  538. - name : gpodder
  539. engine : json_engine
  540. shortcut : gpod
  541. timeout : 4.0
  542. paging : False
  543. search_url : https://gpodder.net/search.json?q={query}
  544. url_query : url
  545. title_query : title
  546. content_query : description
  547. page_size : 19
  548. categories : social media, files, general
  549. disabled: True
  550. about:
  551. website: https://gpodder.net
  552. wikidata_id: Q3093354
  553. official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
  554. use_official_api: false
  555. requires_api_key: false
  556. results: JSON
  557. - name : google play movies
  558. engine : xpath
  559. search_url : https://play.google.com/store/search?q={query}&c=movies
  560. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  561. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  562. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  563. content_xpath : './/div[@class="kCSSQe"]'
  564. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  565. categories : videos
  566. shortcut : gpm
  567. disabled : True
  568. about:
  569. website: https://play.google.com/
  570. wikidata_id: Q79576
  571. official_api_documentation:
  572. use_official_api: false
  573. require_api_key: false
  574. results: HTML
  575. - name : geektimes
  576. engine : xpath
  577. paging : True
  578. search_url : https://habr.com/en/search/page{pageno}/?q={query}
  579. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  580. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  581. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  582. categories : it
  583. timeout : 4.0
  584. disabled : True
  585. shortcut : gt
  586. about:
  587. website: https://geektimes.ru/
  588. wikidata_id: Q50572423
  589. official_api_documentation:
  590. use_official_api: false
  591. require_api_key: false
  592. results: HTML
  593. - name : habrahabr
  594. engine : xpath
  595. paging : True
  596. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  597. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  598. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  599. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  600. categories : it
  601. timeout : 4.0
  602. disabled : True
  603. shortcut : habr
  604. about:
  605. website: https://habr.com/
  606. wikidata_id: Q4494434
  607. official_api_documentation: https://habr.com/en/docs/help/api/
  608. use_official_api: false
  609. require_api_key: false
  610. results: HTML
  611. - name : hoogle
  612. engine : xpath
  613. paging : True
  614. search_url : https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  615. results_xpath : '//div[@class="result"]'
  616. title_xpath : './/div[@class="ans"]//a'
  617. url_xpath : './/div[@class="ans"]//a/@href'
  618. content_xpath : './/div[@class="from"]'
  619. page_size : 20
  620. categories : it
  621. shortcut : ho
  622. about:
  623. website: https://www.haskell.org/
  624. wikidata_id: Q34010
  625. official_api_documentation: https://hackage.haskell.org/api
  626. use_official_api: false
  627. require_api_key: false
  628. results: JSON
  629. - name : imdb
  630. engine : imdb
  631. shortcut : imdb
  632. timeout : 6.0
  633. disabled : True
  634. - name : ina
  635. engine : ina
  636. shortcut : in
  637. timeout : 6.0
  638. disabled : True
  639. - name : invidious
  640. engine : invidious
  641. base_url :
  642. - https://invidious.tube/
  643. - https://invidious.snopyta.org/
  644. shortcut: iv
  645. timeout : 5.0
  646. disabled : True
  647. - name: kickass
  648. engine : kickass
  649. shortcut : kc
  650. timeout : 4.0
  651. disabled : True
  652. - name : library genesis
  653. engine : xpath
  654. paging : True
  655. page_size : 25
  656. search_url : https://libgen.rs/search.php?req={query}&page={pageno}
  657. url_xpath : //a[contains(@href,"library.lol/main")]/@href
  658. title_xpath : //a[contains(@href,"book/")]/text()[1]
  659. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  660. categories : general, files
  661. timeout : 7.0
  662. disabled : True
  663. shortcut : lg
  664. about:
  665. website: https://libgen.rs/
  666. wikidata_id: Q22017206
  667. official_api_documentation:
  668. use_official_api: false
  669. require_api_key: false
  670. results: HTML
  671. - name : azlyrics
  672. shortcut : azl
  673. engine : xpath
  674. timeout : 4.0
  675. disabled : True
  676. categories : general
  677. paging : True
  678. search_url : https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
  679. url_xpath : //td[@class="text-left visitedlyr"]/a/@href
  680. title_xpath : //span/b/text()
  681. content_xpath : //td[@class="text-left visitedlyr"]/a/small
  682. about:
  683. website: https://azlyrics.com
  684. use_official_api: false
  685. require_api_key: false
  686. results: HTML
  687. - name : library of congress
  688. engine : loc
  689. shortcut : loc
  690. categories : images
  691. - name : lobste.rs
  692. engine : xpath
  693. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  694. results_xpath : //li[contains(@class, "story")]
  695. url_xpath : .//a[@class="u-url"]/@href
  696. title_xpath : .//a[@class="u-url"]
  697. content_xpath : .//a[@class="domain"]
  698. categories : it
  699. shortcut : lo
  700. timeout : 5.0
  701. disabled: True
  702. about:
  703. website: https://lobste.rs/
  704. wikidata_id: Q60762874
  705. official_api_documentation:
  706. use_official_api: false
  707. require_api_key: false
  708. results: HTML
  709. # - name : meilisearch
  710. # engine : meilisearch
  711. # shortcut: mes
  712. # enable_http: True
  713. # base_url : http://localhost:7700
  714. # index : my-index
  715. - name : microsoft academic
  716. engine : microsoft_academic
  717. categories : science
  718. shortcut : ma
  719. - name : mixcloud
  720. engine : mixcloud
  721. shortcut : mc
  722. # MongoDB engine
  723. # Required dependency: pymongo
  724. # - name : mymongo
  725. # engine : mongodb
  726. # shortcut : md
  727. # exact_match_only : False
  728. # host : '127.0.0.1'
  729. # port : 27017
  730. # results_per_page : 20
  731. # database : 'business'
  732. # collection : 'reviews' # name of the db collection
  733. # key : 'name' # key in the collection to search for
  734. - name : npm
  735. engine : json_engine
  736. paging : True
  737. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  738. results_query : results
  739. url_query : package/links/npm
  740. title_query : package/name
  741. content_query : package/description
  742. page_size : 25
  743. categories : it
  744. disabled: True
  745. timeout: 5.0
  746. shortcut : npm
  747. about:
  748. website: https://npms.io/
  749. wikidata_id: Q7067518
  750. official_api_documentation: https://api-docs.npms.io/
  751. use_official_api: false
  752. require_api_key: false
  753. results: JSON
  754. - name : nyaa
  755. engine : nyaa
  756. shortcut : nt
  757. disabled : True
  758. - name : mankier
  759. engine : json_engine
  760. search_url : https://www.mankier.com/api/v2/mans/?q={query}
  761. results_query : results
  762. url_query : url
  763. title_query : name
  764. content_query : description
  765. categories : it
  766. shortcut : man
  767. about:
  768. website: https://www.mankier.com/
  769. official_api_documentation: https://www.mankier.com/api
  770. use_official_api: true
  771. require_api_key: false
  772. results: JSON
  773. - name : openairedatasets
  774. engine : json_engine
  775. paging : True
  776. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  777. results_query : response/results/result
  778. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  779. title_query : metadata/oaf:entity/oaf:result/title/$
  780. content_query : metadata/oaf:entity/oaf:result/description/$
  781. content_html_to_text: True
  782. categories : science
  783. shortcut : oad
  784. timeout: 5.0
  785. about:
  786. website: https://www.openaire.eu/
  787. wikidata_id: Q25106053
  788. official_api_documentation: https://api.openaire.eu/
  789. use_official_api: false
  790. require_api_key: false
  791. results: JSON
  792. - name : openairepublications
  793. engine : json_engine
  794. paging : True
  795. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  796. results_query : response/results/result
  797. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  798. title_query : metadata/oaf:entity/oaf:result/title/$
  799. content_query : metadata/oaf:entity/oaf:result/description/$
  800. content_html_to_text: True
  801. categories : science
  802. shortcut : oap
  803. timeout: 5.0
  804. about:
  805. website: https://www.openaire.eu/
  806. wikidata_id: Q25106053
  807. official_api_documentation: https://api.openaire.eu/
  808. use_official_api: false
  809. require_api_key: false
  810. results: JSON
  811. # - name : opensemanticsearch
  812. # engine : opensemantic
  813. # shortcut : oss
  814. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  815. - name : openstreetmap
  816. engine : openstreetmap
  817. shortcut : osm
  818. - name : openrepos
  819. engine : xpath
  820. paging : True
  821. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  822. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  823. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  824. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  825. categories : files
  826. timeout : 4.0
  827. disabled : True
  828. shortcut : or
  829. about:
  830. website: https://openrepos.net/
  831. wikidata_id:
  832. official_api_documentation:
  833. use_official_api: false
  834. require_api_key: false
  835. results: HTML
  836. - name : pdbe
  837. engine : pdbe
  838. shortcut : pdb
  839. # Hide obsolete PDB entries.
  840. # Default is not to hide obsolete structures
  841. # hide_obsolete : False
  842. - name : photon
  843. engine : photon
  844. shortcut : ph
  845. - name : piratebay
  846. engine : piratebay
  847. shortcut : tpb
  848. # You may need to change this URL to a proxy if piratebay is blocked in your country
  849. url: https://thepiratebay.org/
  850. timeout : 3.0
  851. # Required dependency: psychopg2
  852. # - name : postgresql
  853. # engine : postgresql
  854. # database : postgres
  855. # username : postgres
  856. # password : postgres
  857. # limit : 10
  858. # query_str : 'SELECT * from my_table WHERE my_column = %(query)s'
  859. # shortcut : psql
  860. - name : pubmed
  861. engine : pubmed
  862. shortcut : pub
  863. categories: science
  864. timeout : 3.0
  865. - name : pypi
  866. shortcut: pypi
  867. engine: xpath
  868. paging : True
  869. search_url : https://pypi.org/search?q={query}&page={pageno}
  870. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  871. url_xpath : ./@href
  872. title_xpath : ./h3/span[@class="package-snippet__name"]
  873. content_xpath : ./p
  874. suggestion_xpath : /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  875. first_page_num : 1
  876. categories: it
  877. about:
  878. website: https://pypi.org
  879. wikidata_id: Q2984686
  880. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  881. use_official_api: false
  882. require_api_key: false
  883. results: HTML
  884. - name : qwant
  885. engine : qwant
  886. shortcut : qw
  887. categories : general
  888. disabled : True
  889. additional_tests:
  890. rosebud: *test_rosebud
  891. - name : qwant news
  892. engine : qwant
  893. shortcut : qwn
  894. categories : news
  895. network: qwant
  896. - name: qwant images
  897. engine: qwant
  898. shortcut: qwi
  899. categories: images
  900. disabled: True
  901. network: qwant
  902. - name: qwant videos
  903. engine: qwant
  904. shortcut: qwv
  905. categories: videos
  906. disabled: True
  907. network: qwant
  908. # - name: library
  909. # engine: recoll
  910. # shortcut: lib
  911. # base_url: 'https://recoll.example.org/'
  912. # search_dir: ''
  913. # mount_prefix: /export
  914. # dl_prefix: 'https://download.example.org'
  915. # timeout: 30.0
  916. # categories: files
  917. # disabled: True
  918. # - name: recoll library reference
  919. # engine: recoll
  920. # base_url: 'https://recoll.example.org/'
  921. # search_dir: reference
  922. # mount_prefix: /export
  923. # dl_prefix: 'https://download.example.org'
  924. # shortcut: libr
  925. # timeout: 30.0
  926. # categories: files
  927. # disabled: True
  928. - name : reddit
  929. engine : reddit
  930. shortcut : re
  931. page_size : 25
  932. timeout : 10.0
  933. disabled : True
  934. # Required dependency: redis
  935. # - name : myredis
  936. # engine : redis_server
  937. # exact_match_only : False
  938. # host : '127.0.0.1'
  939. # port : 6379
  940. # password : ''
  941. # db : 0
  942. # tmp suspended: bad certificate
  943. # - name : scanr structures
  944. # shortcut: scs
  945. # engine : scanr_structures
  946. # disabled : True
  947. - name: sepiasearch
  948. engine: sepiasearch
  949. shortcut: sep
  950. - name : soundcloud
  951. engine : soundcloud
  952. shortcut : sc
  953. - name: stackoverflow
  954. engine: stackexchange
  955. shortcut: st
  956. api_site: 'stackoverflow'
  957. categories: it
  958. - name: askubuntu
  959. engine: stackexchange
  960. shortcut: ubuntu
  961. api_site: 'askubuntu'
  962. categories: it
  963. - name: superuser
  964. engine: stackexchange
  965. shortcut: su
  966. api_site: 'superuser'
  967. categories: it
  968. - name : searchcode code
  969. engine : searchcode_code
  970. shortcut : scc
  971. disabled : True
  972. - name : framalibre
  973. engine : framalibre
  974. shortcut : frl
  975. disabled : True
  976. # - name : searx
  977. # engine : searx_engine
  978. # shortcut : se
  979. # instance_urls :
  980. # - http://127.0.0.1:8888/
  981. # - ...
  982. # disabled : True
  983. - name : semantic scholar
  984. engine : semantic_scholar
  985. disabled : True
  986. shortcut : se
  987. categories : science
  988. about:
  989. website: https://www.semanticscholar.org/
  990. wikidata_id: Q22908627
  991. official_api_documentation: https://api.semanticscholar.org/
  992. use_official_api: false
  993. require_api_key: false
  994. results: JSON
  995. # Spotify needs API credentials
  996. # - name : spotify
  997. # engine : spotify
  998. # shortcut : stf
  999. # api_client_id : *******
  1000. # api_client_secret : *******
  1001. # - name : solr
  1002. # engine : solr
  1003. # shortcut : slr
  1004. # base_url : http://localhost:8983
  1005. # collection : collection_name
  1006. # sort : '' # sorting: asc or desc
  1007. # field_list : '' # comma separated list of field names to display on the UI
  1008. # default_fields : '' # default field to query
  1009. # query_fields : '' # query fields
  1010. # enable_http : True
  1011. # - name : springer nature
  1012. # engine : springer
  1013. # # get your API key from: https://dev.springernature.com/signup
  1014. # api_key : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  1015. # disabled: True
  1016. # shortcut : springer
  1017. # categories : science
  1018. # timeout : 6.0
  1019. - name : startpage
  1020. engine : startpage
  1021. shortcut : sp
  1022. timeout : 6.0
  1023. disabled : True
  1024. additional_tests:
  1025. rosebud: *test_rosebud
  1026. - name : tokyotoshokan
  1027. engine : tokyotoshokan
  1028. shortcut : tt
  1029. timeout : 6.0
  1030. disabled : True
  1031. - name : solidtorrents
  1032. engine : solidtorrents
  1033. shortcut : solid
  1034. timeout : 3.0
  1035. disabled : True
  1036. # - name : sqlite
  1037. # engine : sqlite
  1038. # shortcut: sq
  1039. # database : mydb
  1040. # query_str : 'SELECT * FROM mytable WHERE fieldname=:query'
  1041. # disabled : True
  1042. - name : torrentz
  1043. engine : torrentz
  1044. shortcut : tor
  1045. url: https://torrentz2.eu/
  1046. timeout : 3.0
  1047. # Requires Tor
  1048. - name : torch
  1049. engine : xpath
  1050. paging : True
  1051. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  1052. results_xpath : //table//tr
  1053. url_xpath : ./td[2]/a
  1054. title_xpath : ./td[2]/b
  1055. content_xpath : ./td[2]/small
  1056. categories : onions
  1057. enable_http : True
  1058. shortcut : tch
  1059. # maybe in a fun category
  1060. # - name : uncyclopedia
  1061. # engine : mediawiki
  1062. # shortcut : unc
  1063. # base_url : https://uncyclopedia.wikia.com/
  1064. # number_of_results : 5
  1065. - name : urbandictionary
  1066. engine : xpath
  1067. search_url : https://www.urbandictionary.com/define.php?term={query}
  1068. url_xpath : //*[@class="word"]/@href
  1069. title_xpath : //*[@class="def-header"]
  1070. content_xpath : //*[@class="meaning"]
  1071. shortcut : ud
  1072. disabled : True
  1073. - name : unsplash
  1074. engine : unsplash
  1075. disabled: True
  1076. shortcut : us
  1077. - name : yahoo
  1078. engine : yahoo
  1079. shortcut : yh
  1080. disabled : True
  1081. - name : yahoo news
  1082. engine : yahoo_news
  1083. shortcut : yhn
  1084. - name : youtube
  1085. shortcut : yt
  1086. # You can use the engine using the official stable API, but you need an API key
  1087. # See : https://console.developers.google.com/project
  1088. # engine : youtube_api
  1089. # api_key: 'apikey' # required!
  1090. # Or you can use the html non-stable engine, activated by default
  1091. engine : youtube_noapi
  1092. - name : yggtorrent
  1093. engine : yggtorrent
  1094. shortcut : ygg
  1095. url: https://www4.yggtorrent.li/
  1096. disabled : True
  1097. timeout : 4.0
  1098. - name : dailymotion
  1099. engine : dailymotion
  1100. shortcut : dm
  1101. - name : vimeo
  1102. engine : vimeo
  1103. shortcut : vm
  1104. - name : wiby
  1105. engine : json_engine
  1106. paging : True
  1107. search_url : https://wiby.me/json/?q={query}&o={pageno}0
  1108. url_query : URL
  1109. title_query : Title
  1110. content_query : Snippet
  1111. categories : general
  1112. shortcut : wib
  1113. disabled : True
  1114. - name : wikibooks
  1115. engine : mediawiki
  1116. shortcut : wb
  1117. categories : general
  1118. base_url : "https://{language}.wikibooks.org/"
  1119. number_of_results : 5
  1120. search_type : text
  1121. disabled : True
  1122. about:
  1123. website: https://www.wikibooks.org/
  1124. wikidata_id: Q367
  1125. - name : wikinews
  1126. engine : mediawiki
  1127. shortcut : wn
  1128. categories : news
  1129. base_url : "https://{language}.wikinews.org/"
  1130. number_of_results : 5
  1131. search_type : text
  1132. disabled : True
  1133. about:
  1134. website: https://www.wikinews.org/
  1135. wikidata_id: Q964
  1136. - name : wikiquote
  1137. engine : mediawiki
  1138. shortcut : wq
  1139. categories : general
  1140. base_url : "https://{language}.wikiquote.org/"
  1141. number_of_results : 5
  1142. search_type : text
  1143. disabled : True
  1144. additional_tests:
  1145. rosebud: *test_rosebud
  1146. about:
  1147. website: https://www.wikiquote.org/
  1148. wikidata_id: Q369
  1149. - name : wikisource
  1150. engine : mediawiki
  1151. shortcut : ws
  1152. categories : general
  1153. base_url : "https://{language}.wikisource.org/"
  1154. number_of_results : 5
  1155. search_type : text
  1156. disabled : True
  1157. about:
  1158. website: https://www.wikisource.org/
  1159. wikidata_id: Q263
  1160. - name : wiktionary
  1161. engine : mediawiki
  1162. shortcut : wt
  1163. categories : general
  1164. base_url : "https://{language}.wiktionary.org/"
  1165. number_of_results : 5
  1166. search_type : text
  1167. disabled : True
  1168. about:
  1169. website: https://www.wiktionary.org/
  1170. wikidata_id: Q151
  1171. - name : wikiversity
  1172. engine : mediawiki
  1173. shortcut : wv
  1174. categories : general
  1175. base_url : "https://{language}.wikiversity.org/"
  1176. number_of_results : 5
  1177. search_type : text
  1178. disabled : True
  1179. about:
  1180. website: https://www.wikiversity.org/
  1181. wikidata_id: Q370
  1182. - name : wikivoyage
  1183. engine : mediawiki
  1184. shortcut : wy
  1185. categories : general
  1186. base_url : "https://{language}.wikivoyage.org/"
  1187. number_of_results : 5
  1188. search_type : text
  1189. disabled : True
  1190. about:
  1191. website: https://www.wikivoyage.org/
  1192. wikidata_id: Q373
  1193. - name : wolframalpha
  1194. shortcut : wa
  1195. # You can use the engine using the official stable API, but you need an API key
  1196. # See : https://products.wolframalpha.com/api/
  1197. # engine : wolframalpha_api
  1198. # api_key: '' # required!
  1199. engine : wolframalpha_noapi
  1200. timeout: 6.0
  1201. categories : science
  1202. - name : dictzone
  1203. engine : dictzone
  1204. shortcut : dc
  1205. - name : mymemory translated
  1206. engine : translated
  1207. shortcut : tl
  1208. timeout : 5.0
  1209. disabled : True
  1210. # You can use without an API key, but you are limited to 1000 words/day
  1211. # See : https://mymemory.translated.net/doc/usagelimits.php
  1212. # api_key : ''
  1213. # Required dependency: mysql-connector-python
  1214. # - name : mysql
  1215. # engine : mysql_server
  1216. # database : mydatabase
  1217. # username : user
  1218. # password : pass
  1219. # limit : 10
  1220. # query_str : 'SELECT * from mytable WHERE fieldname=%(query)s'
  1221. # shortcut : mysql
  1222. - name : 1337x
  1223. engine : 1337x
  1224. shortcut : 1337x
  1225. disabled : True
  1226. - name : duden
  1227. engine : duden
  1228. shortcut : du
  1229. disabled : True
  1230. - name : seznam
  1231. shortcut: szn
  1232. engine: seznam
  1233. disabled : True
  1234. - name : mojeek
  1235. shortcut: mjk
  1236. engine: xpath
  1237. paging : True
  1238. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1239. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1240. url_xpath : ./h2/a/@href
  1241. title_xpath : ./h2
  1242. content_xpath : ./p[@class="s"]
  1243. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1244. first_page_num : 0
  1245. page_size : 10
  1246. disabled : True
  1247. about:
  1248. website: https://www.mojeek.com/
  1249. wikidata_id: Q60747299
  1250. official_api_documentation: https://www.mojeek.com/services/api.html/
  1251. use_official_api: false
  1252. require_api_key: false
  1253. results: HTML
  1254. - name : dogpile
  1255. shortcut : dp
  1256. engine : xpath
  1257. paging : True
  1258. # Doesn't work without the 'sc' parameter
  1259. search_url : https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20
  1260. url_xpath : //span[@class="web-bing__url"]
  1261. title_xpath : //a[@class="web-bing__title"]
  1262. content_xpath : //span[@class="web-bing__description"]
  1263. page_size : 9
  1264. categories : general
  1265. timeout : 7.0
  1266. disabled : True
  1267. about:
  1268. website: https://www.dogpile.com
  1269. wikidata_id: Q3595363
  1270. use_official_api: false
  1271. require_api_key: false
  1272. results: html
  1273. - name : whaleslide
  1274. shortcut : whale
  1275. engine : json_engine
  1276. paging : True
  1277. # This API Token is needed to work
  1278. search_url : https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm
  1279. url_query : url
  1280. title_query : title
  1281. title_html_to_text : True
  1282. content_query : abstract
  1283. content_html_to_text : True
  1284. categories : general
  1285. disabled : True
  1286. about:
  1287. website: https://whaleslide.com/
  1288. wikidata_id: # No Wikidata page
  1289. official_api_documentation: false
  1290. use_official_api: false
  1291. require_api_key: false
  1292. results: JSON
  1293. - name : petal
  1294. shortcut : petal
  1295. engine : xpath
  1296. paging : True
  1297. search_url : https://petalsearch.com/search?query={query}&pn={pageno}
  1298. results_xpath : //div[@class="container"]/div[@class="container"]
  1299. title_xpath : .//a[@class="title"]
  1300. url_xpath : .//a[@class="title"]/@href
  1301. content_xpath : .//div[@class="webpage-text"]
  1302. page_size : 12
  1303. categories : general
  1304. timeout : 4.0
  1305. disabled : True
  1306. about:
  1307. website: https://petalsearch.com
  1308. wikidata_id: #
  1309. use_official_api: false
  1310. require_api_key: false
  1311. results: HTML
  1312. - name : ask
  1313. shortcut : ask
  1314. engine : xpath
  1315. timeout : 3.0
  1316. disabled : True
  1317. categories : general
  1318. paging : True
  1319. page_size : 10
  1320. search_url : https://www.ask.com/web?q={query}&qo=pagination&page={pageno}
  1321. title_xpath : //a[@class="PartialSearchResults-item-title-link result-link"]
  1322. url_xpath : //a[@class="PartialSearchResults-item-title-link result-link"]/@href
  1323. content_xpath : //p[@class="PartialSearchResults-item-abstract"]
  1324. suggestion_xpath : //span[@class="PartialRelatedSearch-item-link-text"]
  1325. about:
  1326. website: https://ask.com
  1327. wikidata_id : Q847564
  1328. use_official_api: false
  1329. require_api_key: false
  1330. results: HTML
  1331. - name : naver
  1332. shortcut: nvr
  1333. engine: xpath
  1334. paging : True
  1335. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1336. url_xpath : //a[@class="link_tit"]/@href
  1337. title_xpath : //a[@class="link_tit"]
  1338. content_xpath : //a[@class="total_dsc"]/div
  1339. first_page_num : 1
  1340. page_size : 10
  1341. disabled : True
  1342. about:
  1343. website: https://www.naver.com/
  1344. wikidata_id: Q485639
  1345. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1346. use_official_api: false
  1347. require_api_key: false
  1348. results: HTML
  1349. - name : rubygems
  1350. shortcut: rbg
  1351. engine: xpath
  1352. paging : True
  1353. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1354. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1355. url_xpath : ./@href
  1356. title_xpath : ./span/h2
  1357. content_xpath : ./span/p
  1358. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1359. first_page_num : 1
  1360. categories: it
  1361. disabled : True
  1362. about:
  1363. website: https://rubygems.org/
  1364. wikidata_id: Q1853420
  1365. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1366. use_official_api: false
  1367. require_api_key: false
  1368. results: HTML
  1369. - name : peertube
  1370. engine: peertube
  1371. shortcut: ptb
  1372. paging : True
  1373. base_url : https://peer.tube/
  1374. categories: videos
  1375. disabled : True
  1376. - name : mediathekviewweb
  1377. engine : mediathekviewweb
  1378. shortcut : mvw
  1379. - name : kaufland
  1380. shortcut : kauf
  1381. engine : xpath
  1382. timeout : 3.0
  1383. paging : True
  1384. search_url : https://www.kaufland.de/item/search/?search_value={query}&page={pageno}
  1385. title_xpath : //div[@class="product__title"]/text()
  1386. url_xpath : //article[@class="product"]//a/@href
  1387. content_xpath : //div[@class="price"]
  1388. #thumbnail_xpath : '//div[@class="product__image-container"]//img/@data-src'
  1389. categories : general
  1390. disabled : True
  1391. about:
  1392. website: https://kaufland.de
  1393. wikidata_id: Q685967
  1394. use_official_api: false
  1395. require_api_key: false
  1396. results: HTML
  1397. # - name : yacy
  1398. # engine : yacy
  1399. # shortcut : ya
  1400. # base_url : 'http://localhost:8090'
  1401. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1402. # number_of_results : 5
  1403. # timeout : 3.0
  1404. - name : rumble
  1405. engine : rumble
  1406. shortcut : ru
  1407. base_url : https://rumble.com/
  1408. paging : True
  1409. categories: videos
  1410. disabled : True
  1411. - name: wordnik
  1412. engine: wordnik
  1413. shortcut: def
  1414. base_url: https://www.wordnik.com/
  1415. categories: general
  1416. timeout: 5.0
  1417. disabled: True
  1418. - name : woxikon.de synonyme
  1419. engine : xpath
  1420. shortcut : woxi
  1421. categories : general
  1422. timeout : 5.0
  1423. disabled : True
  1424. search_url : https://synonyme.woxikon.de/synonyme/{query}.php
  1425. url_xpath : //div[@class="upper-synonyms"]/a/@href
  1426. content_xpath : //div[@class="synonyms-list-group"]
  1427. title_xpath : //div[@class="upper-synonyms"]/a
  1428. about:
  1429. website: https://www.woxikon.de/
  1430. wikidata_id: # No Wikidata ID
  1431. use_official_api: false
  1432. require_api_key: false
  1433. results: HTML
  1434. - name: słownik języka polskiego
  1435. engine: sjp
  1436. shortcut: sjp
  1437. base_url: https://sjp.pwn.pl/
  1438. categories: general
  1439. timeout: 5.0
  1440. disabled: True
  1441. - name: brave
  1442. shortcut: brave
  1443. engine: xpath
  1444. paging: false
  1445. search_url: https://search.brave.com/search?q={query}
  1446. url_xpath: //div[@class="snippet fdb"]/a/@href
  1447. title_xpath: //span[@class="snippet-title"]
  1448. content_xpath: //p[1][@class="snippet-description"]
  1449. suggestion_xpath: //div[@class="text-gray h6"]/a
  1450. categories: general
  1451. about:
  1452. website: https://brave.com/search/
  1453. wikidata_id: Q22906900
  1454. use_official_api: false
  1455. require_api_key: false
  1456. results: HTML
  1457. - name: onesearch
  1458. shortcut: onesearch
  1459. engine: onesearch
  1460. disabled: True
  1461. about:
  1462. website: https://www.onesearch.com/
  1463. wikidata_id: None
  1464. use_official_api: false
  1465. require_api_key: false
  1466. results: HTML
  1467. # Doku engine lets you access to any Doku wiki instance:
  1468. # A public one or a private/corporate one.
  1469. # - name : ubuntuwiki
  1470. # engine : doku
  1471. # shortcut : uw
  1472. # base_url : 'https://doc.ubuntu-fr.org'
  1473. # Be careful when enabling this engine if you are
  1474. # running a public instance. Do not expose any sensitive
  1475. # information. You can restrict access by configuring a list
  1476. # of access tokens under tokens.
  1477. # - name: git grep
  1478. # engine: command
  1479. # command: ['git', 'grep', '{{QUERY}}']
  1480. # shortcut: gg
  1481. # tokens: []
  1482. # disabled: True
  1483. # delimiter:
  1484. # chars: ':'
  1485. # keys: ['filepath', 'code']
  1486. # Be careful when enabling this engine if you are
  1487. # running a public instance. Do not expose any sensitive
  1488. # information. You can restrict access by configuring a list
  1489. # of access tokens under tokens.
  1490. # - name: locate
  1491. # engine: command
  1492. # command: ['locate', '{{QUERY}}']
  1493. # shortcut: loc
  1494. # tokens: []
  1495. # disabled: True
  1496. # delimiter:
  1497. # chars: ' '
  1498. # keys: ['line']
  1499. # Be careful when enabling this engine if you are
  1500. # running a public instance. Do not expose any sensitive
  1501. # information. You can restrict access by configuring a list
  1502. # of access tokens under tokens.
  1503. # - name: find
  1504. # engine: command
  1505. # command: ['find', '.', '-name', '{{QUERY}}']
  1506. # query_type: path
  1507. # shortcut: fnd
  1508. # tokens: []
  1509. # disabled: True
  1510. # delimiter:
  1511. # chars: ' '
  1512. # keys: ['line']
  1513. # Be careful when enabling this engine if you are
  1514. # running a public instance. Do not expose any sensitive
  1515. # information. You can restrict access by configuring a list
  1516. # of access tokens under tokens.
  1517. # - name: pattern search in files
  1518. # engine: command
  1519. # command: ['fgrep', '{{QUERY}}']
  1520. # shortcut: fgr
  1521. # tokens: []
  1522. # disabled: True
  1523. # delimiter:
  1524. # chars: ' '
  1525. # keys: ['line']
  1526. # Be careful when enabling this engine if you are
  1527. # running a public instance. Do not expose any sensitive
  1528. # information. You can restrict access by configuring a list
  1529. # of access tokens under tokens.
  1530. # - name: regex search in files
  1531. # engine: command
  1532. # command: ['grep', '{{QUERY}}']
  1533. # shortcut: gr
  1534. # tokens: []
  1535. # disabled: True
  1536. # delimiter:
  1537. # chars: ' '
  1538. # keys: ['line']
  1539. locales:
  1540. en : English
  1541. ar : العَرَبِيَّة (Arabic)
  1542. bg : Български (Bulgarian)
  1543. bo : བོད་སྐད་ (Tibetian)
  1544. ca : Català (Catalan)
  1545. cs : Čeština (Czech)
  1546. cy : Cymraeg (Welsh)
  1547. da : Dansk (Danish)
  1548. de : Deutsch (German)
  1549. el_GR : Ελληνικά (Greek_Greece)
  1550. eo : Esperanto (Esperanto)
  1551. es : Español (Spanish)
  1552. et : Eesti (Estonian)
  1553. eu : Euskara (Basque)
  1554. fa_IR : (fārsī) فارسى (Persian)
  1555. fi : Suomi (Finnish)
  1556. fil : Wikang Filipino (Filipino)
  1557. fr : Français (French)
  1558. gl : Galego (Galician)
  1559. he : עברית (Hebrew)
  1560. hr : Hrvatski (Croatian)
  1561. hu : Magyar (Hungarian)
  1562. ia : Interlingua (Interlingua)
  1563. it : Italiano (Italian)
  1564. ja : 日本語 (Japanese)
  1565. lt : Lietuvių (Lithuanian)
  1566. nl : Nederlands (Dutch)
  1567. nl_BE : Vlaams (Dutch_Belgium)
  1568. oc : Lenga D'òc (Occitan)
  1569. pl : Polski (Polish)
  1570. pt : Português (Portuguese)
  1571. pt_BR : Português (Portuguese_Brazil)
  1572. ro : Română (Romanian)
  1573. ru : Русский (Russian)
  1574. sk : Slovenčina (Slovak)
  1575. sl : Slovenski (Slovene)
  1576. sr : српски (Serbian)
  1577. sv : Svenska (Swedish)
  1578. te : తెలుగు (telugu)
  1579. ta : தமிழ் (Tamil)
  1580. tr : Türkçe (Turkish)
  1581. uk : українська мова (Ukrainian)
  1582. vi : tiếng việt (Vietnamese)
  1583. zh : 中文 (Chinese)
  1584. zh_TW : 國語 (Taiwanese Mandarin)
  1585. doi_resolvers :
  1586. oadoi.org : 'https://oadoi.org/'
  1587. doi.org : 'https://doi.org/'
  1588. doai.io : 'https://dissem.in/'
  1589. sci-hub.se : 'https://sci-hub.se/'
  1590. sci-hub.do : 'https://sci-hub.do/'
  1591. scihubtw.tw : 'https://scihubtw.tw/'
  1592. sci-hub.st : 'https://sci-hub.st/'
  1593. sci-hub.bar : 'https://sci-hub.bar/'
  1594. sci-hub.it.nf : 'https://sci-hub.it.nf/'
  1595. default_doi_resolver : 'oadoi.org'