UNPKG

media-downloader-ez

Version:

download videos from URLs and autocrop (Instagram, YouTube, TikTok, X, etc.) to send directly to Discord or other!

40 lines (39 loc) 1.04 kB
{ "name": "media-downloader-ez", "version": "2.1.9", "description": "download videos from URLs and autocrop (Instagram, YouTube, TikTok, X, etc.) to send directly to Discord or other!", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Walkoud/media-downloader-ez.git" }, "keywords": [ "discord", "media", "download", "downloader", "instagram", "tiktok", "youtube", "video" ], "author": "Walkoud", "license": "ISC", "bugs": { "url": "https://github.com/Walkoud/media-downloader-ez/issues" }, "homepage": "https://github.com/Walkoud/media-downloader-ez#readme", "dependencies": { "axios": "^1.6.2", "btch-downloader": "^6.0.22", "ffmpeg-ffprobe-static": "^6.1.1-rc.5", "fluent-ffmpeg": "^2.1.3", "ytdl-core": "npm:@distube/ytdl-core@^4.16.9", "twitter-downloader": "^1.1.8", "cheerio": "^1.1.2", "ab-downloader": "^1.0.1" } }