summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/engines/imgur.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/imgur.py b/searx/engines/imgur.py
index 960f69f0..2fe05070 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,