diff options
author | Noémi Ványi <kvch@users.noreply.github.com> | 2019-02-22 21:10:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 21:10:26 +0100 |
commit | b9e42e69be986a5f3980dc30d0ed25a9b1a47349 (patch) | |
tree | e53b72460f0397a49c9a0e0a662b220f9afd4e1f /searx/settings.yml | |
parent | d4a24fcaa593f0b511f262abdf91410c448d496a (diff) | |
parent | 6cadbf9269f35511ce134eed2379ffc396e0ae2b (diff) | |
download | searxng-b9e42e69be986a5f3980dc30d0ed25a9b1a47349.tar.gz searxng-b9e42e69be986a5f3980dc30d0ed25a9b1a47349.zip |
Merge pull request #1507 from Venca24/devel_google_scholar
[fix] google scholar suggestions
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3851f49d5..6e7c37fb0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -302,7 +302,7 @@ engines: url_xpath : .//h3/a/@href title_xpath : .//h3/a content_xpath : .//div[@class="gs_rs"] - suggestion_xpath : //div[@id="gs_qsuggest"]/ul/li + suggestion_xpath : //div[@id="gs_res_ccl_top"]//a/b page_size : 10 first_page_num : 0 categories : science |