How to download video with blob url.

How to download video with blob url.

sometimes you want download videos with URL like this blob:http://xxx.xxx/5047eabf-77e0-41f9-9d05-b6932669d712this formate was convert by javascript.what is blob?

step1.use google chrome open url.

step2. open developer tools

Image for post

step3.click Refresh button and click Network. now you can not found any one video stream?s Size was stable increase.

Image for post

step4.input m3 in Filter. you can found m3u8 or m3u4, it?s file.just double click the file , in my picture was his_720_m3u8.

Image for post

step5.copy the URL:

Image for post

step6.open VLC player and click Open Network.downloadVLC

Image for post

step7.input URL and check Stream output then click Settings?

Image for post

step8.click Browse to setting file name with .mp4, finally click OK to go back VLC player.

Image for post

step9.you can see the time scroll bar was running. now just waiting download whole file.

Image for post

16