Closed alr2413 closed 4 years ago
i tried to download a non english file located in a non english directory and it works no problem show me exactly the case you facing
Thanks. Here is the file URL that I had problem with it: Mp4 file
And this is the screenshot of file:
First, I think that it is because of the existence of non-english characters in file name, but now I'm suspicious of "OR" operand character ( || ) in the file name.
fixed ..download latest release and test then close the issue if ok those aren't (non-english characters) its illegal characters by windows platform for example:
// The following characters are invalid in a path: // Char Hex Value // ", 0022 // <, 003C // >, 003E // |, 007C // ... // // The following characters are invalid in a filename: // Char Hex Value // ", 0022 // <, 003C // >, 003E // |, 007C // ...
Thanks. It now works.
Hi, Thanks for providing this utility. Whenever I try to download a file that has non english characters in its name, the following error occurs:
Please if you have time, fix this issue.