3 lines
81 B
Python
Raw Normal View History

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