You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd write a test but I'm not sure how to do that as it seems like the parsing converts the webvtt to a list of cues. Does a new line in the tests represent a joined list? E.g. could I write a test,
test_string = "this is a <c.tag>wonderful" /
"tag</c> that spans a line break."
Hmm. This is going to be pretty tricky because I'm using a 3rd party lib to parse the webvtt file (pyvtt) and that's what creates the list of cues. I'll have to give it some thought.
We need to be able to parse tags that span cues. I don't believe this is implemented based on the tests.
Here,
<c.ingoatupuna>Matire Rapihana</c>
spans cues 21 and 22.The text was updated successfully, but these errors were encountered: