7 lines
85 B
Python
7 lines
85 B
Python
supported_formats = ["mp3", "flac"]
|
||
|
||
sub_char = "_"
|
||
|
||
substitutions = {
|
||
"α": "a",
|
||
} |