]> git.lizzy.rs Git - nhentai.git/commitdiff
undo whitespace edits
authorLieuwe Leene <lieuwe.leene@gmail.com>
Sun, 16 May 2021 17:49:26 +0000 (19:49 +0200)
committerLieuwe Leene <lieuwe.leene@gmail.com>
Sun, 16 May 2021 17:49:26 +0000 (19:49 +0200)
nhentai/utils.py

index c076cf89744f411e2c3ac9125ea888df7ffd6f5e..dd74e6690dbd096b5c62509368d913df1f0c63ef 100644 (file)
@@ -243,7 +243,7 @@ def format_filename(s):
     It used to be a whitelist approach allowed only alphabet and a part of symbols.
     but most doujinshi's names include Japanese 2-byte characters and these was rejected.
     so it is using blacklist approach now.
-    if filename include forbidden characters (\'/:,;*?"<>|) ,it replace space character(' ').
+    if filename include forbidden characters (\'/:,;*?"<>|) ,it replace space character(' '). 
     """
     # maybe you can use `--format` to select a suitable filename
     ban_chars = '\\\'/:,;*?"<>|\t'