$ npm install hls-get
Easily download HLS streams
npm install -g hls-get
# will download all the data from the playlists # and rewrite the urls so they work offline # the entry playlist is stored as index.m3u8 hls-get https://someplaylist.com/index.m3u8 some-folder
MIT