Sunday 8 July 2018

Downloading m3u8 videos



I am trying to download m3u8 video on windows 10, I have tried all the ways to do that but I couldn't download them.


Anyone could help me? here are the links for the videos:


http://s6.vidshare.tv/hls/pdommq4tlsm4f4kmledsh5d5fcn27i35msjxqw62l,w63wt5bgaqhzzy5tnfq,7p3ut5bgaqjxkd423pq,fflut5bgaqkj42irb5q,.urlset/master.m3u8


http://s6.vidshare.tv/hls/pdommq4tlsm4f4kmledsh5d5fcn27i35msjxqw62lfflut5bgaqhb5kirb5q/index-v1-a1.m3u8


By the way those links are for the same video but non of them worked with me.



Answer



Get ffmpeg from http://ffmpeg.zeranoe.com/builds/


Then you can download your video with this command


ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://s6.vidshare.tv/hls/pdommq4tlsm4f4kmledsh5d5fcn27i35msjxqw62lfflut5bgaqhb5kirb5q/index-v1-a1.m3u8" -c copy video.mp4

But it may be easier to use youtube-dl. If it supports the website that contains the video you can type e.g. youtube-dl https://www.youtube.com/...


This works not just for youtube but also many other video sites.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...