diff --git a/removed_sites.json b/removed_sites.json index 365ea2b..b476969 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -789,27 +789,6 @@ "urlMain": "https://quizlet.com", "username_claimed": "blue" }, - "Youtube Channel": { - "errorCode": 404, - "errorType": "status_code", - "headers": { - "Cookie": "CONSENT=YES+cb.20210418-17-p0.it+FX+917; " - }, - "url": "https://www.youtube.com/c/{}", - "urlMain": "https://www.youtube.com", - "username_claimed": "mkbhd" - }, - "Youtube User": { - "errorCode": 404, - "errorType": "status_code", - "headers": { - "Cookie": "CONSENT=YES+cb.20210418-17-p0.it+FX+917; " - }, - "url": "https://www.youtube.com/user/{}", - "urlMain": "https://www.youtube.com", - "username_claimed": "pewdiepie", - "username_unclaimed": "noonewouldeverusethis7" - }, "GunsAndAmmo": { "errorType": "status_code", "url": "https://forums.gunsandammo.com/profile/{}", diff --git a/removed_sites.md b/removed_sites.md index dcdddfb..0f8897a 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1752,35 +1752,6 @@ As of 2023.08.29 Quizlet requires us to enable JavaScript to check if a user exs } ``` - -## YouTube -As of 2023.08.29, YouTube returns false positives as we need to accept their TOC but thats not possible with how Sherlock currently works - - -```json - "Youtube Channel": { - "errorCode": 404, - "errorType": "status_code", - "headers": { - "Cookie": "CONSENT=YES+cb.20210418-17-p0.it+FX+917; " - }, - "url": "https://www.youtube.com/c/{}", - "urlMain": "https://www.youtube.com", - "username_claimed": "mkbhd" - }, - "Youtube User": { - "errorCode": 404, - "errorType": "status_code", - "headers": { - "Cookie": "CONSENT=YES+cb.20210418-17-p0.it+FX+917; " - }, - "url": "https://www.youtube.com/user/{}", - "urlMain": "https://www.youtube.com", - "username_claimed": "pewdiepie", - "username_unclaimed": "noonewouldeverusethis7" - } -``` - ## GunsAndAmmo As of 2023.08.29, GunsAndAmmo responds with 404 from time to time ```json diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index a63c1dd..ca623b9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -90,6 +90,15 @@ "urlMain": "https://www.airliners.net/", "username_claimed": "yushinlin" }, + "YouTube": { + "errorType": "status_code", + "url": "https://www.youtube.com/@{}", + "urlMain": "https://www.youtube.com/", + "username_claimed": "youtube", + "headers": { + "User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36" + } + }, "Alik.cz": { "errorType": "status_code", "url": "https://www.alik.cz/u/{}",