Skip to content

Commit

Permalink
[fix] drop engine gpodder
Browse files Browse the repository at this point in the history
gpodder is ultra slow on search terms like foo

  https://gpodder.net/search.json?q=foo

takes up to a minute to return an empty json response.

- Closes: searxng#3785
Signed-off-by: Markus <[email protected]>
  • Loading branch information
Markus authored and return42 committed Sep 15, 2024
1 parent d3a795c commit 3630e46
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,26 +900,6 @@ engines:
shortcut: mi
disabled: true

- 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: music
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: habrahabr
engine: xpath
paging: true
Expand Down

0 comments on commit 3630e46

Please sign in to comment.