Skip to content

Commit

Permalink
Merge pull request #2101 from ppfeister/feature/youtube
Browse files Browse the repository at this point in the history
Restore YouTube
  • Loading branch information
sdushantha committed May 6, 2024
2 parents 80a513a + 56b61f3 commit efd5f36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 50 deletions.
21 changes: 0 additions & 21 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}",
Expand Down
29 changes: 0 additions & 29 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}",
Expand Down

0 comments on commit efd5f36

Please sign in to comment.