logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 4fae62cd88fe936f5b3fc14dcb119cf02c97d546
parent: 975bd5beb5d98dc56664eb7a4085e90a566cf63d
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Thu, 11 Aug 2016 11:04:55 +0200

Merge pull request #656 from cy8aer/openrepos

openrepos: Meego/Sailfish application repository

Diffstat:

Msearx/settings.yml12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -300,6 +300,18 @@ engines: engine : openstreetmap shortcut : osm + - name : openrepos + engine : xpath + paging : True + search_url : https://openrepos.net/search/node/{query}?page={pageno} + url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href + title_xpath : //li[@class="search-result"]//h3[@class="title"]/a + content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"] + categories : files + timeout : 4.0 + disabled : True + shortcut : or + - name : photon engine : photon shortcut : ph