Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Feb 1, 2025
1 parent f63e4ae commit 65f0f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4167,6 +4167,8 @@ def CheckCompressionType(infile, formatspecs=__file_format_multi_dict__, closefp
filetype = "zlib"
elif(prefp == binascii.unhexlify("78da")):
filetype = "zlib"
elif(prefp == binascii.unhexlify("1f9d")):
filetype = "compress"
fp.seek(0, 0)
prefp = fp.read(3)
if(prefp == binascii.unhexlify("425a68")):
Expand Down

0 comments on commit 65f0f1a

Please sign in to comment.