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();