hlx-file-writer
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "hlx-file-writer", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A writable stream to save HLS playlists/segments as local files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ [![Build Status](https://travis-ci.org/hlxjs/hlx-file-writer.svg?branch=master)](https://travis-ci.org/hlxjs/hlx-file-writer) | ||
## Features | ||
* Being used with other `hls-streams` objects, it provides a functionality to write every HLS related data (playlist and segments) to your local filesystem. | ||
* Being used with other [`hlx`](https://github.com/hlxjs) objects, it provides a functionality to write every HLS related data (playlist and segments) to your local filesystem. | ||
* It determines the local path for each files based on the `uri` described in the HLS playlist. | ||
@@ -14,0 +14,0 @@ * The hostname contained in the `uri` will be ignored (e.g. "https://foo.bar/abc/def.m3u8" is translated into "{rootPath}/abc/def.m3u8") |
@@ -7,3 +7,3 @@ const stream = require('stream'); | ||
const print = debug('hls-streams-file-writer'); | ||
const print = debug('hlx-file-writer'); | ||
@@ -10,0 +10,0 @@ class WriteStream extends stream.Transform { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7226