pub fn parse<I>(prom_lines: I) -> Result<Scrape, Error>where I: Iterator<Item = Result<String, Error>>,