arindampal-0 / gdown-cli-golang

GDown CLI application using golang
GNU General Public License v3.0
0 stars 0 forks source link

Fix invalid Directory or file names #21

Open arindampal-0 opened 10 months ago

arindampal-0 commented 10 months ago
2023/12/22 04:29:55 Could not download item.
could not download item.
error Downloading file: 
could not create download directory: C:\Users\<username>/Downloads.
mkdir C:\Users\Akash/Downloads/<foldername>: The directory name is invalid.

If the folder name contains invalid characters for folder name like :, then the folder creation will fail and gdown will exit without downloading the files.