Releases: Spark-NF/hls-downloader
Releases · Spark-NF/hls-downloader
v2.2.0
v2.1.0
v2.0.0
- Add support for non-live feeds (issue #9)
- Bump dependencies
BREAKING: non-live is now the default behavior for downloads, directly stopping after all segments of the playlist have been downloaded. If you want to restore the original behavior of refreshing the playlist to look for new segments, you should use the --live
CLI flag or set the live
option to true
.
v1.2.0
v1.1.0
- Switch linting tool from 'tslint' to 'eslint'
- Switch HTTP library from 'request' to 'axios'
- Fix relative paths for playlists and chunks (issue #4)
- Fix issue in mergeFiles function where the promise returns before the file is written
- Fix issue when using a chunk directory without a trailing slash
- Improve message when there is a possible segment jump
- Stop refreshing the playlist in the background after a timeout is reached
- Add multiple unit tests