From 5897b94ddb21a551bee72c276260078d0731b7b9 Mon Sep 17 00:00:00 2001 From: krokofant Date: Tue, 6 Nov 2018 20:03:31 +0100 Subject: [PATCH] svtplay-dl: improvements (#2744) --- svtplay-dl.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/svtplay-dl.json b/svtplay-dl.json index 1ac6e4b965..7e13e8d2d1 100644 --- a/svtplay-dl.json +++ b/svtplay-dl.json @@ -1,13 +1,17 @@ { - "version": "2.1", - "license": "MIT", - "description":"svtplay-dl cli program for downloading media", - "url": "https://svtplay-dl.se/download/2.1/svtplay-dl.zip", - "homepage": "https://svtplay-dl.se/", - "hash": "40593e54b2054a955042b42577629413442b6cb59d6a85f99d063f3fb874043b", - "bin": "svtplay-dl.exe", + "version": "2.1", + "license": "MIT", + "description": "svtplay-dl cli program for downloading media", + "url": "https://svtplay-dl.se/download/2.1/svtplay-dl.zip", + "homepage": "https://svtplay-dl.se/", + "hash": "40593e54b2054a955042b42577629413442b6cb59d6a85f99d063f3fb874043b", + "extract_dir": "svtplay-dl", + "bin": "svtplay-dl.exe", "checkver": "Currently v([\\d\\.\\d]+) \\(.*\\)

", "autoupdate": { "url": "https://svtplay-dl.se/download/$version/svtplay-dl.zip" + }, + "suggest": { + "ffmpeg for joining audio and video streams": ["ffmpeg"] } }