Indeed. Firefox sends the "Accept-Encoding: gzip, deflate, br, zstd" header. Pass it to wget and you get double compression as well. The web server does return the "Content-Encoding: gzip" header, so that's weird. Not sure it's supposed to work like that.
Also, to unpack without renaming the intermediate file, just do
Code: Select all
gunzip -c makemkv-oss-1.18.2.tar.gz | tar xvzf -