Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/hls-get
Easily download HLS streams
https://github.com/mafintosh/hls-get
Last synced: 22 days ago
JSON representation
Easily download HLS streams
- Host: GitHub
- URL: https://github.com/mafintosh/hls-get
- Owner: mafintosh
- License: mit
- Created: 2019-08-07T20:27:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T20:35:11.000Z (over 5 years ago)
- Last Synced: 2024-10-16T23:23:50.821Z (28 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hls-get
Easily download HLS streams
```
npm install -g hls-get
```## Usage
```sh
# 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
```## License
MIT