public static YoutubeComments FormatPlainText(this YoutubeComments comments) { return(comments.TextFormat(Enums.TextFormat.PlainText)); }
public static YoutubeComments FormatHtml(this YoutubeComments comments) { return(comments.TextFormat(Enums.TextFormat.Html)); }