From ff6e2ce51bb59d45a5683f0c4c85771e4b217a1d Mon Sep 17 00:00:00 2001 From: pau sch Date: Fri, 15 Jul 2022 08:49:04 +0200 Subject: [PATCH] found it --- searx/engines/derpibooru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/derpibooru.py b/searx/engines/derpibooru.py index 50b63a5e6..ea28d2e90 100644 --- a/searx/engines/derpibooru.py +++ b/searx/engines/derpibooru.py @@ -36,7 +36,7 @@ def response(resp): results = [] json_data = loads(resp.text) - if 'results' in json_data: + if 'images' in json_data: for result in json_data['images']: logger.debug("query --> %s", result.get(result['representations']['thumb'])) results.append(