From 215ccb4ea4e8414cea5c254f4bb6dbe486441daa Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:01:08 +0100 Subject: [PATCH 1/4] zhihu captcha (403) on e and m. Fixed with an undocumented endpoint that doesn't need a cookie. Can sometimes throw a 429 but it's better than nothing. --- wmn-data.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 29c8dc31..442e004d 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6825,11 +6825,12 @@ }, { "name" : "zhihu", - "uri_check" : "https://www.zhihu.com/people/{account}", + "uri_check" : "https://api.zhihu.com/books/people/{account}/publications?offset=0&limit=5", + "uri_pretty" : "https://www.zhihu.com/people/{account}", "e_code" : 200, - "e_string" : "zhihu:voteupCount", - "m_string" : "ErrorPage-subtitle", - "m_code" : 400, + "e_string" : "\"is_start\": true", + "m_string" : "\"name\": \"NotFoundException\"", + "m_code" : 404, "known" : ["lushnis", "kan-shu-jiao-hua-shai-tai-yang"], "cat" : "social" }, From ff8020d8b65e2694db0bad7fb9597d9330f1ed55 Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:15:38 +0100 Subject: [PATCH 2/4] Zepeto 403 on e and m. Profile url has changed. Undocumented endpoint used as uri_check for speed, uri_pretty changed. e_string and m-string fixed. --- wmn-data.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 442e004d..4e574646 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6815,10 +6815,11 @@ }, { "name" : "Zepeto", - "uri_check" : "https://user.zepeto.me/{account}?language=en", + "uri_pretty" : "https://web.zepeto.me/share/user/profile/{account}?language=en", + "uri_check" : "https://gw-napi.zepeto.io/profiles/{account}", "e_code" : 200, - "e_string" : "content=\"How would you look as an avatar? Look at mine!", - "m_string" : "ZEPETO", + "e_string" : "zepetoId\":", + "m_string" : "errorCode\":", "m_code" : 200, "known" : ["joe", "james"], "cat" : "social" From abd798fec9a5bed01c25140daf1b6f685464668d Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:31:24 +0100 Subject: [PATCH 3/4] Zbiornik e_string down. "Connection error" as content. Fixed with a user-agent header. m_code changed to 301 as it redirects to the profile search. m-string set to "". --- wmn-data.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index 4e574646..c07d42b0 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6798,10 +6798,11 @@ "uri_check" : "https://mini.zbiornik.com/{account}", "e_code" : 200, "e_string" : "INFO", - "m_string" : "Szukaj", - "m_code" : 200, + "m_string" : "", + "m_code" : 301, "known" : ["69uzytkownik69", "Soif"], - "cat" : "xx NSFW xx" + "cat" : "xx NSFW xx", + "headers" : {"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"} }, { "name" : "Zenn", From 459a1d711ba95e89b80bea4c24483c3554aa12ec Mon Sep 17 00:00:00 2001 From: balestek <157660869+balestek@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:50:06 +0100 Subject: [PATCH 4/4] youpic e_string and m_string down. Fixed --- wmn-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmn-data.json b/wmn-data.json index c07d42b0..4e45dcea 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -6757,8 +6757,8 @@ "name" : "youpic", "uri_check" : "https://youpic.com/photographer/{account}", "e_code" : 200, - "e_string" : "- Photographer - YouPic", - "m_string" : "Welcome to the infamous 404 page - YouPic", + "e_string" : "YouPic — Not Found", "m_code" : 404, "known" : ["photodude", "mike"], "cat" : "hobby"