2016-11-27 02:04:20 -06:00

3 lines
81 B
Python

def sanitize_title (title):
return title.replace("/", "-").replace(":", "-")