From 62549e6c9818f422698f030e0b242609115493ed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Oct 2021 16:28:39 +0200 Subject: Rewrite youtube-dl import Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index e1ddf1168..0737df7d5 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,7 @@ "decache": "^4.6.0", "deep-object-diff": "^1.1.0", "email-templates": "^8.0.3", + "execa": "^5.1.1", "express": "^4.12.4", "express-rate-limit": "^5.0.0", "express-validator": "^6.4.0", @@ -144,8 +145,7 @@ "webfinger.js": "^2.6.6", "webtorrent": "^1.0.0", "winston": "3.3.3", - "ws": "^8.0.0", - "youtube-dl": "^3.0.2" + "ws": "^8.0.0" }, "devDependencies": { "@types/async": "^3.0.0", -- cgit v1.2.3