Is there a way to read data from a blob that is used by a <video>
tag?
E.g. on youtube it looks like this:
<video autoplay
src="blob:https%3A//ecample.com/92e970b0-7cde-47f9-bdea-9347381d28a3">
</video>
Can I access this data by known blob url?