4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-04-30 00:00:48 +02:00
This commit is contained in:
Ricter Z 2020-10-02 00:51:37 +08:00
parent 78429423d9
commit d2e68c6c45

@ -233,8 +233,6 @@ and append a file extension like '.txt', so I avoid the potential of using
an invalid filename.
"""
return s
# maybe you can use `--format` to select a suitable filename
valid_chars = "-_.()[] %s%s" % (string.ascii_letters, string.digits)
filename = ''.join(c for c in s if c in valid_chars)