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