commas and quotes too

This commit is contained in:
Adrian Malacoda 2016-11-27 02:06:38 -06:00
parent a517f5c28c
commit 6e184478e0

View File

@ -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: