From 1e515aa02971fc42ba7e324b3520cf19588003b9 Mon Sep 17 00:00:00 2001 From: Nick Venenga Date: Thu, 10 Sep 2020 18:48:20 -0400 Subject: [PATCH] Use updated hls-download module --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8060e4e..13ffa2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "funimation-downloader-nx", "short_name": "funi", - "version": "4.6.0", + "version": "4.6.1", "description": "Download videos from Funimation via cli.", "keywords": [ "download", @@ -26,7 +26,7 @@ "dependencies": { "form-data": "^3.0.0", "got": "^11.2.0", - "hls-download": "^2.4.1", + "hls-download": "git+https://github.com/nijave/hls-download.git#6fc3c3f", "lookpath": "^1.0.6", "m3u8-parsed": "^1.3.0", "proxy-agent": "^3.1.1", -- 2.45.2