Refactored media link parsing, started work on YT-DLP integration.

This commit is contained in:
rainbow napkin 2025-05-06 06:32:16 -04:00
parent 67c687a8d3
commit 0ce0685fd5
7 changed files with 98 additions and 30 deletions

View file

@ -16,7 +16,8 @@
"mongoose": "^8.4.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.16",
"socket.io": "^4.8.1"
"socket.io": "^4.8.1",
"youtube-dl-exec": "^3.0.20"
},
"scripts": {
"start": "node ./src/server.js",