Heads-up for the #PeerTube community, it appears Google has been blocking many tools/IP ranges that try to synchronize with YouTube. At least for the creators on #tilvids this is a massive challenge, because they can no longer sync THEIR content on multiple platforms, requiring them to manually upload to both TILvids AND #youtube We appreciate our creators going the extra mile, and please remember this is why it's so important to support alternative platforms.
https://github.com/Chocobozzz/PeerTube/issues/6522
#tech
Fair enough, that’s interesting. I assume this only applies to the non-web clients. On the web, it would not be possible.
You can verify by looking at the outgoing network requests on this random video for example: https://invidious.privacyredirect.com/watch?v=qKMcKQCQxxI
Because of the CORS settings on Google’s servers would tell your browser to not go forward with the request.
There are two ways it could eventually be possible:
By opening the video in a new page/tab that only contains the video, with the YouTube player, which defeats the purpose a bit.
I’m pretty confident that you are wrong.
https://docs.invidious.io/faq/#q-what-data-is-shared-with-youtube
Fair enough, that’s interesting. I assume this only applies to the non-web clients. On the web, it would not be possible. You can verify by looking at the outgoing network requests on this random video for example: https://invidious.privacyredirect.com/watch?v=qKMcKQCQxxI
Why not?
Because of the CORS settings on Google’s servers would tell your browser to not go forward with the request. There are two ways it could eventually be possible:
I haven’t checked the CORS headers for YouTube videos but wouldn’t access have to be fairly open to allow embedded videos to work?
For that they use iframes, which have a different security system.