UNPKG

media-downloader-ez

Version:

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

39 lines (38 loc) 1.01 kB
{ "name": "media-downloader-ez", "version": "2.0.0", "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": { "@sasmeee/igdl": "^1.0.0", "@tobyg74/tiktok-api-dl": "^1.0.13", "axios": "^1.6.2", "@distube/ytdl-core": "^4.13.5", "twitter-downloader": "^1.1.7", "ffmpeg-ffprobe-static": "^6.1.1-rc.5", "fluent-ffmpeg": "^2.1.3" } }