diff options
author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-02-07 15:21:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 15:21:40 +0100 |
commit | ab8739809c8c5f4c1f12e4b15fa8c61afe30ef9f (patch) | |
tree | ecb846956acd5c21ffa5c26b82ac18b0f76a5e17 | |
parent | 1f09d7d561e8d074b47df5838c59cdada040e460 (diff) | |
parent | 41c03cf0112b859f9d5e93690f4ee36d7271680b (diff) | |
download | searxng-ab8739809c8c5f4c1f12e4b15fa8c61afe30ef9f.tar.gz searxng-ab8739809c8c5f4c1f12e4b15fa8c61afe30ef9f.zip |
Merge pull request #2538 from return42/drop-metager
[drop] metager - xpath engine won't work anymore
-rw-r--r-- | searx/settings.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4aac91702..785e7a642 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -717,24 +717,6 @@ engines: require_api_key: false results: HTML - - name : metager - engine : xpath - paging : False - search_url : https://metager.org/meta/meta.ger3?eingabe={query} - url_xpath : //div[@class="result-subheadline"]/a/@href - title_xpath : //div[@class="result-headline"]/h2/@title - content_xpath : //div[@class="result-description"]/text() - categories : general - shortcut : mg - disabled : True - about: - website: https://metager.org/ - wikidata_id: Q1924645 - official_api_documentation: - use_official_api: false - require_api_key: false - results: HTML - - name : microsoft academic engine : microsoft_academic categories : science |