mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +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'
|
DOWNLOAD_AUDIO_DIR = 'audio'
|
||||||
SASS_PROCESSOR_ROOT = STATIC_ROOT
|
SASS_PROCESSOR_ROOT = STATIC_ROOT
|
||||||
|
|
||||||
directory_prefix = os.getenv('TUBESYNC_DIRECTORY_PREFIX', 'true')
|
|
||||||
if directory_prefix == 'false':
|
|
||||||
DOWNLOAD_VIDEO_DIR = '.'
|
|
||||||
DOWNLOAD_AUDIO_DIR = '.'
|
|
||||||
|
|
||||||
ROBOTS = '''
|
ROBOTS = '''
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
Loading…
Reference in New Issue
Block a user