webvtt-py
webvtt-py copied to clipboard
Allow more than 2 digits for the hour part of the timestamps
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.