From f4d21ec572c1369cf3ac071404dbbd8b3fb09ef4 Mon Sep 17 00:00:00 2001 From: Roly Fentanes Date: Mon, 15 Jul 2013 11:32:35 -0400 Subject: [PATCH] update youtube-dl version --- scripts/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.js b/scripts/download.js index 7d7352e..24253de 100644 --- a/scripts/download.js +++ b/scripts/download.js @@ -19,7 +19,7 @@ if (!existsSync(dir)) { // Download youtube-dl. http.get({ host: 'youtube-dl.org' - , path: '/downloads/2013.05.14/youtube-dl' + , path: '/downloads/2013.07.12/youtube-dl' }, function(res) { if (res.statusCode !== 200) { throw Error('Response Error: ' + res.statusCode);