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
As the .srt you're mentionning is not valid, the only thing this lib could do is return an error. However the way things are done, it's not trivial to do it while changing the least amount of code. I'll add it to this project's todo but won't have time to work on it anytime soon
const (
srtTimeBoundariesSeparator = " --> "
)
when the srt content is like:
because there lose a space, this line will not be indefiy, output string will be nothing.
i hope return a error for this
The text was updated successfully, but these errors were encountered: