@artrix909/hls-dl
Version:
Downloads HTTP live/archived stream (m3u, m3u8, mpd)
33 lines (32 loc) • 685 B
JSON
{
"name": "@artrix909/hls-dl",
"version": "0.2.2",
"description": "Downloads HTTP live/archived stream (m3u, m3u8, mpd)",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Artrix9095/hls-dl.git"
},
"keywords": [
"http",
"live",
"stream",
"hls",
"m3u",
"m3u8",
"mpd",
"mpeg-dash",
"live-stream",
"download"
],
"author": "Artrix",
"license": "MIT",
"bugs": {
"url": "https://github.com/Artrix9095/hls-dl/issues"
},
"homepage": "https://github.com/Artrix9095/hls-dl#readme",
"dependencies": {
"sax": "^1.2.4"
}
}