Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heineiuo/hlsdl

Download HTTP Live Streaming video as a single file from a url with m3u8 content.
https://github.com/heineiuo/hlsdl

hls hls-live-streaming m3u8

Last synced: 3 months ago
JSON representation

Download HTTP Live Streaming video as a single file from a url with m3u8 content.

Awesome Lists containing this project

README

        

# HLSDL

**HLSD**own**L**oad. Download HTTP Live Streaming video as a single file from a url with m3u8 content.

---

## Install

```bash
$ npm i hlsdl -g
```

## Usage

```
$ hlsdl {URL} -o {OUTPUT FILE NAME}
```

## Example

```
$ hlsdl https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8 -o x36xhzz.ts
```

## License
MIT License