diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-21 16:28:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:25:24 +0200 |
commit | 62549e6c9818f422698f030e0b242609115493ed (patch) | |
tree | 12a969f694239fe5f926f779698df9523605ee80 /package.json | |
parent | a71d4140a5b7831dbe2eb7a0dfaa6a755cb2e906 (diff) | |
download | PeerTube-62549e6c9818f422698f030e0b242609115493ed.tar.gz PeerTube-62549e6c9818f422698f030e0b242609115493ed.tar.zst PeerTube-62549e6c9818f422698f030e0b242609115493ed.zip |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e1ddf1168..0737df7d5 100644 --- a/package.json +++ b/package.json | |||
@@ -91,6 +91,7 @@ | |||
91 | "decache": "^4.6.0", | 91 | "decache": "^4.6.0", |
92 | "deep-object-diff": "^1.1.0", | 92 | "deep-object-diff": "^1.1.0", |
93 | "email-templates": "^8.0.3", | 93 | "email-templates": "^8.0.3", |
94 | "execa": "^5.1.1", | ||
94 | "express": "^4.12.4", | 95 | "express": "^4.12.4", |
95 | "express-rate-limit": "^5.0.0", | 96 | "express-rate-limit": "^5.0.0", |
96 | "express-validator": "^6.4.0", | 97 | "express-validator": "^6.4.0", |
@@ -144,8 +145,7 @@ | |||
144 | "webfinger.js": "^2.6.6", | 145 | "webfinger.js": "^2.6.6", |
145 | "webtorrent": "^1.0.0", | 146 | "webtorrent": "^1.0.0", |
146 | "winston": "3.3.3", | 147 | "winston": "3.3.3", |
147 | "ws": "^8.0.0", | 148 | "ws": "^8.0.0" |
148 | "youtube-dl": "^3.0.2" | ||
149 | }, | 149 | }, |
150 | "devDependencies": { | 150 | "devDependencies": { |
151 | "@types/async": "^3.0.0", | 151 | "@types/async": "^3.0.0", |