Skip to content

Commit

Permalink
Merge branch 'update' of https://github.com/3xp0rt/WhatsMyName into u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
3xp0rt committed Oct 20, 2024
2 parents aa6ea56 + 2c85b24 commit 53900e7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4879,6 +4879,16 @@
"known" : ["john", "bob"],
"cat" : "images"
},
{
"name" : "SimplePlanes",
"uri_check" : "https://www.simpleplanes.com/u/{account}",
"e_code" : 200,
"e_string" : "<h5>joined",
"m_code" : 302,
"m_string" : "<title>SimplePlanes Airplanes</title>",
"known" : ["realSavageMan", "Jundroo", "john"],
"cat" : "gaming"
},
{
"name" : "skeb",
"uri_check" : "https://skeb.jp/@{account}",
Expand Down Expand Up @@ -5925,8 +5935,8 @@
"name" : "Vimeo",
"uri_check" : "https://vimeo.com/{account}",
"e_code" : 200,
"e_string" : "is a member of Vimeo, the",
"m_string" : "Make sure you’ve typed the URL correctly",
"e_string" : "og:type",
"m_string" : "VimeUhOh",
"m_code" : 404,
"known" : ["john", "alice"],
"cat" : "video"
Expand Down Expand Up @@ -5984,7 +5994,7 @@
"m_code" : 404,
"known" : ["cyber", "cybersecstu"],
"cat" : "misc",
"protection": "captcha"
"protection": ["captcha"]
},
{
"name" : "VK",
Expand Down

0 comments on commit 53900e7

Please sign in to comment.