mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
removed YouTube
This commit is contained in:
parent
d3fb5872bd
commit
3b4b818c44
3 changed files with 50 additions and 21 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
```
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue