diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-01-18 23:50:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 23:50:11 +0100 |
| commit | 57149661e4f90e5ad3a9a4c36bb5f31a1c7ec6aa (patch) | |
| tree | cf41a6559ef7327315101641591411b70b2731ee /searx/settings.yml | |
| parent | b1d49bacb0d6135a7c0a5a32a82681b12b1762cd (diff) | |
| parent | 7814d4b7969c089ea033147ed725c90ac3ef1974 (diff) | |
Merge pull request #830 from davidar/se
Semantic Scholar
Diffstat (limited to 'searx/settings.yml')
| -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 549b2b31d..8515326ec 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -462,6 +462,17 @@ engines: # - ... # disabled : True + - name : semantic scholar + engine : xpath + paging : True + search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false + results_xpath : //article + url_xpath : .//div[@class="search-result-title"]/a/@href + title_xpath : .//div[@class="search-result-title"]/a + content_xpath : .//div[@class="search-result-abstract"] + shortcut : se + categories : science + - name : spotify engine : spotify shortcut : stf |