Open
Description
Version
0.4.1
Description
I came a cross this panic when I was trying to decompress a ZIP file with two .zip
suffixes. It's easy to reproduce:
Current Behavior
Decompressing a file like test.zip.zip
with two suffixes causes the program to panic.
Expected Behavior
The program should decompress the file normally and guess the file's type using the last suffix.
Additional Information
No response