THU-Cloud-Downloader
THU-Cloud-Downloader copied to clipboard
Fix special characters handling
- Encode
file_path
to ensure that the parameterp
is properly encoded to handle special characters such as&
. - Catch the exceptions raised from
mkdirs
so that an illegalsave_path
(e.g.,*
in Windows) can be handled.