Skip to content

Commit

Permalink
Freelance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3xp0rt committed Dec 7, 2024
1 parent df0db03 commit 2487219
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,20 +1925,32 @@
"name" : "Freelancehunt Freelancer",
"uri_check" : "https://freelancehunt.com/en/freelancer/{account}.html",
"e_code" : 200,
"e_string" : "Username:",
"e_string" : "\"@id\":\"https://freelancehunt.com/en/freelancers\"",
"m_string" : "User not found.",
"m_code" : 404,
"known" : ["rhythmdev_top", "Zainka"],
"cat" : "social"
},
{
"cat" : "social",
"protection": ["other"]
},
{
"name" : "Freelancehunt Employer",
"uri_check" : "https://freelancehunt.com/en/employer/{account}.html",
"e_code" : 200,
"e_string" : "Username:",
"e_string" : "\"@id\":\"https://freelancehunt.com/en/employers\"",
"m_string" : "User not found.",
"m_code" : 404,
"known" : ["laputkoc", "Dekovital"],
"known" : ["vadym1232", "Dekovital"],
"cat" : "social",
"protection": ["other"]
},
{
"name" : "Freelance.ua",
"uri_check" : "https://freelance.ua/user/{account}/",
"e_code" : 200,
"e_string" : "p-profile-avatar",
"m_string" : "Схоже, дана сторінка не знайдена",
"m_code" : 404,
"known" : ["tkachenkoalex", "oleksandrseo1"],
"cat" : "social"
},
{
Expand Down

0 comments on commit 2487219

Please sign in to comment.