cdown/srt

srt_timestamp_to_timedelta

padovaSR opened this issue · 1 comments

I'm trying to make zero datetime.timedelta (0,0,0) manually in a for loop, but it doesn't work.
When i enter: srt.srt_timestamp_to_timedelta("00:00:00,000")
output is: datetime.timedelta(0)
which doesn't work with srt.Subtitle().

Maybe this is already fixed in development.

Thanks

It's actually required to skip zero times in subtitles. I didn't see that. So there is no bugs.