const ( srtTimeBoundariesSeparator = " --> " ) when the srt content is like: ``` 1 00:08:29,079 -->00:08:30,119 hello ``` because there lose a space, this line will not be indefiy, output string will be nothing. i hope return a error for this
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