|
|
|
@ -1185,3 +1185,19 @@ 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.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|