Download HLS streams.
require 'hls-download'
hls_stream = HLSDownload::HLS.new 'https://hls.cdn/mystream/manifest.m3u8'
hls_stream.download! output_dir: '/var/www/hls/mystream'
https://hub.docker.com/r/vualto/hls-download
- support iframe playlists
- download recursively