Forum Discussion
How do I download video from blob link on Windows 11 ?
To download video from blob link, first navigate to the network tab of Chrome or Edge developer tools. You can always find it, as this is the standard method. Look for the file with m3u8 extension. Alternatively, you can use the youtube-dl tool to automatically detect the m3u8 file when given a direct link to the webpage.
Next, copy the link of m3u8 file to youtube-dl command-line tool (https://ytdl-org.github.io/youtube-dl/download.html). It can download content from various sources beyond just YouTube. It will automatically download each segment and combine them using FFmpeg, then discard unnecessary parts. The tool may support the site you're interested in downloading from without requiring step #1.
If you encounter a stubborn site that generates 403 errors, try using Telerik Fiddler. This tool acts as a local proxy, capturing and saving any transmitted data, including video files. With Fiddler, you can download almost anything, except for DRM-protected content like Spotify.
You can download, Save and also convert them by V.L.C player
In your inspector of your browser (Edge browser recommended) in addition of blob file you can see another file with .m3u8 extension
Let's copy that URL which contains .m3u8 extension
Download, Install and Open V.L.C Player
Just open Media > Convert / Save
Then in the network tab enter the URL with .m3u8 extension :
Next select Convert / Save
Then choose MP4
Finally Click on start button and enjoy downloading.