mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
Restore YouTube
This commit is contained in:
parent
80a513a948
commit
56b61f34de
3 changed files with 9 additions and 50 deletions
|
@ -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/{}",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/{}",
|
||||
|
|
Loading…
Reference in a new issue