From 06bfa95a04eaac81d9612f2122d88669e281a1f7 Mon Sep 17 00:00:00 2001 From: runtlb64 <144215196+runtlb64@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:45:49 -0700 Subject: [PATCH] =?UTF-8?q?Add=20en-dash=20(=E2=80=93)=20to=20shaka-packag?= =?UTF-8?q?er=20replacement=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 58e1bc2..337a337 100644 --- a/main.py +++ b/main.py @@ -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", "") )