diff options
| author | Singustromo <68005562+Singustromo@users.noreply.github.com> | 2020-08-31 18:42:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 18:42:51 +0200 |
| commit | 315cdfee09cb34b0006daf76697f7d4f7cfba01d (patch) | |
| tree | d5dc8f15e0e69a62bee9469b44bfc0ebed25c91d | |
| parent | 6f9aa0e2581815189db06d3e7815f1e11b9a4f15 (diff) | |
Added metager-search (#2139)
* Added metager-search
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6888547f2..6f9afd139 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -456,6 +456,17 @@ engines: categories : it shortcut : lo + - 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 + - name : microsoft academic engine : microsoft_academic categories : science |