From 2162a1aaedc05f47f0dfb54d0c67371672e91d3d Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:44:52 +0100 Subject: [PATCH 1/8] xing e_string down. Fixed --- wmn-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmn-data.json b/wmn-data.json index 4e45dcea..fc8bce98 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6676,7 +6676,7 @@ "name" : "Xing", "uri_check" : "https://www.xing.com/profile/{account}", "e_code" : 200, - "e_string" : "super-ellipsestyles__ImageContainer-vaubmx-1", + "e_string" : " Date: Sun, 5 Jan 2025 01:37:56 +0100 Subject: [PATCH 2/8] Xephula xephula.com, domain for sale. --- wmn-data.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index fc8bce98..390b9934 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6652,16 +6652,6 @@ "known" : ["Spiken8", "john"], "cat" : "gaming" }, - { - "name" : "XEPHULA", - "uri_check" : "https://xephula.com/{account}", - "e_code" : 200, - "e_string" : "div class=\"about-list-item\"", - "m_string" : "OOPS! PAGE NOT BE FOUND", - "m_code" : 404, - "known" : ["MetalKyng", "CandiceSpiller"], - "cat" : "social" - }, { "name" : "xHamster", "uri_check" : "https://xhamster.com/users/{account}", From 9304d4d375f470c0c037de66dfd28a38b67897a8 Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:47:53 +0100 Subject: [PATCH 3/8] Weblancer Blocked by cloudflare. Fixed with user-agent. known[0] doesn't exist. --- wmn-data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 390b9934..986715f2 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6466,8 +6466,9 @@ "e_string" : "\"user\":", "m_string" : "\"page\":\"/404\"", "m_code" : 404, - "known" : ["alpet", "WebArtyom"], - "cat" : "social" + "known" : ["kevin", "WebArtyom"], + "cat" : "social", + "headers": {"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"} }, { "name" : "weheartit", From 43634d8e19dc36e1edae5c2c32355df1329f4d50 Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:57:30 +0100 Subject: [PATCH 4/8] Wykop 301. Redirect from www. to domain without trailing slash at the end. uri_check fixed. --- wmn-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmn-data.json b/wmn-data.json index 986715f2..1f2d929b 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6614,7 +6614,7 @@ }, { "name" : "Wykop", - "uri_check" : "https://www.wykop.pl/ludzie/{account}/", + "uri_check" : "https://wykop.pl/ludzie/{account}", "e_code" : 200, "e_string" : "Profil:", "m_string" : "Wystąpił błąd 404.", From 48630da60d34e0a9ba47f3eee43ab7fa79a9604a Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:09:14 +0100 Subject: [PATCH 5/8] Wireclub Browser check (403). No fix yet. --- wmn-data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmn-data.json b/wmn-data.json index 1f2d929b..60250d43 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6550,7 +6550,8 @@ "m_string" : "People - Wireclub", "m_code" : 301, "known" : ["deae", "cheerfulsarcasm", "braydenskiresort"], - "cat" : "social" + "cat" : "social", + "protection": ["other"] }, { "name" : "Wakatime", From 435b39f1d29877c8a85886a47cad90c2ae21a36b Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:13:41 +0100 Subject: [PATCH 6/8] Weasyl Small fix on the e_string. --- wmn-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmn-data.json b/wmn-data.json index 60250d43..e47441c8 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6442,7 +6442,7 @@ "name" : "Weasyl", "uri_check" : "https://www.weasyl.com/~{account}", "e_code" : 200, - "e_string" : "'s profile — Weasyl", + "e_string" : "profile — Weasyl", "m_string" : "This user doesn't seem to be in our database.", "m_code" : 404, "known" : ["weasyl", "test"], From 3aff49c3821df6cdd39405590b183fcbdece2f88 Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:20:00 +0100 Subject: [PATCH 7/8] Watchmyfeed known[0] doesn't exist. m_string fixed (no m_string as 302). --- wmn-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index e47441c8..51143935 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6422,9 +6422,9 @@ "uri_check" : "https://watchmyfeed.com/{account}", "e_code" : 200, "e_string" : "SEND ME A TIP", - "m_string" : " Date: Sun, 5 Jan 2025 03:29:46 +0100 Subject: [PATCH 8/8] watchmemore.com uri_check updated, new api version. --- wmn-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmn-data.json b/wmn-data.json index 51143935..91d84e98 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6388,7 +6388,7 @@ }, { "name" : "watchmemore.com", - "uri_check" : "https://api.watchmemore.com/api3/profile/{account}/", + "uri_check" : "https://api.watchmemore.com/api4/profile/{account}/", "uri_pretty" : "https://watchmemore.com/{account}/", "e_code" : 200, "e_string" : "displayName",