split the sanitize_title into a util module
This commit is contained in:
2
tge/util.py
Normal file
2
tge/util.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
def sanitize_title (title):
|
||||||
|
return title.replace("/", "-").replace(":", "-")
|
Reference in New Issue
Block a user