Roberto Blázquez

Results 5 comments of Roberto Blázquez

`AgeRestricted`/`rXMX4YJ7Lks` also fails sometimes with 403 and the response does not return any kind of signature parameter to decipher 🤔

@Martymoose98 From what i have seen, to authenticate with cookies we need two cookies: `SAPISID` or `__Secure-3PAPISID` (These two have the same value) and `__Secure-3PSID`. ```cs //Needed to login const...

Correct me if I am wrong but the `TVHTML5_SIMPLY_EMBEDDED_PLAYER` drawbacks are: - Throttling from what I have tested - Embed & age restricted videos are not bypassed with this client...

And about the OAuth approach, How do we get the token?

I wonder if using the base.js functions could be a solution for the `TVHTML5_SIMPLY_EMBEDDED_PLAYER`. Maybe this PR could be used as start point https://github.com/Tyrrrz/YoutubeExplode/pull/601 but it would be needed to...