mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-27 17:09:34 -04:00
This commit is contained in:
parent
c853de8bd7
commit
3a248b3741
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class HearingImpaired(SubtitleTextModification):
|
|||
|
||||
# all caps line (at least 4 consecutive uppercase chars,only remove if line matches common HI cues, otherwise keep)
|
||||
NReProcessor(
|
||||
re.compile(r'(?u)^(?=.*[A-ZÀ-Ž&+]{4,})[A-ZÀ-Ž-_\s&+]+$'),
|
||||
re.compile(r'(?u)(^(?=.*[A-ZÀ-Ž&+]{4,})[A-ZÀ-Ž-_\s&+]+$)'),
|
||||
lambda m: "" if any(
|
||||
cue in m.group(1)
|
||||
for cue in [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue