RemixDownloader
RemixDownloader copied to clipboard
Issue with models with '/' in the name
trafficstars
While downloading the Microsoft catalog this model give me problems.
Since it have a slash on its name the downloader wrongly created a sub folder (result path was ./Oven/Stove-G009SWS6CQRP/) and so it wasn't able to download the model.
As a workaround i needed to make a folder myself (./Oven-Stove-G009SWS6CQRP/, so replacing the slash by a hyphen) and get the model manually using 3d Viewer.
Ugh, can't believe they allowed slashes in the model names :/
I'll see where I can parse this and replace it with underscore. A dash is being used for ID separator, it might be easier for searches later if dash and underscore have separate responsibilities.