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 --- support/docker/production/config/production.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'support/docker') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 54d619b1a..2a9117242 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -44,6 +44,7 @@ redis: # From the project root directory storage: tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... + bin: '../data/bin/' avatars: '../data/avatars/' videos: '../data/videos/' streaming_playlists: '../data/streaming-playlists' -- cgit v1.2.3