This commit is contained in:
quackerd 2024-10-12 15:36:26 -04:00
parent d38fbd87fc
commit 50afcea9d1
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -25,7 +25,8 @@ ALBUM_MATCH_SCORE = 100
TITLE_MATCH_SCORE = 1000
escape_list : list[tuple[str, str]] = [
("%..%" , ":")
("%..%" , ":"),
("%sl%" , "/")
]
def escape_str(input : str) -> str: