When creating WACZ files from WARCS, if the WARC file name ends with .warc, but it is a gzipped, then rename the file to .warc.gz, so that it aligns with common expectations of various tools. Also, the renamed file names should reflect in the metadata files of WACZ.
Background: Tools like Confer used to download compressed WARC files without the .gz suffix to avoid automatic decompression performed by macOS/Safari.
When creating WACZ files from WARCS, if the WARC file name ends with
.warc, but it is a gzipped, then rename the file to.warc.gz, so that it aligns with common expectations of various tools. Also, the renamed file names should reflect in the metadata files of WACZ.Background: Tools like Confer used to download compressed WARC files without the
.gzsuffix to avoid automatic decompression performed by macOS/Safari.