bebound / pixivd

Pixiv Downloader - Batch download pictures from Pixiv
MIT License
138 stars 18 forks source link

画师名出现系统不允许的特殊字符时无法保存 #15

Closed ghost closed 5 years ago

ghost commented 5 years ago

已自行尝试修改,修改pixiv.py中user_name = illustration.username.replace('*','').replace(';','_')这种方法即可实现

bebound commented 5 years ago

这两行应该把特殊字符过滤掉了吧 有没有出错的例子? https://github.com/bebound/pixiv/blob/master/pixiv.py#L176-L177

ghost commented 5 years ago

这个版本应该是没问题的,上一个版本的事了...不过考虑程序稳定性,在Windows环境运行遇到极端情况画师名为LPT加数字 COM加数字也是会导致程序直接崩溃。

bebound commented 5 years ago

按道理不应该出问题的,我先把issue关了,有问题你再重新打开好了。