Skip to content

Commit

Permalink
Merge pull request #578 from tcely/patch-1
Browse files Browse the repository at this point in the history
Remove audio / video directory modification
  • Loading branch information
meeb authored Dec 11, 2024
2 parents fcb9803 + de4a15e commit 0fc3789
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tubesync/tubesync/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@
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: *
Expand Down

0 comments on commit 0fc3789

Please sign in to comment.