srtparse
A library for parsing SRT Subtitles.
Changelog
0.2.0 (30.03.2020)
- Switched to 2018 edition.
- Renamed
SubtitletoItem. - Changed type of subtitle's
start_timeandend_timetoTime. (You still able to convert it toDuration.) - Renamed
parsefunction tofrom_str. - Renamed
read_from_filefunction tofrom_file. - Added
from_readerfunction. - Removed
Resultalias. Errorstruct replaced by a bunch of different structs.
0.1.1 (04.12.2016)
- Fixed time parsing.
0.1.0 (03.12.2016)
- First release.
LICENSE
The MIT License (MIT)