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: 17 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T17:00:29.000Z (over 7 years ago)
- Last Synced: 2024-10-17T19:55:35.335Z (22 days 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