From 58b8f512c7168c5f0c4634e03acc977071c5cec3 Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:23:25 +0200 Subject: [PATCH] [enh] Add researchgate.com Upstream example query: https://www.researchgate.net/search/publication?q=robot --- searx/settings.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 3284c985..59c22961 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1283,6 +1283,23 @@ engines: timeout: 6.0 categories : science + - name : researchgate + engine : xpath + shortcut : rg + paging : True + categories : science, files + disabled : True + search_url : https://www.researchgate.net/search/publication?q={query}&page={pageno} + title_xpath : //a[@class="nova-e-link nova-e-link--color-inherit nova-e-link--theme-bare"] + url_xpath : //a[@class="nova-e-link nova-e-link--color-inherit nova-e-link--theme-bare"]/@href + content_xpath : //div[@class="nova-v-publication-item__meta"] + about: + website: www.researchgate.com + wikidata_id: Q754454 + use_official_api: false + require_api_key: false + results: HTML + - name : dictzone engine : dictzone shortcut : dc