Hello
When a webpage loads a stream video, it runs a m3u8 which I believe is a playlist and it runs a file from a link like blob:https://file/1234
Is it possible to get the link of the actual file?
I tried HLS Downloader for Chrome but it seems to actually stream and save the video, instead of downloading it directly.
I want the latter so that I can load many files to download and be able to resume them.
Thanks!