should i even add a commit message at this point?

This commit is contained in:
Puyodead1 2021-06-03 12:37:32 -04:00
parent d7bfdda82e
commit 4ac49ec30d

View File

@ -861,7 +861,7 @@ def decrypt(kid, in_filepath, out_filepath):
def handle_segments(url, format_id, video_title, lecture_working_dir,
output_path, concurrent_connections):
temp_filepath = output_path.replace(".mp4", "")
temp_filepath = output_path.replace("%", "").replace(".mp4", "")
temp_filepath = temp_filepath + ".mpd-part"
video_filepath_enc = temp_filepath + ".mp4"
audio_filepath_enc = temp_filepath + ".m4a"