As we can inspect element and see the src tag and get the video link in browser. How to spoof users with a false url so that, users will not know, the location of video.
For example if we open observe the src tag of this video
https://www.youtube.com/watch?v=SRXbBwpJIbk
src="blob:https%3A//www.youtube.com/60c62892-bf05-423b-9665-a3a470e9ea37"
But If we open this link again, we get nothing or 404 error if we remove blob in url.
So how is youtube doing this? Or any other method to hide URL?
I observed in Network Panel too. I can't see any particular link to get the video. How to implement this?