+ Fix another error
This commit is contained in:
Puyodead1 2021-08-09 10:27:52 -04:00
parent 480173a462
commit d47a3524dd

View File

@ -866,7 +866,7 @@ def decrypt(kid, in_filepath, out_filepath):
def handle_segments(url, format_id, video_title,
output_path, lecture_file_name, concurrent_connections, chapter_dir):
output_path, lecture_file_name, chapter_dir):
os.chdir(os.path.join(chapter_dir))
file_name = lecture_file_name.replace("%", "").replace(".mp4", "")
video_filepath_enc = file_name + ".encrypted.mp4"