[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
This commit is contained in:
Allen 2021-07-03 21:09:40 +02:00 committed by Markus Heiser
parent d5eedf1b61
commit 3b2e0a93b7

View file

@ -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