media-downloader-ez
Version:
download videos from URLs and autocrop (Instagram, YouTube, TikTok, X, etc.) to send directly to Discord or other!
37 lines (36 loc) • 938 B
JSON
{
"name": "media-downloader-ez",
"version": "2.0.8",
"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",
"ffmpeg-ffprobe-static": "^6.1.1-rc.5",
"fluent-ffmpeg": "^2.1.3",
"nayan-videos-downloader": "^0.1.3",
"btch-downloader": "^2.8.4"
}
}