Skip to content

Commit

Permalink
fix: add Youtube to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsofiane committed Oct 17, 2022
1 parent c58ebd9 commit 0f7afa9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"YouTube": {
"errorMsg": "This page isn't available",
"errorType": "message",
"url": "https://www.youtube.com/{}",
"urlMain": "https://www.youtube.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"House-Mixes.com": {
"errorMsg": "Profile Not Found",
"errorType": "message",
Expand Down
16 changes: 0 additions & 16 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,22 +1125,6 @@ As of 2021-06-27, Trip takes too long to return a response. As of now, the reaso

```

## YouTube

As of 2021-06-27, there is no way of checking if a username exists on YouTube. We'll have to take a deeper look
into this as YouTube is must have site in Sherlock.

```json
"YouTube": {
"errorMsg": "This page isn't available",
"errorType": "message",
"url": "https://www.youtube.com/{}",
"urlMain": "https://www.youtube.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```

### House Mixes

As of 2021-09-04, House Mixes has issues connecting causing Sherlock to freeze.
Expand Down
22 changes: 22 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2826,5 +2826,27 @@
"urlMain": "https://www.zoomit.ir",
"username_claimed": "kossher",
"username_unclaimed": "noonewouldeverusethis7"
},
"Youtube Channel": {
"errorType": "status_code",
"errorCode": 404,
"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",
"username_unclaimed": "noonewouldeverusethis7"
},
"Youtube User": {
"errorType": "status_code",
"errorCode": 404,
"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"
}
}

0 comments on commit 0f7afa9

Please sign in to comment.