mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
Expand Searx instance filter to check http errors
This commit is contained in:
parent
4a824e449b
commit
7fbf761b05
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-instances.yml
vendored
1
.github/workflows/update-instances.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
||||||
.instances |
|
.instances |
|
||||||
to_entries[] |
|
to_entries[] |
|
||||||
select(.value.network_type == "normal") |
|
select(.value.network_type == "normal") |
|
||||||
|
select(.value.http.error == null) |
|
||||||
select(.value.tls != null) |
|
select(.value.tls != null) |
|
||||||
.key
|
.key
|
||||||
] | sort' > searx-tmp.json
|
] | sort' > searx-tmp.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue