UNPKG

youtube-mp3-downloader

Version:

Downloads Youtube videos (in parallel, as streams), encodes the audio data as mp3 and stores them in a defineable location

43 lines (42 loc) 962 B
{ "name": "youtube-mp3-downloader", "version": "0.7.11", "description": "Downloads Youtube videos (in parallel, as streams), encodes the audio data as mp3 and stores them in a defineable location", "keywords": [ "youtube", "mp3", "download", "encode", "ffmpeg", "parallel", "fast", "streams" ], "private": false, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "async": "^3.2.4", "fluent-ffmpeg": "2.1.2", "progress-stream": "^2.0.0", "sanitize-filename": "^1.6.3", "ytdl-core": "4.10.0" }, "author": { "name": "ytb2mp3" }, "repository": { "type": "git", "url": "git://github.com/ytb2mp3/youtube-mp3-downloader.git" }, "engines": { "node": ">=8.3.0" }, "license": "MIT", "bugs": { "url": "https://github.com/ytb2mp3/youtube-mp3-downloader/issues" }, "types": "./typings/index.d.ts" }