summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorjazzzooo <38244149+jazzzooo@users.noreply.github.com>2023-09-12 16:01:06 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-12 21:14:48 +0200
commit976b3e21c49919e500fe603c38c77704897d7803 (patch)
tree92bda4171b1ccdfe3600f90849ee457538d1f6f6 /searx/settings.yml
parent54a3e03b45d062b6e817c3e6ba095218497aa5e6 (diff)
downloadsearxng-976b3e21c49919e500fe603c38c77704897d7803.tar.gz
searxng-976b3e21c49919e500fe603c38c77704897d7803.zip
[fix] engine - pypi redirect
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 9dfa03e0e..f8d598efb 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1235,7 +1235,7 @@ engines:
shortcut: pypi
engine: xpath
paging: true
- search_url: https://pypi.org/search?q={query}&page={pageno}
+ search_url: https://pypi.org/search/?q={query}&page={pageno}
results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
url_xpath: ./@href
title_xpath: ./h3/span[@class="package-snippet__name"]