diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-07-13 15:58:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 15:58:37 +0200 |
| commit | ff180cf2dbab35d93b013b68afc19b795e7b9b71 (patch) | |
| tree | 0f450e0b2bb48077feba63582e7a127bc89e1711 | |
| parent | 4f09c7ba0c16965db6f502060be0d94d8d105ceb (diff) | |
| parent | 2767046065c5fc4cd20d5c796dbdaf4d3e5730d2 (diff) | |
Merge pull request #203 from return42/drop-dogpile
[fix] drop engine dogpile
| -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 8967abac4..f8c645107 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1536,26 +1536,6 @@ engines: require_api_key: false results: HTML - - name: dogpile - shortcut: dp - engine: xpath - paging: true - page_size: 9 - # Doesn't work without the 'sc' parameter - search_url: https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20 - url_xpath: //span[@class="web-bing__url"] - title_xpath: //a[@class="web-bing__title"] - content_xpath: //span[@class="web-bing__description"] - categories: general - timeout: 3.0 - disabled: true - about: - website: https://www.dogpile.com - wikidata_id: Q3595363 - use_official_api: false - require_api_key: false - results: html - - name: brave shortcut: brave engine: xpath |