mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: implementation of hacker news
This commit is contained in:
parent
1a66d74673
commit
b42e6c7a8a
1 changed files with 19 additions and 0 deletions
|
@ -870,6 +870,25 @@ engines:
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: JSON
|
results: JSON
|
||||||
|
|
||||||
|
- name: hackernews
|
||||||
|
engine: json_engine
|
||||||
|
paging: true
|
||||||
|
search_url: https://hn.algolia.com/api/v1/search?query={query}&page={pageno}
|
||||||
|
results_query: hits
|
||||||
|
url_query: url
|
||||||
|
title_query: title
|
||||||
|
content_query: story_text
|
||||||
|
categories: it
|
||||||
|
first_page_num: 0
|
||||||
|
shortcut: hn
|
||||||
|
about:
|
||||||
|
website: https://news.ycombinator.com/
|
||||||
|
wikidata_id: Q686797
|
||||||
|
official_api_documentation: https://hn.algolia.com/api
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: JSON
|
||||||
|
|
||||||
- name: imdb
|
- name: imdb
|
||||||
engine: imdb
|
engine: imdb
|
||||||
shortcut: imdb
|
shortcut: imdb
|
||||||
|
|
Loading…
Add table
Reference in a new issue