searx-tools

Searx helper tools.
git clone git://r-36.net/searx-tools
Log | Files | Refs | LICENSE

commit b8faf4f44e1419aa040a4b3bb2c8013a8bdd2dc9
parent 127b521608a62988cf2977acd6eb2bb5490d8f54
Author: Julian Schweinsberg <pazz0@0xfa.de>
Date:   Sat,  2 Feb 2019 12:59:32 +0100

Replace inactive stats-URL

http://stats.searx.oe5tpo.com/ is no longer active and links to
https://stats.searx.xyz/.
Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
searx-instances | 2+-
searx-instances-online | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/searx-instances b/searx-instances @@ -1,5 +1,5 @@ #!/bin/sh -curl -sL http://stats.searx.oe5tpo.com/ \ +curl -sL https://stats.searx.xyz/ \ | xpath "//td/a[../../td/span/text()=\"200 - OK\"]" diff --git a/searx-instances-online b/searx-instances-online @@ -1,5 +1,5 @@ #!/bin/sh -curl -sL http://stats.searx.oe5tpo.com/ \ +curl -sL https://stats.searx.xyz/ \ | xpath "//td/a[../../td/span/text()=\"200 - OK\"]"