From de4a15efed372da7ddac6ce6e3b99f394da63d2a Mon Sep 17 00:00:00 2001 From: tcely Date: Wed, 11 Dec 2024 07:48:39 -0500 Subject: [PATCH] Remove audio / video directory modification --- tubesync/tubesync/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index 57ea2bea..f4865f6a 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -112,10 +112,6 @@ DOWNLOAD_VIDEO_DIR = 'video' DOWNLOAD_AUDIO_DIR = 'audio' SASS_PROCESSOR_ROOT = STATIC_ROOT -directory_prefix = os.getenv('TUBESYNC_DIRECTORY_PREFIX', 'true') -if directory_prefix == 'false': - DOWNLOAD_VIDEO_DIR = '.' - DOWNLOAD_AUDIO_DIR = '.' ROBOTS = ''' User-agent: *