feat: Simple yt-dlp and normal stream

This commit is contained in:
2024-06-19 22:23:05 +07:00
parent 2c3382306b
commit aff33558db
6 changed files with 505 additions and 8 deletions

View File

@@ -40,8 +40,10 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"axios": "^1.7.2",
"fluent-ffmpeg": "^2.1.3",
"play-dl": "github:YuzuZensai/play-dl-test#test",
"speaker": "^0.5.5"
"speaker": "^0.5.5",
"yt-dlp-wrap": "^2.3.12"
}
}