From 6e184478e068c36ca38461993ee2770487132a30 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 27 Nov 2016 02:06:38 -0600 Subject: [PATCH] commas and quotes too --- tge/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tge/util.py b/tge/util.py index 62fba32..2c28e5b 100644 --- a/tge/util.py +++ b/tge/util.py @@ -1,4 +1,4 @@ -characters_to_replace = ["/", ":", " ", "?", "!", "&"] +characters_to_replace = ["/", ":", " ", "?", "!", "&", ",", "'", '""'] def sanitize_title (title): for character in characters_to_replace: