brought back Imgur by fixing it's false positive

pull/841/head
Siddharth Dushantha 4 years ago committed by h20190563
parent 41cceb7b84
commit 5ce36bc6b3

@ -113,14 +113,6 @@
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"Imgur": {
"errorType": "status_code",
"rank": 74,
"url": "https://imgur.com/user/{}",
"urlMain": "https://imgur.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Investing.com": { "Investing.com": {
"errorType": "status_code", "errorType": "status_code",
"rank": 196, "rank": 196,

@ -370,22 +370,6 @@ Usernames that exist are not detected.
}, },
``` ```
## Imgur
Looks like they made some changes to the site. Sherlock says that all
usernames are available.
```
"Imgur": {
"errorType": "status_code",
"rank": 74,
"url": "https://imgur.com/user/{}",
"urlMain": "https://imgur.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## PowerShell Gallery ## PowerShell Gallery
Accidentally merged even though the original pull request showed that all Accidentally merged even though the original pull request showed that all

@ -2231,5 +2231,13 @@
"urlMain": "https://uid.me/", "urlMain": "https://uid.me/",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
},
"Imgur": {
"errorType": "status_code",
"urlProbe": "https://api.imgur.com/account/v1/accounts/{}?client_id=546c25a59c58ad7",
"url": "https://imgur.com/user/{}",
"urlMain": "https://imgur.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
} }
} }

Loading…
Cancel
Save