srt-attoparsec-0.1.0.0: Attoparsec parser for the SRT format.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Media.Subtitles.SRT.Attoparsec

Synopsis

Documentation

parseLine :: Parser Line Source #

Parse a single line.

Since: 0.1.0.0

parseSRT :: Parser SRT Source #

Parse a whole subtitles file.

Since: 0.1.0.0

parseDialog :: Parser Text Source #

Parse a dialogue section

Since: 0.1.0.0