Skip to content

Commit

Permalink
Merge pull request #111 from return42/mankier
Browse files Browse the repository at this point in the history
[enh] add engine ManKier (JSON) / ManKier: Linux man pages
  • Loading branch information
dalf committed May 29, 2021
2 parents a8b0705 + 52672d8 commit c22c7cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,23 @@ engines:
shortcut : nt
disabled : True

- name: mankier
engine: json_engine
paging: true
search_url: https://www.mankier.com/api/v2/mans/?q={query}
results_query: results
url_query: url
title_query: name
content_query: description
categories: it
shortcut: man
about:
website: https://www.mankier.com/
official_api_documentation: https://www.mankier.com/api
use_official_api: true
require_api_key: false
results: JSON

- name : openairedatasets
engine : json_engine
paging : True
Expand Down

0 comments on commit c22c7cf

Please sign in to comment.