Skip to content

Commit

Permalink
merged bluesky new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
degun-osint authored Nov 29, 2024
1 parent b4bf2a3 commit 8b76dc6
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@
"name" : "Bitchute",
"uri_check" : "https://www.bitchute.com/channel/{account}/",
"e_code" : 200,
"e_string" : ">Subscribe</span>",
"m_string" : "404 - Page not found</h1>",
"e_string" : "https://api.bitchute.com/oembed/?url=https%3A%2F%2Fwww.bitchute.com%2Fchannel%2F",
"m_string" : "<title>Bitchute</title>",
"m_code" : 200,
"known" : ["simon_parkes", "americafloats", "daindor"],
"cat" : "political"
Expand Down Expand Up @@ -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" : "<meta property=\"profile:username\" content=",
"e_string" : "on Bluesky",
"m_code" : 200,
"m_string" : "Oups&nbsp!</div>",
"m_string" : "<p id=\"bsky_did\"></p>",
"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}",
Expand Down

0 comments on commit 8b76dc6

Please sign in to comment.