You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: