nevermind

This commit is contained in:
localhost 2024-03-29 18:53:14 +01:00
parent 60bf1f5533
commit 7403330025
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ async function downloadVideo(url, ws, id) {
let size = '' let size = ''
const alreadyPrecentages = [] const alreadyPrecentages = []
const download = wget.download(downloadJson.url, `./videos/${id}.webm`, { const download = wget.download(downloadJson.url, `./videos/${id}.webm`)
proxy: 'socks5://gluetun:1080'
})
download.on('start', fileSize => { download.on('start', fileSize => {
size = fileSize size = fileSize