diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-02-20 15:04:59 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-02-22 09:30:16 +0100 |
| commit | 490f28f0a6649f6cfdd1b2d00f488b381c3a9d1e (patch) | |
| tree | 622d783898ec23348ba1c225508c7a9910b3f95b /searx/engines/google_play.py | |
| parent | cc39cf7df3f083b8f9b45d6ecdbbb84181ebabd4 (diff) | |
[mod] online engines - set common HTTP headers
The online engines emulate a request as it would come from a web browser, which
is why the HTTP headers in the default settings should also be set the way a
standard web browser would set them.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/google_play.py')
| -rw-r--r-- | searx/engines/google_play.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/google_play.py b/searx/engines/google_play.py index 8135161a1..2636ed659 100644 --- a/searx/engines/google_play.py +++ b/searx/engines/google_play.py @@ -19,8 +19,6 @@ about = { "results": "HTML", } -send_accept_language_header = True - play_categ = None # apps|movies base_url = 'https://play.google.com' search_url = base_url + "/store/search?{query}&c={play_categ}" |
