minor (core): updates DEFAULT_BAD_CHARS
This commit was merged in pull request #12.
This commit is contained in:
@@ -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'!@#№$;:%^&?*(){}[]\/<>+=~`\'|," '
|
||||
|
||||
Reference in New Issue
Block a user