mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Merge pull request #578 from tcely/patch-1
Remove audio / video directory modification
This commit is contained in:
commit
0fc3789cdc
@ -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: *
|
||||
|
Loading…
Reference in New Issue
Block a user