SpottedSqueak / FA-Gallery-Downloader

Dead simple gallery download for FurAffinity
MIT License
44 stars 5 forks source link

Error with the downloaded folder name. #9

Closed FErDaiif closed 4 months ago

FErDaiif commented 5 months ago

Some accounts have used symbols that are not supported by the file system, which causes issues with incorrect file names when downloading folders. I hope to add a feature for symbol replacement.

屏幕截图 2024-06-16 210318

FErDaiif commented 5 months ago

username shoegaze. down folder should be named shoegaze. Under the NTFS file system, folders cannot end with a period as it will cause the folder to be inaccessible. The folder created when accessing remotely via SMB is named SNFSP4~F.

SpottedSqueak commented 5 months ago

Interesting...Hmm. I'll look into this when I get some time! If you had a PR for it I'd be happy to take a look though. I'll also look into what symbols are not acceptable and work on escaping them properly.

SpottedSqueak commented 4 months ago

Should be addressed in the latest release here: https://github.com/SpottedSqueak/FA-Gallery-Downloader/releases/tag/v1.4.0