From af071121de85c4694e766356994db6217721e970 Mon Sep 17 00:00:00 2001 From: Hackurei <138650713+Hackurei@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:32:56 -0600 Subject: [PATCH] [fix] imgur - incorrect wikidata id --- searx/engines/imgur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/imgur.py b/searx/engines/imgur.py index 960f69f07..2fe050705 100644 --- a/searx/engines/imgur.py +++ b/searx/engines/imgur.py @@ -9,7 +9,7 @@ from searx.utils import extract_text, eval_xpath, eval_xpath_list about = { "website": 'https://imgur.com/', - "wikidata_id": 'Q107565255', + "wikidata_id": 'Q355022', "official_api_documentation": 'https://api.imgur.com/', "use_official_api": False, "require_api_key": False,