Download m3u8 files from command line on linux

To automate the download of a file, you can do this for m3u8 formats. 
 
ffmpeg -y -loglevel verbose -i "http://example.com/test.m3u8" -c copy -f mpegts test.mp4

Comments