webvtt-py icon indicating copy to clipboard operation
webvtt-py copied to clipboard

Allow more than 2 digits for the hour part of the timestamps

Open hlecnt opened this issue 4 months ago • 0 comments

According to WebVTT W3C document, the hour part of a timestamp may have more than 2 digits.

For now the library raises an exception when the timestamp hour part has more than 2 digits.

This PR accepts more digits for the hour part of the timestamp.

hlecnt avatar Dec 10 '25 16:12 hlecnt