tReplace inactive stats-URL - searx-tools - Searx helper tools.
(HTM) git clone git://r-36.net/searx-tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit b8faf4f44e1419aa040a4b3bb2c8013a8bdd2dc9
(DIR) parent 127b521608a62988cf2977acd6eb2bb5490d8f54
(HTM) 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(-)
---
(DIR) diff --git a/searx-instances b/searx-instances
t@@ -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\"]"
(DIR) diff --git a/searx-instances-online b/searx-instances-online
t@@ -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\"]"