fix username_unclaimed fields with invalid usernames

pull/1195/head
Seth Falco 3 years ago
parent 2a9297f244
commit f2e3f7a992
No known key found for this signature in database
GPG Key ID: DE1C217EFF01FEC8

@ -666,7 +666,7 @@
"GNOME VCS": { "GNOME VCS": {
"errorType": "response_url", "errorType": "response_url",
"errorUrl": "https://gitlab.gnome.org/{}", "errorUrl": "https://gitlab.gnome.org/{}",
"regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?<!.)$", "regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?<!\\.)$",
"url": "https://gitlab.gnome.org/{}", "url": "https://gitlab.gnome.org/{}",
"urlMain": "https://gitlab.gnome.org/", "urlMain": "https://gitlab.gnome.org/",
"username_claimed": "adam", "username_claimed": "adam",
@ -792,7 +792,7 @@
"url": "https://www.hexrpg.com/userinfo/{}", "url": "https://www.hexrpg.com/userinfo/{}",
"urlMain": "https://www.hexrpg.com/", "urlMain": "https://www.hexrpg.com/",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethi"
}, },
"HackTheBox": { "HackTheBox": {
"errorType": "status_code", "errorType": "status_code",
@ -1147,7 +1147,7 @@
"url": "https://help.nextcloud.com/u/{}/summary", "url": "https://help.nextcloud.com/u/{}/summary",
"urlMain": "https://nextcloud.com/", "urlMain": "https://nextcloud.com/",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethi"
}, },
"Nightbot": { "Nightbot": {
"errorType": "status_code", "errorType": "status_code",
@ -1660,7 +1660,7 @@
"url": "https://tldrlegal.com/users/{}/", "url": "https://tldrlegal.com/users/{}/",
"urlMain": "https://tldrlegal.com/", "urlMain": "https://tldrlegal.com/",
"username_claimed": "kevin", "username_claimed": "kevin",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethi"
}, },
"Telegram": { "Telegram": {
"errorMsg": "<meta property=\"og:description\" content=\"\">", "errorMsg": "<meta property=\"og:description\" content=\"\">",
@ -1684,7 +1684,7 @@
"url": "https://tenor.com/users/{}", "url": "https://tenor.com/users/{}",
"urlMain": "https://tenor.com/", "urlMain": "https://tenor.com/",
"username_claimed": "red", "username_claimed": "red",
"username_unclaimed": "impossible-username" "username_unclaimed": "impossibleusername"
}, },
"TikTok": { "TikTok": {
"errorType": "status_code", "errorType": "status_code",
@ -1860,7 +1860,7 @@
"url": "https://discourse.wicg.io/u/{}/summary", "url": "https://discourse.wicg.io/u/{}/summary",
"urlMain": "https://discourse.wicg.io/", "urlMain": "https://discourse.wicg.io/",
"username_claimed": "stefano", "username_claimed": "stefano",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethi"
}, },
"Warrior Forum": { "Warrior Forum": {
"errorType": "status_code", "errorType": "status_code",

Loading…
Cancel
Save