iiEpic / wco-dl

Educational Use Only
MIT License
31 stars 11 forks source link

Directory not Found #7

Closed leptoid closed 4 years ago

leptoid commented 4 years ago

When choosing a directory to save to, script fails if directory does not already exist. Script should: check for path if not exist, create it elseif exist, use it

Could default to .\output\show name if no input given

leptoid commented 4 years ago

Feature

iiEpic commented 4 years ago

@leptoid

The script SHOULD default to ./Output/ShowName

Does it not?

leptoid commented 4 years ago

My mistake. Maybe I was doing it wrong. No output directory will create a path. Manual path that does not exist will error, not test/create path.

iiEpic commented 4 years ago

Gotcha, I will add that tonight to a small hotfix. I'll ensure it displays that you put a non-existent path in and make it default to "Output". Eventually, one day I'll make a settings.json so you can make it forcefully make the Output you designated exist, if wanted.

leptoid commented 4 years ago

I think that would be a good way to approach it.