From 1548d5aac079c3e1c1331be4757ae2e4c894778c Mon Sep 17 00:00:00 2001 From: cos Date: Wed, 8 Jun 2016 09:42:20 +0200 Subject: Depend on working version of youtube-dl. Trying to use version 1.10.5 of youtube-dl yields in an ELIFECYCLE error. Stepping to latest version makes problem go away. Not necessarily the most elegant solution. Version selection for dependencies should probably be done more carefully, but I'm not prepared to fully step down into that swamp. Fixes issue #77. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 809a7a7..aef58d7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "rimraf": "^2.5.2", "which": "^1.2.4", "yargs": "^4.3.2", - "youtube-dl": "~1.10.5" + "youtube-dl": "~1.11.1" }, "engines": { "node": ">= 0.8.x" -- cgit v1.2.3