diff options
| author | Bnyro <bnyro@tutanota.com> | 2024-03-06 10:22:49 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-09 10:17:16 +0100 |
| commit | 6dd07b88a4b8fce0f98d9274decb95541cebc915 (patch) | |
| tree | 598cc7b1d40d8cc377f2c05c61494d578e6a2acb /searx/settings.yml | |
| parent | 50d5a9ff60e16324ffa68b9a37ca87a7de81c450 (diff) | |
[feat] lib.rs: use packages.html template
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 865cb6b77..3f817edb7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2254,20 +2254,8 @@ engines: - name: lib.rs shortcut: lrs - engine: xpath - search_url: https://lib.rs/search?q={query} - results_xpath: /html/body/main/div/ol/li/a - url_xpath: ./@href - title_xpath: ./div[@class="h"]/h4 - content_xpath: ./div[@class="h"]/p - categories: [it, packages] + engine: lib_rs disabled: true - about: - website: https://lib.rs - wikidata_id: Q113486010 - use_official_api: false - require_api_key: false - results: HTML - name: sourcehut shortcut: srht |