Archived
1
0
Fork 0
This repository has been archived on 2022-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
ytdlp-web/package.json
hazysu 996444bd7e
Add hcaptcha, clean up code
Switch client code to fetch, switch to woff and woff2, use hcaptcha, use post http requests for log and download, clean up
2022-01-30 11:10:25 -06:00

29 lines
577 B
JSON

{
"name": "ytdlp-web",
"version": "1.0.0",
"description": "A web server to download with yt-dlp.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://git.gay/a/ytdlp-web.git"
},
"keywords": [
"yt-dlp",
"download",
"download-server"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.25.0",
"body-parser": "^1.19.1",
"ejs": "^3.1.6",
"express": "^4.17.2",
"ffmpeg-static": "^4.4.1",
"yt-dlp-exec": "^1.0.2"
}
}