Puyodead1 / udemy-downloader

A Udemy downloader that can download courses, with DRM support.
MIT License
1.26k stars 291 forks source link

[Bug]: Shaka error when $ in file name #207

Closed asdfmonster261 closed 6 months ago

asdfmonster261 commented 6 months ago

What happened?

shaka fails to decrypt the file when $ is in the file name with a file not found error

Expected Result

to decrypt normally

Branch

master/main

What operating systems are you seeing the problem on?

Windows

Relevant log output

No need for log, solution in other information.

Other information

Add the following to line 1389 in main.py for everything to proceed as normal.

    .replace("$", "")
Puyodead1 commented 6 months ago

This has already been fixed in feat/refactor