chore: reformat
This commit is contained in:
parent
6c0c273a0b
commit
0995d4d669
|
|
@ -705,10 +705,7 @@
|
||||||
"url": "https://discord.com",
|
"url": "https://discord.com",
|
||||||
"urlMain": "https://discord.com/",
|
"urlMain": "https://discord.com/",
|
||||||
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
|
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
|
||||||
"errorMsg": [
|
"errorMsg": ["{\"taken\":false}", "The resource is being rate limited"],
|
||||||
"{\"taken\":false}",
|
|
||||||
"The resource is being rate limited"
|
|
||||||
],
|
|
||||||
"request_method": "POST",
|
"request_method": "POST",
|
||||||
"request_payload": {
|
"request_payload": {
|
||||||
"username": "{}"
|
"username": "{}"
|
||||||
|
|
@ -1002,13 +999,13 @@
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
},
|
},
|
||||||
"Warframe Market": {
|
"Warframe Market": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"request_method": "GET",
|
"request_method": "GET",
|
||||||
"url": "https://warframe.market/profile/{}",
|
"url": "https://warframe.market/profile/{}",
|
||||||
"urlMain": "https://warframe.market/",
|
"urlMain": "https://warframe.market/",
|
||||||
"urlProbe": "https://api.warframe.market/v2/user/{}",
|
"urlProbe": "https://api.warframe.market/v2/user/{}",
|
||||||
"username_claimed": "kaiallalone"
|
"username_claimed": "kaiallalone"
|
||||||
},
|
},
|
||||||
"GitLab": {
|
"GitLab": {
|
||||||
"errorMsg": "[]",
|
"errorMsg": "[]",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
|
@ -1105,10 +1102,7 @@
|
||||||
},
|
},
|
||||||
"HackerNews": {
|
"HackerNews": {
|
||||||
"__comment__": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
|
"__comment__": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
|
||||||
"errorMsg": [
|
"errorMsg": ["No such user.", "Sorry."],
|
||||||
"No such user.",
|
|
||||||
"Sorry."
|
|
||||||
],
|
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"url": "https://news.ycombinator.com/user?id={}",
|
"url": "https://news.ycombinator.com/user?id={}",
|
||||||
"urlMain": "https://news.ycombinator.com/",
|
"urlMain": "https://news.ycombinator.com/",
|
||||||
|
|
@ -2491,14 +2485,13 @@
|
||||||
"urlMain": "https://tweakers.net",
|
"urlMain": "https://tweakers.net",
|
||||||
"username_claimed": "femme"
|
"username_claimed": "femme"
|
||||||
},
|
},
|
||||||
"Twitch": {
|
"Twitch": {
|
||||||
"errorMsg": "content='Twitch is the world's leading video platform and community for gamers.'",
|
"errorMsg": "content='Twitch is the world's leading video platform and community for gamers.'",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"url": "https://www.twitch.tv/{}",
|
"url": "https://www.twitch.tv/{}",
|
||||||
"urlMain": "https://www.twitch.tv",
|
"urlMain": "https://www.twitch.tv",
|
||||||
"username_claimed": "xqc"
|
"username_claimed": "xqc"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"Trovo": {
|
"Trovo": {
|
||||||
"errorMsg": "Uh Ohhh...",
|
"errorMsg": "Uh Ohhh...",
|
||||||
|
|
@ -2579,9 +2572,7 @@
|
||||||
"username_claimed": "red"
|
"username_claimed": "red"
|
||||||
},
|
},
|
||||||
"Venmo": {
|
"Venmo": {
|
||||||
"errorMsg": [
|
"errorMsg": ["Venmo | Page Not Found"],
|
||||||
"Venmo | Page Not Found"
|
|
||||||
],
|
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Host": "account.venmo.com"
|
"Host": "account.venmo.com"
|
||||||
|
|
@ -3208,4 +3199,4 @@
|
||||||
],
|
],
|
||||||
"username_claimed": "example"
|
"username_claimed": "example"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue