Youtube allows videos to be embeded using the link of kind
https://www.youtube.com/embed/uniqueId
, which can be used to plugin the video into your website.
If we try to use the link of the kind https://youtu.be/uniqueId
youtube thorws up an error like the one addressed in this question
This approach even though not possible using <iframe>
tag, it must be theoretically possible to render any public content on the webpage as that link can be accessed by all.
Is it possible to open a tag inside html which runs some kind of browser sandbox and just renders the video element of the original Youtube page, which is funcitonally equivalent to an embed video.
This seems like a theoretical possibility, can we do it?