pub type ClipSource = Url;
pub enum ClipSource { Url(Url), UrlFunction(Function, String, RightParen), SrcFunction(Function, String, RightParen), }