mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 04:04:27 +02:00
bug fix
+ Fix another error
This commit is contained in:
parent
480173a462
commit
d47a3524dd
2
main.py
2
main.py
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user