summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-02 10:05:49 +0100
committerGitHub <noreply@github.com>2021-03-02 10:05:49 +0100
commit87ac6df9fc558b36f8b598b23df0449ae0e584f0 (patch)
tree60e1a39a899555063dff71190a0dfd988eb9499b /searx/settings.yml
parente2fb50089219207f7e11bcfc049b48f2f4b9a6c8 (diff)
parentd48e2e7b0b31e03451105cd6f8714f1531dfded8 (diff)
Merge pull request #2611 from return42/google-scolar
[enh] google scholar - python implementation of the engine
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml19
1 files changed, 1 insertions, 18 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 581f19348..e45afb59b 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -535,25 +535,8 @@ engines:
# android: *test_android
- name : google scholar
- engine : xpath
- paging : True
- search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
- results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
- url_xpath : .//h3/a/@href
- title_xpath : .//h3/a
- content_xpath : .//div[@class="gs_rs"]
- suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b
- page_size : 10
- first_page_num : 0
- categories : science
+ engine : google_scholar
shortcut : gos
- about:
- website: https://scholar.google.com/
- wikidata_id: Q494817
- official_api_documentation:
- use_official_api: false
- require_api_key: false
- results: HTML
- name : google play apps
engine : xpath