mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 01:44:25 +02:00
should i even add a commit message at this point?
This commit is contained in:
parent
d7bfdda82e
commit
4ac49ec30d
2
main.py
2
main.py
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user