RCW679
RCW679
My download code: ```javascript switch (type) { case "mp3": { ytdl(url, {quality: "audioonly", format: "mp3"}).on("progress", (c,p,t) => { if (!prog) prog = createProgress(t); prog.value = p; if (p == prog.max)...
The code above runs on Electron with a DOM environment created by this code: ```javascript var mainWindow = new BrowserWindow({ webPreferences: { nodeIntegration: true, sandbox: false, contextIsolation: false, webSecurity: false,...
Nope, never mind. It was me. ```javascript > ytdl(url, {quality: "audioonly", format: "mp3"}).on("progress", (c,p,t) => { \_________/ \___/