From 8b76dc647e1404d3e1764341a010fa312f772399 Mon Sep 17 00:00:00 2001 From: Degun <120034094+degun-osint@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:03:35 +0100 Subject: [PATCH] merged bluesky new methods --- wmn-data.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 2910fbbe..84d30983 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -620,8 +620,8 @@ "name" : "Bitchute", "uri_check" : "https://www.bitchute.com/channel/{account}/", "e_code" : 200, - "e_string" : ">Subscribe", - "m_string" : "404 - Page not found", + "e_string" : "https://api.bitchute.com/oembed/?url=https%3A%2F%2Fwww.bitchute.com%2Fchannel%2F", + "m_string" : "Bitchute", "m_code" : 200, "known" : ["simon_parkes", "americafloats", "daindor"], "cat" : "political" @@ -668,15 +668,26 @@ "cat" : "blog" }, { - "name" : "Blue Sky", - "uri_check" : "https://bsky.app/profile/{account}.bsky.social", + "name" : "Bluesky 1", + "uri_check" : "https://bsky.app/profile/{account}", "e_code" : 200, - "e_string" : "", + "m_string" : "

", "known" : ["bsky.app", "safety.bsky.app"], "cat" : "social" }, + { + "name": "Bluesky 2", + "uri_check": "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={account}.bsky.social", + "uri_pretty" : "https://bsky.app/profile/{account}.bsky.social", + "e_code": 200, + "e_string": "\"handle\":\"", + "m_code": 400, + "m_string": "\"message\":\"Profile not found\"", + "known": ["john", "mark"], + "cat": "social" + }, { "name" : "BodyBuilding.com", "uri_check" : "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}",