i'm one stupid fellow
This commit is contained in:
parent
4bba45048b
commit
27fb185b45
1
index.ts
1
index.ts
|
|
@ -183,6 +183,7 @@ app.ws('/download/:id', async (ws, req) => {
|
||||||
return ws.close()
|
return ws.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ws.send(`VIDEOSIZE-${videoSizeTotal}`)
|
||||||
audioOutputStream = createOutputStream(req.params.id, selectedFormats.audioFormat.mimeType!);
|
audioOutputStream = createOutputStream(req.params.id, selectedFormats.audioFormat.mimeType!);
|
||||||
videoOutputStream = createOutputStream(req.params.id, selectedFormats.videoFormat.mimeType!);
|
videoOutputStream = createOutputStream(req.params.id, selectedFormats.videoFormat.mimeType!);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue