logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: c7906555a0e64939c8905df5c48cda8158e3ae4e
parent 51eafdd471fe989accc060f3ebd8efba0d9b6a71
Author: Noémi Ványi <sitbackandwait@gmail.com>
Date:   Sun,  6 Nov 2016 01:17:30 +0100

add lobste.rs xpath engine

Diffstat:

Msearx/settings.yml10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -313,6 +313,16 @@ engines: timeout : 4.0 disabled : True + - name : lobste.rs + engine : xpath + search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance + results_xpath : //li[contains(@class, "story")] + url_xpath : .//span[@class="link"]/a/@href + title_xpath : .//span[@class="link"]/a + content_xpath : .//a[@class="domain"] + categories : it + shortcut : lo + - name : microsoft academic engine : json_engine paging : True