mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-27 17:09:34 -04:00
Updated regex to not remove sign in ASS subtitles in embedded subtitles
This commit is contained in:
parent
c752796b82
commit
2964a0c9ec
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ def _basename_callback(path: str):
|
|||
|
||||
|
||||
# TODO: improve this
|
||||
_SIGNS_LINE_RE = re.compile(r",([\w|_]{,15}(sign|fx|karaoke))", flags=re.IGNORECASE)
|
||||
_SIGNS_LINE_RE = re.compile(r",([\w|_]{,15}(fx|karaoke))", flags=re.IGNORECASE)
|
||||
|
||||
|
||||
def _clean_ass_subtitles(path, output_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue