From ebc0695a5ac4e2d77967ef739961a5bbe10c931c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 10 Dec 2019 21:53:35 +0100 Subject: [PATCH] use my fork of ytpplus-node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49790aac..9684c268 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "twit": "^2.2.11", "youtube-dl": "^1.13.1", "ytdl-core": "^0.29.7", - "ytpplus-node": "^1.1.2" + "ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git" }, "devDependencies": { "eslint": "^5.16.0",