UNPKG

cloudapp-dl

Version:

CloudApp/Zight Video Downloader is a simple Node.js command-line tool to download videos from cloudapp.com. It retrieves the video download link based on the video ID in the URL and saves the video with a specified filename or, by default, the video ID.

40 lines (39 loc) 1.12 kB
{ "name": "cloudapp-dl", "version": "1.0.3", "description": "CloudApp/Zight Video Downloader is a simple Node.js command-line tool to download videos from cloudapp.com. It retrieves the video download link based on the video ID in the URL and saves the video with a specified filename or, by default, the video ID.", "repository": { "type": "git", "url": "https://github.com/EcomGraduates/cloudapp-downloader.git" }, "main": "cloudapp-dl.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cloudapp-dl": "./cloudapp-dl.js", "zight-dl": "./cloudapp-dl.js" }, "author": "ECOMGRADUATES LLC", "license": "MIT", "keywords": [ "cloudapp", "cloudapp downloader", "cloudapp video download", "bulk downloader", "cloudapp bulk download", "zight downloader", "zight video download", "zight bulk download", "zight" ], "dependencies": { "axios": "^1.4.0", "cheerio": "^1.0.0-rc.12", "fs": "^0.0.1-security", "https": "^1.0.0", "path": "^0.12.7", "yargs": "^17.7.2" } }