From 7403330025a95ae031486afc8213e3e37a11951a Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 29 Mar 2024 18:53:14 +0100 Subject: [PATCH] nevermind --- utils/ytdlp.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/ytdlp.js b/utils/ytdlp.js index aad0787..e35278d 100644 --- a/utils/ytdlp.js +++ b/utils/ytdlp.js @@ -13,9 +13,7 @@ async function downloadVideo(url, ws, id) { let size = '' const alreadyPrecentages = [] - const download = wget.download(downloadJson.url, `./videos/${id}.webm`, { - proxy: 'socks5://gluetun:1080' - }) + const download = wget.download(downloadJson.url, `./videos/${id}.webm`) download.on('start', fileSize => { size = fileSize