summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAllen <64094914+allendema@users.noreply.github.com>2021-07-03 21:09:40 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-07-03 22:30:20 +0200
commit3b2e0a93b7af10d613c04defa68f7b9d7c047a00 (patch)
treefdf2f898f9b03093c7f03d66718a7306de30a76a /searx
parentd5eedf1b6120ea576afb4e22138d4b7c5bc24240 (diff)
downloadsearxng-3b2e0a93b7af10d613c04defa68f7b9d7c047a00.tar.gz
searxng-3b2e0a93b7af10d613c04defa68f7b9d7c047a00.zip
[enh] add gpodder.net (JSON)
Engine just for Podcasts. An API which returns Podcasts and their Info like: website, author etc. Upstream query example: https://gpodder.net/search.json?q=linux
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 48eb6beb0..aeeea01ea 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -654,6 +654,26 @@ engines:
require_api_key: false
results: HTML
+ - name: gpodder
+ engine: json_engine
+ shortcut: gpod
+ timeout: 4.0
+ paging: false
+ search_url: https://gpodder.net/search.json?q={query}
+ url_query: url
+ title_query: title
+ content_query: description
+ page_size: 19
+ categories: social media, files, general
+ disabled: true
+ about:
+ website: https://gpodder.net
+ wikidata_id: Q3093354
+ official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
+ use_official_api: false
+ requires_api_key: false
+ results: JSON
+
- name: geektimes
engine: xpath
paging: true