commas and quotes too
This commit is contained in:
parent
a517f5c28c
commit
6e184478e0
@ -1,4 +1,4 @@
|
|||||||
characters_to_replace = ["/", ":", " ", "?", "!", "&"]
|
characters_to_replace = ["/", ":", " ", "?", "!", "&", ",", "'", '""']
|
||||||
|
|
||||||
def sanitize_title (title):
|
def sanitize_title (title):
|
||||||
for character in characters_to_replace:
|
for character in characters_to_replace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user