diff options
author | Alexandre Flament <alexandre.flament@hesge.ch> | 2024-02-28 19:22:00 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-29 07:48:44 +0100 |
commit | d58760ef751a2df47fa7f118c04d0502d1b37d16 (patch) | |
tree | d3cd2485941e4952682a79a589ce2f46e0664236 /searx/settings.yml | |
parent | 35873b5a1cd450963b7b5379b5bcb1c9d1677672 (diff) | |
download | searxng-d58760ef751a2df47fa7f118c04d0502d1b37d16.tar.gz searxng-d58760ef751a2df47fa7f118c04d0502d1b37d16.zip |
[mod] pypi engine: use packages.html
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7d1eeb190..6c1f7bdd0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1457,23 +1457,7 @@ engines: - name: pypi shortcut: pypi - engine: xpath - paging: true - 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"] - content_xpath: ./p - suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"] - first_page_num: 1 - categories: [it, packages] - about: - website: https://pypi.org - wikidata_id: Q2984686 - official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html - use_official_api: false - require_api_key: false - results: HTML + engine: pypi - name: qwant qwant_categ: web |