Releases: glut23/webvtt-py
Releases · glut23/webvtt-py
0.3.2 (11-08-2017)
The goal of this release if to allow the WebVTT parser to be able to read caption files that contain metadata headers that extend to more than one line.
0.3.1 (08-08-2017)
- Made hours in WebVTT parser optional as per specs.
- Added support to parse WebVTT files that contain metadata headers.
0.3.0 (02-06-2016)
New features:
- Added support for YouTube SBV captions.
- Added easy iteration to WebVTT class.
- New CLI command for segmenting captions for HLS.
Other:
- Improved parsers to reuse functionality.
- Added an exception for invalid timestamps in captions.
- Added an exception when saving without a filename.
0.2.0 (23-05-2016)
- Refactor of the main module and parsers.
0.1.0 (20-05-2016)
This module is released with the following initial features:
- Read/Edit/Write WebVTT captions.
- Read SRT captions and convert to WebVTT.
- Segment WebVTT files for captioning HLS video.