[fix] Google suspended: too many requests (interim solution)

For an interim solution a static

    arc_id:srp_zF_JZ_ehGr-L7M8Po-jhgQE_120

is added to the `async` argument.

Related:

- https://github.com/searxng/searxng/issues/4435#issuecomment-2703224214

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-03-06 10:14:10 +01:00
parent 8984d7ae02
commit 9439d1804e

View File

@ -67,7 +67,9 @@ suggestion_xpath = '//div[contains(@class, "EIaa9b")]//a'
# UI_ASYNC = 'use_ac:true,_fmt:html' # returns a HTTP 500 when user search for
# # celebrities like '!google natasha allegri'
# # or '!google chris evans'
UI_ASYNC = 'use_ac:true,_fmt:prog'
#
# for interim solution a static arc_id:srp_zF_JZ_ehGr-L7M8Po-jhgQE_120 is added:
UI_ASYNC = 'arc_id:srp_zF_JZ_ehGr-L7M8Po-jhgQE_120,use_ac:true,_fmt:prog'
"""Format of the response from UI's async request."""