Skip to content

Commit

Permalink
Merge pull request #910 from WebBreacher/fixingsites2
Browse files Browse the repository at this point in the history
Fixingsites and adding 2
  • Loading branch information
WebBreacher authored Dec 1, 2024
2 parents a17dddf + d80ecb9 commit 5356274
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,16 @@
"known" : ["john", "bob"],
"cat" : "news"
},
{
"name" : "Coda",
"uri_check" : "https://coda.io/@{account}/",
"e_code" : 200,
"e_string" : "- Coda Profile</title>",
"m_string" : "<title>Coda | Page not found - Coda</title>",
"m_code" : 404,
"known" : ["huizer", "kennywong"],
"cat" : "hobby"
},
{
"name" : "Codeberg",
"uri_check" : "https://codeberg.org/{account}",
Expand Down Expand Up @@ -1095,16 +1105,6 @@
"known" : ["john", "test"],
"cat" : "coding"
},
{
"name" : "cohost",
"uri_check" : "https://cohost.org/{account}",
"e_code" : 200,
"e_string" : "cohost! - @",
"m_string" : "Something went wrong",
"m_code" : 404,
"known" : ["vogon", "jkap"],
"cat" : "social"
},
{
"name" : "COLOURlovers",
"uri_check" : "https://www.colourlovers.com/lover/{account}",
Expand Down Expand Up @@ -2952,6 +2952,17 @@
"known" : ["frank", "marcmakescomics"],
"cat" : "social"
},
{
"name": "komi",
"uri_check" : "https://api.komi.io/api/talent/usernames/{account}",
"uri_pretty" : "https://{account}.komi.io",
"e_code" : 200,
"e_string" : "accountStatus\":\"active",
"m_string" : "The talent profile was not found",
"m_code" : 404,
"known" : ["abbysage", "iamdsprings"],
"cat" : "social"
},
{
"name" : "Kongregate",
"uri_check" : "https://www.kongregate.com/accounts/{account}",
Expand Down

0 comments on commit 5356274

Please sign in to comment.