Skip to content

Commit 1c63fc8

Browse files
committed
fix(wmn-data): update detection logic for batch 2 of 2 from PR #1051
Split from PR #1051 (batch 3 of 4: detection logic, part 2 of 2). Updates uri_check, e_string, m_string, m_code, or header values for existing sites, second half by file position. Original author: 3xp0rt
1 parent c1b2c13 commit 1c63fc8

1 file changed

Lines changed: 41 additions & 34 deletions

File tree

wmn-data.json

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3673,10 +3673,10 @@
36733673
},
36743674
{
36753675
"name": "HiHello",
3676-
"uri_check": "https://www.hihello.me/author/{account}",
3676+
"uri_check": "https://www.hihello.com/author/{account}",
36773677
"e_code": 200,
3678-
"e_string": "<title>HiHello Blog Author: ",
3679-
"m_string": "Well, this is awkward",
3678+
"e_string": "\"mainEntity\": {",
3679+
"m_string": "class=\"utility-page-wrap-404\"",
36803680
"m_code": 404,
36813681
"known": [
36823682
"pascal-theriault",
@@ -3877,7 +3877,7 @@
38773877
},
38783878
{
38793879
"name": "igromania",
3880-
"uri_check": "http://forum.igromania.ru/member.php?username={account}",
3880+
"uri_check": "https://forum.igromania.ru/member.php?username={account}",
38813881
"e_code": 200,
38823882
"e_string": "Форум Игромании - Просмотр профиля:",
38833883
"m_string": "Пользователь не зарегистрирован и не имеет профиля для просмотра.",
@@ -4869,10 +4869,11 @@
48694869
},
48704870
{
48714871
"name": "masto.ai",
4872-
"uri_check": "https://masto.ai/@{account}",
4872+
"uri_check": "https://masto.ai/api/v1/accounts/lookup?acct={account}",
4873+
"uri_pretty": "https://masto.ai/@{account}",
48734874
"e_code": 200,
4874-
"e_string": "@masto.ai) - Mastodon</title>",
4875-
"m_string": "The page you are looking for isn&#39;t here.",
4875+
"e_string": "\"id\":",
4876+
"m_string": "\"error\":\"Record not found\"",
48764877
"m_code": 404,
48774878
"known": [
48784879
"rbreich",
@@ -5168,10 +5169,11 @@
51685169
},
51695170
{
51705171
"name": "Minecraft List",
5171-
"uri_check": "https://minecraftlist.com/players/{account}",
5172+
"uri_check": "https://minecraftlist.com/api/legacy/players/{account}",
5173+
"uri_pretty": "https://minecraftlist.com/players/{account}",
51725174
"e_code": 200,
5173-
"e_string": "-->was seen on<!--",
5174-
"m_string": "0 Minecraft servers recently",
5175+
"e_string": "\"found\":true",
5176+
"m_string": "\"found\":false",
51755177
"m_code": 200,
51765178
"known": [
51775179
"fear837",
@@ -5766,10 +5768,11 @@
57665768
},
57675769
{
57685770
"name": "Note",
5769-
"uri_check": "https://note.com/{account}",
5771+
"uri_check": "https://note.com/api/v2/creators/{account}",
5772+
"uri_pretty": "https://note.com/{account}",
57705773
"e_code": 200,
5771-
"e_string": "フォロワー",
5772-
"m_string": "お探しのページが見つかりません。",
5774+
"e_string": "\"data\":{",
5775+
"m_string": "\"data\":\"リソースが見つかりません\"",
57735776
"m_code": 404,
57745777
"known": [
57755778
"honey",
@@ -6109,11 +6112,12 @@
61096112
},
61106113
{
61116114
"name": "Patriots Win",
6112-
"uri_check": "https://patriots.win/u/{account}/",
6115+
"uri_check": "https://patriots.win/api/v2/user/about.json?user={account}",
6116+
"uri_pretty": "https://patriots.win/u/{account}/",
61136117
"e_code": 200,
6114-
"e_string": "nav-user active register",
6115-
"m_string": "An error occurred",
6116-
"m_code": 500,
6118+
"e_string": "\"users\":[{",
6119+
"m_string": "\"error\":\"invalid user\"",
6120+
"m_code": 200,
61176121
"known": [
61186122
"r3deleven",
61196123
"MemeFactory"
@@ -8162,13 +8166,14 @@
81628166
},
81638167
{
81648168
"name": "TF2 Backpack Examiner",
8165-
"uri_check": "http://www.tf2items.com/id/{account}/",
8169+
"uri_check": "https://www.tf2items.com/id/{account}",
81668170
"e_code": 200,
8167-
"e_string": "<title>TF2 Backpack -",
8171+
"e_string": "var profileId",
81688172
"m_string": "",
81698173
"m_code": 302,
81708174
"known": [
8171-
"test"
8175+
"Hasnof",
8176+
"McCrasAaronMcCras"
81728177
],
81738178
"cat": "gaming"
81748179
},
@@ -8504,15 +8509,15 @@
85048509
},
85058510
{
85068511
"name": "tumblr",
8507-
"uri_check": "https://{account}.tumblr.com",
8512+
"uri_check": "https://www.tumblr.com/{account}",
85088513
"strip_bad_char": ".",
85098514
"e_code": 200,
8510-
"e_string": "avatar",
8511-
"m_string": "There's nothing here",
8515+
"e_string": "\"queryKey\":[",
8516+
"m_string": "\"status\":404",
85128517
"m_code": 404,
85138518
"known": [
8514-
"test",
8515-
"test1"
8519+
"luumia",
8520+
"ofhouses"
85168521
],
85178522
"cat": "images"
85188523
},
@@ -8621,13 +8626,14 @@
86218626
},
86228627
{
86238628
"name": "twpro",
8624-
"uri_check": "https://twpro.jp/{account}",
8629+
"uri_check": "https://twpro.jp/{account}/q-data.json",
8630+
"uri_pretty": "https://twpro.jp/{account}",
86258631
"e_code": 200,
8626-
"e_string": "おとなりさん",
8627-
"m_string": "をご確認ください。",
8632+
"e_string": ",200,\"/",
8633+
"m_string": ",404,\"/",
86288634
"m_code": 404,
86298635
"known": [
8630-
"wsise47",
8636+
"kipuron_ghibli",
86318637
"tsukiusa630"
86328638
],
86338639
"cat": "social"
@@ -8872,7 +8878,7 @@
88728878
},
88738879
{
88748880
"name": "VIP-blog",
8875-
"uri_check": "http://{account}.vip-blog.com",
8881+
"uri_check": "https://{account}.vip-blog.com/",
88768882
"strip_bad_char": ".",
88778883
"e_code": 200,
88788884
"e_string": "blog : ",
@@ -9253,7 +9259,7 @@
92539259
},
92549260
{
92559261
"name": "Wikidot",
9256-
"uri_check": "http://www.wikidot.com/user:info/{account}",
9262+
"uri_check": "https://www.wikidot.com/user:info/{account}",
92579263
"e_code": 200,
92589264
"e_string": "<h1 class=\"profile-title\">",
92599265
"m_string": "<div class=\"error-block\">User does not exist.</div>",
@@ -9461,14 +9467,15 @@
94619467
},
94629468
{
94639469
"name": "Xanga",
9464-
"uri_check": "http://{account}.xanga.com/",
9470+
"uri_check": "https://{account}.xanga.com/",
94659471
"strip_bad_char": ".",
94669472
"e_code": 200,
9467-
"e_string": "s Xanga Site | Just",
9473+
"e_string": "class=\"module module-weblog\"",
94689474
"m_string": "",
94699475
"m_code": 302,
94709476
"known": [
9471-
"john"
9477+
"kwantifiable",
9478+
"seekingxxhappiness"
94729479
],
94739480
"cat": "blog"
94749481
},

0 commit comments

Comments
 (0)