de3sw2aq1 / wattpad-ebook-scraper

UNMAINTAINED, use https://github.com/JimmXinu/FanFicFare instead
MIT License
24 stars 8 forks source link

avoid illegal characters in windows folder names #8

Closed PescheHelfer closed 8 years ago

PescheHelfer commented 8 years ago

Illegal characters are replaced by other characters with a similar meaning.

I am sure you can rewrite this in a prettier way, but it's a start :)

de3sw2aq1 commented 8 years ago

Thanks, I fixed it with a similar solution using Python's str.translate() function. If you think it's really important I could make it use similar characters for the replacements, but that sounds unnecessary.