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: