diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-04-24 08:56:22 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-24 09:57:50 +0200 |
| commit | d19eb3903e629e462585c4de890e32e9e6ed1f23 (patch) | |
| tree | e11de53b004c9980b8f56b2358f992539002bdb1 | |
| parent | f45d4145e6f9b434adc42af53815d7615b9640ab (diff) | |
[clean] drop unusable engine: server/project on curlie.org is broken
The websites of https://curlie.org are no longer usable, long runtimes and
recurring "Bad Gateway" messages .. the project is no longer maintained and is
therefore no longer useful in SearXNG.
Related: https://github.com/searxng/searxng/issues/1190
Closes: https://github.com/searxng/searxng/issues/3482
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rw-r--r-- | searx/settings.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7e4b044bf..07d0bdd2d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -711,26 +711,6 @@ engines: search_type: news disabled: true - - name: curlie - engine: xpath - shortcut: cl - categories: general - disabled: true - paging: true - lang_all: '' - search_url: https://curlie.org/search?q={query}&lang={lang}&start={pageno}&stime=92452189 - page_size: 20 - results_xpath: //div[@id="site-list-content"]/div[@class="site-item"] - url_xpath: ./div[@class="title-and-desc"]/a/@href - title_xpath: ./div[@class="title-and-desc"]/a/div - content_xpath: ./div[@class="title-and-desc"]/div[@class="site-descr"] - about: - website: https://curlie.org/ - wikidata_id: Q60715723 - use_official_api: false - require_api_key: false - results: HTML - - name: currency engine: currency_convert categories: general |