From e36c1d69ed676f40b3af668d50acb7745b016f6f Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Tue, 1 Sep 2026 15:54:38 +0500 Subject: [PATCH] minor (core): updates DEFAULT_BAD_CHARS --- audio_splitter/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio_splitter/constants.py b/audio_splitter/constants.py index 53b7a96..def441d 100644 --- a/audio_splitter/constants.py +++ b/audio_splitter/constants.py @@ -121,4 +121,4 @@ def is_video_codec_supported(container: str, video_codec: str) -> bool: # ------------------------------------------------------------------------------ # Default bad characters (for filename sanitization) # ------------------------------------------------------------------------------ -DEFAULT_BAD_CHARS = r'!@#№$;:%^&?*(){}[]\/<>+=~`\' ' +DEFAULT_BAD_CHARS = r'!@#№$;:%^&?*(){}[]\/<>+=~`\'|," '