mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
output format protobuf to HTML for google mobile
This commit is contained in:
parent
07342899e5
commit
b9f16a77db
@ -261,7 +261,7 @@ def request(query, params):
|
||||
if use_mobile_ui:
|
||||
additional_parameters = {
|
||||
'asearch': 'arc',
|
||||
'async': 'use_ac:true,_fmt:pc',
|
||||
'async': 'use_ac:true,_fmt:html',
|
||||
}
|
||||
|
||||
# https://www.google.de/search?q=corona&hl=de&lr=lang_de&start=0&tbs=qdr%3Ad&safe=medium
|
||||
|
Loading…
Reference in New Issue
Block a user