diff --git a/TwitchDownloaderCore/ChatDownloader.cs b/TwitchDownloaderCore/ChatDownloader.cs index 5aabad46..f2e5440a 100644 --- a/TwitchDownloaderCore/ChatDownloader.cs +++ b/TwitchDownloaderCore/ChatDownloader.cs @@ -151,7 +151,7 @@ private static List ConvertComments(CommentVideo video, ChatFormat form content_offset_seconds = oldComment.contentOffsetSeconds, commenter = new Commenter { - display_name = oldComment.commenter.displayName, + display_name = oldComment.commenter.displayName.Trim(), _id = oldComment.commenter.id, name = oldComment.commenter.login }