minor (core): updates DEFAULT_BAD_CHARS

This commit was merged in pull request #12.
This commit is contained in:
2026-09-01 15:54:38 +05:00
parent e77434cf30
commit e36c1d69ed
+1 -1
View File
@@ -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'!@#№$;:%^&?*(){}[]\/<>+=~`\'|," '