AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
214 stars 28 forks source link

Filename sanitation #1

Closed AlexAplin closed 7 years ago

AlexAplin commented 7 years ago

Illegal path characters in the title or username are not substituted or removed and will cause an exception on write.

AlexAplin commented 7 years ago

Illegal characters are OS and filesystem specific. Our best option is probably to proceed as normal and handle errors.