Updated gitignore

This commit is contained in:
2021-02-07 21:40:53 +00:00
parent 27441853cc
commit 0f50272cdf

View File

@@ -131,12 +131,10 @@ def do():
title += "_" + date.strftime('%Y-%m-%d')
# Rename file
source = entry.path
actual_folder_path = '{}/{}'.format(target, folder_path)
filename = "{}.{}".format(title, extension)
dest = "{}/{}".format(actual_folder_path, filename)
dest = downloaded.path.joinpath(filename)
print ("Source: " + source)
print ("Dest: " + dest)
mkdir_if_not_exists(actual_folder_path)
os.rename(source, dest)
# Extract audio, process it, add it back to the video