From e83c5fd0fd9841e29fb5e98919ac80de1976d275 Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Sat, 3 Jul 2021 21:09:40 +0200 Subject: [PATCH] [enh] Add gpodder.net (JSON) Upstream query example: https://gpodder.net/search.json?q=linux --- searx/settings.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index d5a1edd0..2e0394a9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -603,6 +603,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 : google play movies engine : xpath search_url : https://play.google.com/store/search?q={query}&c=movies