A library for parsing SRT Subtitles.
- 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.
- Fixed time parsing.
- First release.
The MIT License (MIT)