mirror of
https://github.com/searx/searx
synced 2025-03-03 11:07:48 +01:00
[enh] Add gpodder.net (JSON)
Upstream query example: https://gpodder.net/search.json?q=linux
This commit is contained in:
parent
ec4e48e5df
commit
e83c5fd0fd
@ -603,6 +603,26 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
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
|
- name : google play movies
|
||||||
engine : xpath
|
engine : xpath
|
||||||
search_url : https://play.google.com/store/search?q={query}&c=movies
|
search_url : https://play.google.com/store/search?q={query}&c=movies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user