From f848dd0388c99f623e6200302af216bce357d536 Mon Sep 17 00:00:00 2001 From: alexisthereal Date: Thu, 24 Oct 2024 22:06:41 -0300 Subject: [PATCH] Add bing search --- wmn-data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wmn-data.json b/wmn-data.json index 13f76489..bfdf50f9 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -585,6 +585,17 @@ "known" : ["john", "db"], "cat" : "tech" }, + { + "name" : "Bing Search", + "uri_check" : "https://omniplex.ai/api/multiSearch?q=%22{account}%22", + "uri_pretty" : "https://www.bing.com/search?q=%22{account}%22", + "e_code" : 200, + "e_string" : "displayUrl", + "m_string" : ":[]}}", + "m_code" : 200, + "known" : ["patormovies", "gtadante"], + "cat" : "search" + }, { "name" : "biolink", "uri_check" : "https://bio.link/{account}",