Closed petrzjunior closed 1 year ago
Currently the subcaptions are emitted with placeholders. This PR add a RegEx replacement re.sub(r"<[^<>]+/>", "", text) to fix this behavior.
re.sub(r"<[^<>]+/>", "", text)
Thank you!
Currently the subcaptions are emitted with placeholders. This PR add a RegEx replacement
re.sub(r"<[^<>]+/>", "", text)
to fix this behavior.