From b5b992e568cf5904c1c14a5981fc6ff3e0c88984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20J=C3=A4ntsch?= Date: Thu, 21 Mar 2019 19:51:03 +0100 Subject: [PATCH] Update download.js --- src/controller/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/download.js b/src/controller/download.js index 10267e5..e7c29f4 100644 --- a/src/controller/download.js +++ b/src/controller/download.js @@ -97,7 +97,7 @@ libs.yt_dl = (os,cb)=>{ var url = ""; switch (os) { case "win32": - url = 'https://yt-dl.org/downloads/2017.08.13/youtube-dl.exe'; + url = 'https://yt-dl.org/downloads/latest/youtube-dl.exe'; libs.download(url,"youtube-dl",function(data,file){ fs.renameSync(file,global.dir+'/lib/youtube-dl.exe'); cb();