diff --git a/utils/ytdlp.js b/utils/ytdlp.js index ca9a7e1..85588da 100644 --- a/utils/ytdlp.js +++ b/utils/ytdlp.js @@ -23,7 +23,7 @@ async function downloadVideo(url, ws, id) { fail: false }) } else { - ws.send(text) + ws.send(`DATA - ${text}`) } })