yt-dlp-video
Version:
A robust video downloader built on yt-dlp for downloading and processing video content from various sources.
30 lines (29 loc) • 794 B
JSON
{
"name": "yt-dlp-video",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "node setup.js",
"test": "jest",
"preuninstall": "node scripts/cleanup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/abdulaziz20007/"
},
"keywords": ["youtube", "download", "video", "media", "yt-dlp"],
"author": "Abdulaziz <n.abdulaziz0207@gmail.com> (https://niggastyle.link)",
"license": "MIT",
"description": "A robust video downloader built on yt-dlp for downloading and processing video content from various sources.",
"dependencies": {
"node-downloader-helper": "^2.1.6",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"jest": "^26.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}