pub fn parse(text: &str) -> Vec<(f64, f64, String)>
Parse SRT or WebVTT (auto-detected by the “WEBVTT” header / timestamp style). Malformed blocks are skipped. Returns (start, end, text) triples in file order.