mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 04:27:46 +01:00
[fix] google scholar engine
This commit is contained in:
parent
fc73d7abdc
commit
4f4df6273b
@ -311,7 +311,7 @@ engines:
|
|||||||
engine : xpath
|
engine : xpath
|
||||||
paging : True
|
paging : True
|
||||||
search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
|
search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
|
||||||
results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"]
|
results_xpath : //div[contains(@class, "gs_r")]/div[@class="gs_ri"]
|
||||||
url_xpath : .//h3/a/@href
|
url_xpath : .//h3/a/@href
|
||||||
title_xpath : .//h3/a
|
title_xpath : .//h3/a
|
||||||
content_xpath : .//div[@class="gs_rs"]
|
content_xpath : .//div[@class="gs_rs"]
|
||||||
|
Loading…
Reference in New Issue
Block a user