-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zip archive not recognized #52
Comments
Interestingly, immediately following those first four bytes is the expected |
According to https://hybridego.net/m/entry/File-Header?category=185127 |
https://stackoverflow.com/questions/12039237/how-to-check-if-zip-file-is-split-across-multiple-archives-using-pythons-zipfil explains why this difference exists. |
Related to #49? Hmm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.digitalmzx.com/download/544/c48ebe20995cd217d62776aeb4c90cb57872377a2c6e83cacc7d714360053e82/ is an archive that starts with
50 4b 30 30
. Thefile
command reportsZip archive data
for it, and the macOS unarchiver opens it without issue.is_zip
returns false for it, however.The text was updated successfully, but these errors were encountered: