THU-Cloud-Downloader icon indicating copy to clipboard operation
THU-Cloud-Downloader copied to clipboard

Fix special characters handling

Open eggry opened this issue 9 months ago • 0 comments

  1. Encode file_path to ensure that the parameter p is properly encoded to handle special characters such as &.
  2. Catch the exceptions raised from mkdirs so that an illegal save_path (e.g., * in Windows) can be handled.

eggry avatar May 16 '24 08:05 eggry