Skip to content

Commit

Permalink
Compress chat crop updater temp files with gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Oct 15, 2023
1 parent f42c2d2 commit f2daa67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/ChatUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ private ChatDownloadOptions GetCropDownloadOptions(string videoId, string tempFi
{
Id = videoId,
DownloadFormat = ChatFormat.Json, // json is required to parse as a new chatroot object
Compression = ChatCompression.Gzip,
Filename = tempFile,
CropBeginning = true,
CropBeginningTime = sectionStart,
Expand Down

0 comments on commit f2daa67

Please sign in to comment.