mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 00:34:24 +02:00
Add en-dash (–) to shaka-packager replacement list
This commit is contained in:
parent
375be73e0a
commit
06bfa95a04
1
main.py
1
main.py
@ -1388,6 +1388,7 @@ def handle_segments(url, format_id, video_title, output_path, lecture_file_name,
|
|||||||
.replace("%", "")
|
.replace("%", "")
|
||||||
# commas cause problems with shaka-packager resulting in decryption failure
|
# commas cause problems with shaka-packager resulting in decryption failure
|
||||||
.replace(",", "")
|
.replace(",", "")
|
||||||
|
.replace("–", "-")
|
||||||
.replace(".mp4", "")
|
.replace(".mp4", "")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user