Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/heineiuo/hlsdl
- Owner: heineiuo
- Created: 2018-03-22T15:41:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T15:52:06.000Z (over 6 years ago)
- Last Synced: 2024-07-27T16:44:33.280Z (4 months ago)
- Topics: hls, hls-live-streaming, m3u8
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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