diff --git a/docs/README.md b/docs/README.md index 5c9bcee3..af901109 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -

+


sherlock
diff --git a/docs/removed-sites.md b/docs/removed-sites.md index ecf8631e..b44e520e 100644 --- a/docs/removed-sites.md +++ b/docs/removed-sites.md @@ -1982,3 +1982,16 @@ __2025-02-16 :__ Unsure if any way to view profiles exists now "username_claimed": "t3dotgg" } ``` + +## TorrentGalaxy +__2025-07-06 :__ Site appears to have gone offline in March and hasn't come back +```json + "TorrentGalaxy": { + "errorMsg": "TGx:Can't show details", + "errorType": "message", + "regexCheck": "^[A-Za-z0-9]{3,15}$", + "url": "https://torrentgalaxy.to/profile/{}", + "urlMain": "https://torrentgalaxy.to/", + "username_claimed": "GalaxyRG" + }, +``` diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index c4e6405d..6f886938 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -367,7 +367,7 @@ "errorType": "status_code", "url": "https://cash.app/${}", "urlMain": "https://cash.app", - "username_claimed": "hotdiggitydog", + "username_claimed": "hotdiggitydog" }, "Championat": { "errorType": "status_code", @@ -1646,6 +1646,13 @@ "urlMain": "https://www.producthunt.com/", "username_claimed": "jenny" }, + "Pychess": { + "errorType": "message", + "errorMsg": "404", + "url": "https://www.pychess.org/@/{}", + "urlMain": "https://www.pychess.org", + "username_claimed": "gbtami" + }, "PromoDJ": { "errorType": "status_code", "url": "http://promodj.com/{}", @@ -2046,14 +2053,6 @@ "urlMain": "https://www.tnaflix.com/", "username_claimed": "hacker" }, - "TorrentGalaxy": { - "errorMsg": "TGx:Can't show details", - "errorType": "message", - "regexCheck": "^[A-Za-z0-9]{3,15}$", - "url": "https://torrentgalaxy.to/profile/{}", - "urlMain": "https://torrentgalaxy.to/", - "username_claimed": "GalaxyRG" - }, "TradingView": { "errorType": "status_code", "request_method": "GET",