diff options
author | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2019-08-20 16:10:25 +0200 |
---|---|---|
committer | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2019-08-20 16:10:25 +0200 |
commit | 07d02502411ef5097d3394e0615010461ec32878 (patch) | |
tree | c6deef26f0b7621358bd905e257c77fba4b4791a /searx | |
parent | 8e62f7600f4582b913c92d56ffbafc22e37abe3b (diff) | |
download | searxng-07d02502411ef5097d3394e0615010461ec32878.tar.gz searxng-07d02502411ef5097d3394e0615010461ec32878.zip |
[fix] mojeek engine
Diffstat (limited to 'searx')
-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 cf2b13e08..b162839ec 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -743,7 +743,7 @@ engines: title_xpath : ./h2 content_xpath : ./p[@class="s"] suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a - first_page_num : 1 + first_page_num : 0 page_size : 10 disabled : True |