diff options
| author | Zhijie He <hezhijie0327@hotmail.com> | 2025-04-24 20:20:09 +0800 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-24 16:17:34 +0200 |
| commit | 8595e467ce71bc877d823aa1a8f4b74f68918043 (patch) | |
| tree | 290ce7ef393d9dd1202c06a56a66eaf39941bf9d /searx | |
| parent | 3392beb914591cac6e862dab66e4d4911b798800 (diff) | |
[fix] fix Quark engine calling
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/quark.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/quark.py b/searx/engines/quark.py index 957ef0d97..1c2e84492 100644 --- a/searx/engines/quark.py +++ b/searx/engines/quark.py @@ -11,7 +11,7 @@ from searx.exceptions import SearxEngineAPIException, SearxEngineCaptchaExceptio # Metadata about = { - "website": "https://m.quark.cn/", + "website": "https://quark.sm.cn/", "wikidata_id": "Q48816502", "use_official_api": False, "require_api_key": False, @@ -53,7 +53,7 @@ def request(query, params): category_config = { 'general': { - 'endpoint': 'https://m.quark.cn/s', + 'endpoint': 'https://quark.sm.cn/s', 'params': { "q": query, "layout": "html", |