TacoAnime69 / nh-pdf-downloader

Downloads and coverts any doujin/manga from nhentai to PDF
GNU General Public License v3.0
20 stars 14 forks source link

__problem_char_rm changed to a regex #19

Closed GinOwO closed 3 years ago

GinOwO commented 3 years ago

__problem_char_rm was removed and a regex was created called bad_chars as a class attrib. This replaces looping through the entire bad chars list and using using replace.

Also instead of importing os, it was changed to from os import path as that was the only thing being used in this module