Skip to content

Commit

Permalink
Fixing sites
Browse files Browse the repository at this point in the history
- Adjusted the CONTRIBUTIONS to note alphabetized JSON
- Removed megamodels, memrise, technet
- Fixed detections manyvids, newmeet, climatejustice,
  • Loading branch information
WebBreacher committed Oct 8, 2024
1 parent 8ceeba8 commit 78af09d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 41 deletions.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ the profile

### Format of the JSON file

The format of the `wmn-data.json` JSON has 3 main elements:
#### Alphabetize by "Name"

We try to keep the entries in the `wmn-data.json` file alphabetized (A-Z) by the `name` value. So you can find `"name" : "Github"` earlier in the file than `"name" : "Snapchat"`.

#### `wmn-data.json` JSON has 3 main elements

1. License - The license for this project and its data
2. Authors - The people that have recently contributed to this project
Expand Down
52 changes: 12 additions & 40 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3039,9 +3039,10 @@
},
{
"name" : "MANYVIDS",
"uri_check" : "https://www.manyvids.com/results.php?keywords={account}",
"uri_check" : "https://www.manyvids.com/bff/search/results?keywords={account}",
"uri_pretty" : "https://www.manyvids.com/results.php?keywords={account}",
"e_code" : 200,
"e_string" : " Vids</h3>",
"e_string" : "\"id\":",
"m_string" : "did not return any results",
"m_code" : 200,
"known" : ["alexbreecooper", "sweetkiss_69"],
Expand Down Expand Up @@ -3183,12 +3184,13 @@
},
{
"name" : "Mastodon-climatejustice.rocks",
"uri_check" : "https://climatejustice.rocks/@{account}",
"uri_check" : "https://climatejustice.rocks/api/v1/accounts/lookup?acct={account}",
"uri_pretty" : "https://climatejustice.rocks/@{account}",
"e_code" : 200,
"e_string" : "@climatejustice.rocks) - Mastodon</title>",
"m_string" : "The page you are looking for isn&#39;t here.",
"e_string" : "username\":",
"m_string" : "Record not found",
"m_code" : 404,
"known" : ["paula", "ahmed76farag"],
"known" : ["paula", "PaulaToThePeople"],
"cat" : "social"
},
{
Expand Down Expand Up @@ -3253,26 +3255,6 @@
"known" : ["john", "marsha"],
"cat" : "dating"
},
{
"name" : "megamodels.pl",
"uri_check" : "http://megamodels.pl/{account}",
"e_code" : 200,
"e_string" : "Portfolio",
"m_string" : "OSTATNIO AKTYWNE PROFILE",
"m_code" : 200,
"known" : ["ania", "janek"],
"cat" : "social"
},
{
"name" : "memrise",
"uri_check" : "https://app.memrise.com/user/{account}/",
"e_code" : 200,
"e_string" : "followers",
"m_string" : "Memrise - Error",
"m_code" : 404,
"known" : ["alice", "john"],
"cat" : "hobby"
},
{
"name" : "Mastodon-meow.social",
"uri_check" : "https://meow.social/@{account}",
Expand Down Expand Up @@ -3303,16 +3285,6 @@
"known" : ["dev", "matt"],
"cat" : "hobby"
},
{
"name" : "Microsoft Technet Community",
"uri_check" : "https://social.technet.microsoft.com/profile/{account}/",
"e_code" : 200,
"e_string" : "s Profile</title>",
"m_string" : "The resource you are looking for has been removed",
"m_code" : 404,
"known" : ["john", "test"],
"cat" : "tech"
},
{
"name" : "Minds",
"uri_check" : "https://www.minds.com/{account}/",
Expand Down Expand Up @@ -3651,12 +3623,12 @@
},
{
"name" : "newmeet",
"uri_check" : "https://www.newmeet.com/en/profile/{account}",
"uri_check" : "https://www.newmeet.com/en/profile/{account}/",
"e_code" : 200,
"e_string" : "The profile of",
"m_string" : ", , , - |",
"e_string" : "<h2>The profile of",
"m_string" : "Chat with , , , - ",
"m_code" : 200,
"known" : ["mamadou1", "wade"],
"known" : ["Harmonie06", "Bach007"],
"cat" : "dating"
},
{
Expand Down

0 comments on commit 78af09d

Please sign in to comment.