youtube-dl-og
Version:
A powerful YouTube video downloader and audio converter package with support for multiple quality levels
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "youtube-dl-og",
"version": "1.0.1",
"description": "A powerful YouTube video downloader and audio converter package with support for multiple quality levels",
"main": "index.js",
"scripts": {
"test": "node examples/download-example.js",
"start": "node index.js"
},
"keywords": [
"youtube",
"downloader",
"video",
"download",
"stream",
"quality",
"mp3",
"mp4",
"audio",
"hd",
"720p",
"1080p"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"ffmpeg-static": "^5.2.0",
"progress": "^2.0.3",
"youtube-dl-exec": "^3.0.20",
"ytdl-core": "^4.11.5",
"ytdl-core-discord": "^1.3.1"
},
"engines": {
"node": ">=14.0.0"
}, "repository": {
"type": "git",
"url": "git+https://github.com/PasinduOG/youtube-dl-og.git"
},
"bugs": {
"url": "https://github.com/PasinduOG/youtube-dl-og/issues"
},
"homepage": "https://github.com/PasinduOG/youtube-dl-og#readme",
"files": [
"index.js",
"README.md",
"LICENSE"
]
}