1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

Dropped youtube-dl and replaced with ffmpeg, however passing the URL to ffmpeg is broken

This commit is contained in:
snobu
2020-04-09 18:40:56 +03:00
parent a6bfd54bfd
commit 23bb92e77a
3 changed files with 52 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
"author": "snobu",
"license": "MIT",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.14",
"@types/jwt-decode": "^2.2.1",
"@types/puppeteer": "^1.20.0",
"@types/yargs": "^15.0.3",
@@ -27,6 +28,7 @@
"dependencies": {
"axios": "^0.19.2",
"colors": "^1.4.0",
"fluent-ffmpeg": "^2.1.2",
"jwt-decode": "^2.2.0",
"puppeteer": "^2.1.1",
"sanitize-filename": "^1.6.3",