Skip to content

Commit

Permalink
removed YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Aug 29, 2023
1 parent d3fb587 commit 3b4b818
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 21 deletions.
21 changes: 21 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,5 +810,26 @@
"url": "https://quizlet.com/{}",
"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"
}
}
29 changes: 29 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1784,4 +1784,33 @@ As of 2023.08.29 Quizlet requires us to enable JavaScript to check if a user exs
"urlMain": "https://quizlet.com",
"username_claimed": "blue"
}
```


## 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"
}
```
21 changes: 0 additions & 21 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2255,27 +2255,6 @@
"urlMain": "https://youporn.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"
},
"Zhihu": {
"errorMsg": "404",
"errorType": "message",
Expand Down

0 comments on commit 3b4b818

Please sign in to comment.