Fix colon speaker bug

This commit is contained in:
dazedanon 2025-10-28 10:51:07 -05:00
parent 769cb825d6
commit e165ce7985

View file

@ -1373,7 +1373,7 @@ def searchCodes(page, pbar, jobList, filename):
# Colons
if len(speakerList) == 0:
speakerList = re.findall(
r"[\\]*[cC]?\[?\d*\]?(.+)$",
r"(.+)$",
jaString,
)