UNPKG

node-m3u8-downloader

Version:

Downloads an m3u8 playlist to specified output

49 lines (48 loc) 1.12 kB
{ "dependencies": { "axios": "^1.7.2", "child_process": "^1.0.2", "ffmpeg-static": "^5.2.0", "fs": "^0.0.1-security", "iso-639-2": "^3.0.2", "m3u8-parser": "^7.1.0", "path": "^0.12.7", "request": "^2.88.2", "uuid": "^10.0.0" }, "name": "node-m3u8-downloader", "version": "1.1.5", "description": "Downloads an m3u8 playlist to specified output", "main": "index.js", "scripts": { "test": "node test.js", "generate-docs": "npx jsdoc --configure jsdoc.json --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/merasugd/m3u8-dl.git" }, "keywords": [ "m3u8", "download", "playlist", "m3u8downloader", "downloadplaylist", "downloadm3u8", "playlistm3u8", "hlsdownloader", "hls", "fastdownload", "fastm3u8" ], "author": "MerasGD", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/merasugd/m3u8-dl/issues" }, "homepage": "https://github.com/merasugd/m3u8-dl#readme", "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc": "^4.0.3" } }