diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-11-11 10:46:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 10:46:19 +0100 |
commit | 3a765113eefc7ac0b1ee94e9a0ac0db8069ec336 (patch) | |
tree | 36be7932a04b1e475e20ccf2f1922fa712d6f759 | |
parent | e63457584b85b268bf5fd3e1ed3de7fb0265c8b2 (diff) | |
parent | 46ad32343a00a3333514ff7400360cafb040cfc4 (diff) | |
download | searxng-3a765113eefc7ac0b1ee94e9a0ac0db8069ec336.tar.gz searxng-3a765113eefc7ac0b1ee94e9a0ac0db8069ec336.zip |
Merge pull request #1950 from searxng/google-fix-pc
Switch back to protobuf for raw HTML
-rw-r--r-- | searx/engines/google.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py index d77837c9e..bdb351432 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -254,7 +254,7 @@ def request(query, params): if use_mobile_ui: additional_parameters = { 'asearch': 'arc', - 'async': 'use_ac:true,_fmt:html', + 'async': 'use_ac:true,_fmt:prog', } # https://www.google.de/search?q=corona&hl=de&lr=lang_de&start=0&tbs=qdr%3Ad&safe=medium |