Add en-dash (–) to shaka-packager replacement list

This commit is contained in:
runtlb64 2024-01-16 17:45:49 -07:00
parent 375be73e0a
commit 06bfa95a04

View File

@ -1388,6 +1388,7 @@ def handle_segments(url, format_id, video_title, output_path, lecture_file_name,
.replace("%", "")
# commas cause problems with shaka-packager resulting in decryption failure
.replace(",", "")
.replace("", "-")
.replace(".mp4", "")
)