summaryrefslogtreecommitdiff
path: root/searx/engines/google_play.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2026-02-20 15:04:59 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2026-02-22 09:30:16 +0100
commit490f28f0a6649f6cfdd1b2d00f488b381c3a9d1e (patch)
tree622d783898ec23348ba1c225508c7a9910b3f95b /searx/engines/google_play.py
parentcc39cf7df3f083b8f9b45d6ecdbbb84181ebabd4 (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.py2
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}"