Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
484 stars 53 forks source link

cannot save file with invalid characters in filename #28

Closed nestukh closed 5 years ago

nestukh commented 5 years ago

a minor issue

eg https://mangarock.com/manga/mrs-serie-358279/chapter/mrs-chapter-100420585 brings ERRO[0013] open comics/mangarock.com/One Punch-Man/Vol.TBD Chapter 102: Sweet Mask [New/Revised].pdf

In fact, in linux "/" in this filename is an invalid character suggestion: replacing all invalid chars with "_" (underscore)

this problem is present with epub output and other format as well, obviously.