pub fn strip_attribution(text: &str, patterns: &[String]) -> String
Drop every line containing one of patterns (case-insensitive substring).
patterns