Remove GeeksforGeeks due to false positves

This commit is contained in:
Maxwell Oldshein 2026-01-07 14:33:43 -05:00
parent 69363df53e
commit 924c2c7bb0
2 changed files with 11 additions and 6 deletions

View File

@ -1995,3 +1995,14 @@ __2025-07-06 :__ Site appears to have gone offline in March and hasn't come back
"username_claimed": "GalaxyRG"
},
```
## GeeksforGeeks
__2026-01-07 :__ Site is problematic and results in false due to the fact that neither `status_code`, `message`, or `redirect_url` methodologies can be leveraged to verify whether or not users exit at the moment.
```json
"GeeksforGeeks": {
"errorType": "status_code",
"url": "https://auth.geeksforgeeks.org/user/{}",
"urlMain": "https://www.geeksforgeeks.org/",
"username_claimed": "adam"
},
```

View File

@ -951,12 +951,6 @@
"urlMain": "https://gamefaqs.gamespot.com",
"username_claimed": "blue"
},
"GeeksforGeeks": {
"errorType": "status_code",
"url": "https://auth.geeksforgeeks.org/profile/{}",
"urlMain": "https://www.geeksforgeeks.org/",
"username_claimed": "adam"
},
"Genius (Artists)": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9]{5,50}$",