diff --git a/utils/ytdlp.js b/utils/ytdlp.js index 1875a40..8a81aa4 100644 --- a/utils/ytdlp.js +++ b/utils/ytdlp.js @@ -30,9 +30,7 @@ async function downloadVideo(url, ws, id) { const alreadyPrecentages = [] const target = Array.isArray(downloadJson.url) ? downloadJson.url[0] : downloadJson.url - const download = wget.download(target, `./videos/${id}.mp4`, { - proxy: 'http://gluetun:8888' - }) + const download = wget.download(target, `./videos/${id}.mp4`) download.on('start', fileSize => { size = fileSize