logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 9998577f0a3ec58ab1f9da3f38b9d83040035d12
parent: 96d623436c9ed9cbd7a8f7dbd8852e9100a9b7b7
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed, 10 Aug 2016 13:55:00 +0200

Merge pull request #657 from davidar/patch-1

[fix] delete trailing quote

Diffstat:

Msearx/settings.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -216,7 +216,7 @@ engines: - 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' + 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"] url_xpath : .//h3/a/@href title_xpath : .//h3/a