UNPKG

horizon-youtube-mp3

Version:

Get youtube video information and download audio in MP3 or video in MP4 format.

45 lines (44 loc) 1.05 kB
{ "name": "horizon-youtube-mp3", "version": "1.9.2", "description": "Get youtube video information and download audio in MP3 or video in MP4 format.", "main": "./lib/index.js", "author": { "name": "Wenderson Pires", "email": "wendersonpdas@gmail.com", "url": "https://www.linkedin.com/in/wenderson-pires-silva" }, "scripts": { "info": "node examples/videoinfo", "app": "node examples/downloadmp3", "server": "node examples/serverdownloadmp3", "test": "eslint lib/**" }, "dependencies": { "console-log-level": "^1.4.0", "fluent-ffmpeg": "^2.1.2", "hh-mm-ss": "^1.1.0", "node-ffprobe": "^1.2.2", "remove-accents": "^0.4.0", "shortid": "^2.1.3", "ytdl-core": "^0.20.4" }, "keywords": [ "youtube", "mp3", "converter", "conversor", "audio", "to", "download", "video" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Wpdas/horizon-youtube-mp3" }, "devDependencies": { "eslint": "^4.19.1" } }