Merge pull request #578 from tcely/patch-1

Remove audio / video directory modification
This commit is contained in:
meeb 2024-12-11 23:52:02 +11:00 committed by GitHub
commit 0fc3789cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: *