r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
351 stars 142 forks source link

OSError: [Errno 22] Invalid argument: #28

Closed harryrbob closed 4 years ago

harryrbob commented 4 years ago

when the filename has got characters like '(', : ')' it fails, error ...../\LPIC-1: System Administrator\01 Introduction.part'

OSError: [Errno 22] Invalid argument: '..../\LPIC-1: System Administrator\04 Exam 1 (102) - Linux installation and package management'

amitfegade121 commented 4 years ago

This error occurred because of character ":" (colon). Windows doesn't allow this character in folder name. I am facing the same problem. We have to replace this : with blank space.