summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-08-10 13:55:00 +0200
committerGitHub <noreply@github.com>2016-08-10 13:55:00 +0200
commit9998577f0a3ec58ab1f9da3f38b9d83040035d12 (patch)
tree6b4ec1e67eeedd1b296864df96e9deb336444799
parent96d623436c9ed9cbd7a8f7dbd8852e9100a9b7b7 (diff)
parent4ffe18b4bb7e9515c6b615a8721785604a38da45 (diff)
downloadsearxng-9998577f0a3ec58ab1f9da3f38b9d83040035d12.tar.gz
searxng-9998577f0a3ec58ab1f9da3f38b9d83040035d12.zip
Merge pull request #657 from davidar/patch-1
[fix] delete trailing quote
-rw-r--r--searx/settings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 5fea2abad..243c291fe 100644
--- 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