Skip to content

Commit

Permalink
Update searx services
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Aug 30, 2024
1 parent cbafd28 commit 500fd8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services.json
Original file line number Diff line number Diff line change
Expand Up @@ -2570,11 +2570,11 @@
},
{
"type": "searxng",
"test_url": "/search?q=<%=query%>",
"fallback": "https://searx.be/",
"test_url": "/",
"fallback": null,
"follow_redirects": false,
"allowed_http_codes": "200",
"search_string": null,
"search_string": "searxng",
"regexes": [],
"aliases": [],
"source_link": null,
Expand Down Expand Up @@ -6974,11 +6974,11 @@
},
{
"type": "searx",
"test_url": "/search?q=<%=query%>",
"fallback": "https://searx.be/",
"test_url": "/",
"fallback": null,
"follow_redirects": false,
"allowed_http_codes": "200",
"search_string": null,
"search_string": "searx",
"regexes": [],
"aliases": [],
"source_link": null,
Expand Down

0 comments on commit 500fd8c

Please sign in to comment.