Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/download-m3u8
Download an m3u8 playlist and all assets it links recursively.
https://github.com/mafintosh/download-m3u8
Last synced: 23 days ago
JSON representation
Download an m3u8 playlist and all assets it links recursively.
- Host: GitHub
- URL: https://github.com/mafintosh/download-m3u8
- Owner: mafintosh
- License: mit
- Created: 2017-04-03T10:00:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T17:00:29.000Z (almost 8 years ago)
- Last Synced: 2024-12-20T07:43:59.372Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 41
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# download-m3u8
Download an m3u8 playlist and all assets it links recursively.
``` sh
npm install -g download-m3u8
# simply pass a http link to a m3u8 playlist
download-m3u8 https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8
```All content is stored in `./{http-host}/{filename}`
## License
MIT