logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 4ffe18b4bb7e9515c6b615a8721785604a38da45
parent 96d623436c9ed9cbd7a8f7dbd8852e9100a9b7b7
Author: David A Roberts <d@vidr.cc>
Date:   Wed, 10 Aug 2016 21:33:05 +1000

[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